Commit 1e8fb6c74f1ab2b369d1991f888553fccd40f5f6

Authored by Administrator
1 parent c8a3b6d1

firs page

Showing 1 changed file with 74 additions and 74 deletions   Show diff stats
frontend/web/css/style.css
@@ -26,7 +26,7 @@ input, textarea{color: #777} @@ -26,7 +26,7 @@ input, textarea{color: #777}
26 } 26 }
27 .section-box-1 { 27 .section-box-1 {
28 height: 500px; 28 height: 500px;
29 - background: url("../images/sect-bg-1.jpg") 50% no-repeat; 29 + background: url("/images/sect-bg-1.jpg") 50% no-repeat;
30 } 30 }
31 .section-box-3 { 31 .section-box-3 {
32 height: 601px; 32 height: 601px;
@@ -36,7 +36,7 @@ input, textarea{color: #777} @@ -36,7 +36,7 @@ input, textarea{color: #777}
36 } 36 }
37 .section-box-4 { 37 .section-box-4 {
38 height: 424px; 38 height: 424px;
39 - background: url("../images/sect-bg-4.jpg") 50% no-repeat; 39 + background: url("/images/sect-bg-4.jpg") 50% no-repeat;
40 } 40 }
41 .section-box-map {height: 500px; margin-top: 21px} 41 .section-box-map {height: 500px; margin-top: 21px}
42 .section-box.footer { 42 .section-box.footer {
@@ -131,7 +131,7 @@ ul.header-contacts-menu li:last-child a { @@ -131,7 +131,7 @@ ul.header-contacts-menu li:last-child a {
131 float: left; 131 float: left;
132 overflow: hidden; 132 overflow: hidden;
133 border-radius: 4px; 133 border-radius: 4px;
134 - background: url("../images/ico-profile.png") no-repeat; 134 + background: url("/images/ico-profile.png") no-repeat;
135 } 135 }
136 .header-cabinet-foto img { 136 .header-cabinet-foto img {
137 width: 48px; 137 width: 48px;
@@ -188,7 +188,7 @@ ul.main-menu li span:after{ @@ -188,7 +188,7 @@ ul.main-menu li span:after{
188 margin-right: -15px; 188 margin-right: -15px;
189 top: 50%; 189 top: 50%;
190 margin-top: -3px; 190 margin-top: -3px;
191 - background: url("../images/arrow-main-menu.png") no-repeat; 191 + background: url("/images/arrow-main-menu.png") no-repeat;
192 } 192 }
193 .main-menu-hover { 193 .main-menu-hover {
194 display: none; 194 display: none;
@@ -265,7 +265,7 @@ ul.main-menu li span:after{ @@ -265,7 +265,7 @@ ul.main-menu li span:after{
265 position: absolute; 265 position: absolute;
266 top: 0; 266 top: 0;
267 right: 1px; 267 right: 1px;
268 - background: #fff url("../images/ico-search.png") 7px 6px no-repeat; 268 + background: #fff url("/images/ico-search.png") 7px 6px no-repeat;
269 border: none; 269 border: none;
270 outline: none; 270 outline: none;
271 cursor: pointer; 271 cursor: pointer;
@@ -431,21 +431,21 @@ ul.content-menu-first li > ul li a{color: #fff !important} @@ -431,21 +431,21 @@ ul.content-menu-first li > ul li a{color: #fff !important}
431 .hack-arrow { 431 .hack-arrow {
432 width: 6px; 432 width: 6px;
433 height: 100%; 433 height: 100%;
434 - background: url("../images/arrow-menu-two.png") center center no-repeat; 434 + background: url("/images/arrow-menu-two.png") center center no-repeat;
435 position: absolute; 435 position: absolute;
436 right: 8px; 436 right: 8px;
437 top: 0; 437 top: 0;
438 } 438 }
439 .yes-after:hover .hack-arrow { 439 .yes-after:hover .hack-arrow {
440 - background: url("../images/arrow-menu-two-hov.png") center center no-repeat; 440 + background: url("/images/arrow-menu-two-hov.png") center center no-repeat;
441 } 441 }
442 .remove-link-two .hack-arrow { 442 .remove-link-two .hack-arrow {
443 - background: url("../images/arrow-menu-two-hov.png") center center no-repeat; 443 + background: url("/images/arrow-menu-two-hov.png") center center no-repeat;
444 } 444 }
445 /*.yes-after-two:hover .new-arow {*/ 445 /*.yes-after-two:hover .new-arow {*/
446 -/*background: url("../images/arrow-menu-two.png") no-repeat;*/ 446 +/*background: url("/images/arrow-menu-two.png") no-repeat;*/
447 /*}*/ 447 /*}*/
448 -li.hov-arrow:after{ background: url("../images/arrow-menu-two-hov.png") no-repeat !important;} 448 +li.hov-arrow:after{ background: url("/images/arrow-menu-two-hov.png") no-repeat !important;}
449 ul.third-ul-menu{display: none !important;} 449 ul.third-ul-menu{display: none !important;}
450 ul.content-menu-first li ul li:hover ul.third-ul-menu{display: block !important;} 450 ul.content-menu-first li ul li:hover ul.third-ul-menu{display: block !important;}
451 .third-ul-menu li:last-child{border-bottom: 1px solid #dfdfdf;} 451 .third-ul-menu li:last-child{border-bottom: 1px solid #dfdfdf;}
@@ -503,7 +503,7 @@ li.project-home-active span{ @@ -503,7 +503,7 @@ li.project-home-active span{
503 .shadow-map { 503 .shadow-map {
504 width: 100%; 504 width: 100%;
505 height: 6px; 505 height: 6px;
506 - background: url("../images/shadow-map.png"); 506 + background: url("/images/shadow-map.png");
507 position: absolute; 507 position: absolute;
508 top: 0; 508 top: 0;
509 left: 0; 509 left: 0;
@@ -853,7 +853,7 @@ li.project-home-active span{ @@ -853,7 +853,7 @@ li.project-home-active span{
853 } 853 }
854 .closed-form { 854 .closed-form {
855 width: 15px;height: 15px; 855 width: 15px;height: 15px;
856 - background: url("../images/modal-close.png") no-repeat; 856 + background: url("/images/modal-close.png") no-repeat;
857 position: absolute; 857 position: absolute;
858 top: -39px; 858 top: -39px;
859 right: -50px; 859 right: -50px;
@@ -1069,7 +1069,7 @@ input[type=file]::-webkit-file-upload-button { @@ -1069,7 +1069,7 @@ input[type=file]::-webkit-file-upload-button {
1069 1069
1070 .section-box-5 { 1070 .section-box-5 {
1071 height: 500px; 1071 height: 500px;
1072 - background: url("../images/landing/bg-5.jpg") 50% no-repeat; 1072 + background: url("/images/landing/bg-5.jpg") 50% no-repeat;
1073 } 1073 }
1074 .landing-reg-title{ 1074 .landing-reg-title{
1075 text-align: center; 1075 text-align: center;
@@ -1115,11 +1115,11 @@ input[type=file]::-webkit-file-upload-button { @@ -1115,11 +1115,11 @@ input[type=file]::-webkit-file-upload-button {
1115 } 1115 }
1116 .section-box-8 { 1116 .section-box-8 {
1117 height: 444px; 1117 height: 444px;
1118 - background: url("../images/landing/bg-8.jpg") 50% no-repeat; 1118 + background: url("/images/landing/bg-8.jpg") 50% no-repeat;
1119 } 1119 }
1120 .section-box-8.landing-work-our-wr-section { 1120 .section-box-8.landing-work-our-wr-section {
1121 height: 273px; 1121 height: 273px;
1122 - background: url("../images/landing-order-project/bg-30.jpg") 50% no-repeat; 1122 + background: url("/images/landing-order-project/bg-30.jpg") 50% no-repeat;
1123 } 1123 }
1124 .section-box-9 { 1124 .section-box-9 {
1125 height: 341px; 1125 height: 341px;
@@ -1150,7 +1150,7 @@ input[type=file]::-webkit-file-upload-button { @@ -1150,7 +1150,7 @@ input[type=file]::-webkit-file-upload-button {
1150 margin-left: 20px; 1150 margin-left: 20px;
1151 } 1151 }
1152 .lan_yo_buis_img { 1152 .lan_yo_buis_img {
1153 - background: url("../images/landing/landing-ico-1.png") no-repeat; 1153 + background: url("/images/landing/landing-ico-1.png") no-repeat;
1154 height: 163px; 1154 height: 163px;
1155 } 1155 }
1156 .lan_yo_buis_txt { 1156 .lan_yo_buis_txt {
@@ -1166,7 +1166,7 @@ input[type=file]::-webkit-file-upload-button { @@ -1166,7 +1166,7 @@ input[type=file]::-webkit-file-upload-button {
1166 .lan_yo_buis_arr { 1166 .lan_yo_buis_arr {
1167 width: 88px; 1167 width: 88px;
1168 height: 35px; 1168 height: 35px;
1169 - background: url("../images/landing/landing-ico-2.png") no-repeat; 1169 + background: url("/images/landing/landing-ico-2.png") no-repeat;
1170 position: absolute; 1170 position: absolute;
1171 } 1171 }
1172 .lan_yo_buis_arr:last-child{ 1172 .lan_yo_buis_arr:last-child{
@@ -1226,11 +1226,11 @@ input[type=file]::-webkit-file-upload-button { @@ -1226,11 +1226,11 @@ input[type=file]::-webkit-file-upload-button {
1226 .buttons-slider-best:hover {opacity: 1} 1226 .buttons-slider-best:hover {opacity: 1}
1227 #prew.buttons-slider-best{ 1227 #prew.buttons-slider-best{
1228 left: 0; 1228 left: 0;
1229 - background: url("../images/landing/arrow-best-1.png") 0 50% no-repeat; 1229 + background: url("/images/landing/arrow-best-1.png") 0 50% no-repeat;
1230 } 1230 }
1231 #next.buttons-slider-best{ 1231 #next.buttons-slider-best{
1232 right: 0; 1232 right: 0;
1233 - background: url("../images/landing/arrow-best-2.png") 100% 50% no-repeat; 1233 + background: url("/images/landing/arrow-best-2.png") 100% 50% no-repeat;
1234 } 1234 }
1235 .scroll-img ul li p { 1235 .scroll-img ul li p {
1236 width: 100%; 1236 width: 100%;
@@ -1268,7 +1268,7 @@ input[type=file]::-webkit-file-upload-button { @@ -1268,7 +1268,7 @@ input[type=file]::-webkit-file-upload-button {
1268 width: 64px; 1268 width: 64px;
1269 height: 64px; 1269 height: 64px;
1270 margin: 0 auto; 1270 margin: 0 auto;
1271 - background: url("../images/landing/ico-circle-1.png") no-repeat; 1271 + background: url("/images/landing/ico-circle-1.png") no-repeat;
1272 } 1272 }
1273 .landing-work-our-img p { 1273 .landing-work-our-img p {
1274 width: 100%; 1274 width: 100%;
@@ -1306,8 +1306,8 @@ input[type=file]::-webkit-file-upload-button { @@ -1306,8 +1306,8 @@ input[type=file]::-webkit-file-upload-button {
1306 opacity: 0.3; 1306 opacity: 0.3;
1307 transition: 0.3s; 1307 transition: 0.3s;
1308 } 1308 }
1309 -.prev-slide {left:0; background: url("../images/landing/arrow-best-1.png") 0 50% no-repeat;}  
1310 -.next-slide {right:0;background: url("../images/landing/arrow-best-2.png") 100% 50% no-repeat;} 1309 +.prev-slide {left:0; background: url("/images/landing/arrow-best-1.png") 0 50% no-repeat;}
  1310 +.next-slide {right:0;background: url("/images/landing/arrow-best-2.png") 100% 50% no-repeat;}
1311 .prev-slide:hover, .next-slide:hover {opacity: 1} 1311 .prev-slide:hover, .next-slide:hover {opacity: 1}
1312 .slider-wrapper { 1312 .slider-wrapper {
1313 width: 100%; 1313 width: 100%;
@@ -1392,11 +1392,11 @@ input[type=file]::-webkit-file-upload-button { @@ -1392,11 +1392,11 @@ input[type=file]::-webkit-file-upload-button {
1392 .land-comments-a:hover{opacity: 0.9} 1392 .land-comments-a:hover{opacity: 0.9}
1393 .section-box-10 { 1393 .section-box-10 {
1394 height: 398px; 1394 height: 398px;
1395 - background: url("../images/landing/bg-10.jpg") 50% no-repeat; 1395 + background: url("/images/landing/bg-10.jpg") 50% no-repeat;
1396 } 1396 }
1397 .section-box-11 { 1397 .section-box-11 {
1398 height: 537px; 1398 height: 537px;
1399 - background: url("../images/landing/bg-11.jpg") 50% no-repeat; 1399 + background: url("/images/landing/bg-11.jpg") 50% no-repeat;
1400 } 1400 }
1401 1401
1402 .section-box-10 .landing-best-jobs, .section-box-11 .landing-best-jobs{color: #fff} 1402 .section-box-10 .landing-best-jobs, .section-box-11 .landing-best-jobs{color: #fff}
@@ -1433,7 +1433,7 @@ input[type=file]::-webkit-file-upload-button { @@ -1433,7 +1433,7 @@ input[type=file]::-webkit-file-upload-button {
1433 /****landig-freelance****/ 1433 /****landig-freelance****/
1434 .section-box-12 { 1434 .section-box-12 {
1435 height: 500px; 1435 height: 500px;
1436 - background: url("../images/landing-freelance/bg-12.jpg") 50% no-repeat; 1436 + background: url("/images/landing-freelance/bg-12.jpg") 50% no-repeat;
1437 } 1437 }
1438 .section-box-12 .landing-reg-button a { 1438 .section-box-12 .landing-reg-button a {
1439 background: #68c64d; 1439 background: #68c64d;
@@ -1445,20 +1445,20 @@ input[type=file]::-webkit-file-upload-button { @@ -1445,20 +1445,20 @@ input[type=file]::-webkit-file-upload-button {
1445 border-bottom: 3px solid #68c64d; 1445 border-bottom: 3px solid #68c64d;
1446 } 1446 }
1447 .new-buisnes-freelance .lan_yo_buis_img { 1447 .new-buisnes-freelance .lan_yo_buis_img {
1448 - background: url("../images/landing-freelance/landing-fr-ico-1.png") no-repeat; 1448 + background: url("/images/landing-freelance/landing-fr-ico-1.png") no-repeat;
1449 height: 163px; 1449 height: 163px;
1450 } 1450 }
1451 .landing-work-our-wr.freelance .lnd-wrk-img { 1451 .landing-work-our-wr.freelance .lnd-wrk-img {
1452 - background: url("../images/landing-freelance/landing-free-ico-1.png") no-repeat; 1452 + background: url("/images/landing-freelance/landing-free-ico-1.png") no-repeat;
1453 } 1453 }
1454 .order-landing-anim .lan_yo_buis_img { 1454 .order-landing-anim .lan_yo_buis_img {
1455 - background: url("../images/landing-order-project/landing-or-1.png") no-repeat; 1455 + background: url("/images/landing-order-project/landing-or-1.png") no-repeat;
1456 height: 163px; 1456 height: 163px;
1457 } 1457 }
1458 /****landig-work****/ 1458 /****landig-work****/
1459 .section-box-13 { 1459 .section-box-13 {
1460 height: 500px; 1460 height: 500px;
1461 - background: url("../images/landing-work/bg-13.jpg") 50% no-repeat !important; 1461 + background: url("/images/landing-work/bg-13.jpg") 50% no-repeat !important;
1462 } 1462 }
1463 /****perform-vacancy****/ 1463 /****perform-vacancy****/
1464 .section-box-14 { 1464 .section-box-14 {
@@ -1495,7 +1495,7 @@ input[type=file]::-webkit-file-upload-button { @@ -1495,7 +1495,7 @@ input[type=file]::-webkit-file-upload-button {
1495 .performance-vacancy-add-favorite a{ 1495 .performance-vacancy-add-favorite a{
1496 width: 44px; 1496 width: 44px;
1497 height: 125px; 1497 height: 125px;
1498 - background: url("../images/add_favorite.png") no-repeat; 1498 + background: url("/images/add_favorite.png") no-repeat;
1499 position: absolute; 1499 position: absolute;
1500 left: 0;bottom: 0; 1500 left: 0;bottom: 0;
1501 display: block; 1501 display: block;
@@ -1684,7 +1684,7 @@ input[type=file]::-webkit-file-upload-button { @@ -1684,7 +1684,7 @@ input[type=file]::-webkit-file-upload-button {
1684 width: 8px; 1684 width: 8px;
1685 height: 4px; 1685 height: 4px;
1686 display: block; 1686 display: block;
1687 - background: url("../images/sidebar-ico/arrow-ico.png") no-repeat; 1687 + background: url("/images/sidebar-ico/arrow-ico.png") no-repeat;
1688 position: absolute; 1688 position: absolute;
1689 right: -15px; 1689 right: -15px;
1690 top: 50%; 1690 top: 50%;
@@ -1735,7 +1735,7 @@ input[type=file]::-webkit-file-upload-button { @@ -1735,7 +1735,7 @@ input[type=file]::-webkit-file-upload-button {
1735 height: 7px; 1735 height: 7px;
1736 content: ''; 1736 content: '';
1737 display: block; 1737 display: block;
1738 - background: url("../images/performar_vacancy/arrow-list-prev.png") no-repeat; 1738 + background: url("/images/performar_vacancy/arrow-list-prev.png") no-repeat;
1739 position: absolute; 1739 position: absolute;
1740 top: 50%; 1740 top: 50%;
1741 margin-top: -3px; 1741 margin-top: -3px;
@@ -1885,18 +1885,18 @@ input[type=file]::-webkit-file-upload-button { @@ -1885,18 +1885,18 @@ input[type=file]::-webkit-file-upload-button {
1885 height: 24px; 1885 height: 24px;
1886 display: block; 1886 display: block;
1887 content: ''; 1887 content: '';
1888 - background: url("../images/blog/ico-buttons-2.png") no-repeat; 1888 + background: url("/images/blog/ico-buttons-2.png") no-repeat;
1889 position: absolute; 1889 position: absolute;
1890 top: 50%; 1890 top: 50%;
1891 margin-top: -12px; 1891 margin-top: -12px;
1892 left: 15px; 1892 left: 15px;
1893 } 1893 }
1894 .blog-buttons-wr a:first-child::after { 1894 .blog-buttons-wr a:first-child::after {
1895 - background: url("../images/blog/ico-buttons-1.png") no-repeat; 1895 + background: url("/images/blog/ico-buttons-1.png") no-repeat;
1896 width: 24px; 1896 width: 24px;
1897 } 1897 }
1898 .blog-buttons-wr a:last-child::after { 1898 .blog-buttons-wr a:last-child::after {
1899 - background: url("../images/blog/ico-buttons-3.png") no-repeat; 1899 + background: url("/images/blog/ico-buttons-3.png") no-repeat;
1900 } 1900 }
1901 .blog-post-wr { 1901 .blog-post-wr {
1902 width: 100%; 1902 width: 100%;
@@ -1924,7 +1924,7 @@ input[type=file]::-webkit-file-upload-button { @@ -1924,7 +1924,7 @@ input[type=file]::-webkit-file-upload-button {
1924 height: 16px; 1924 height: 16px;
1925 margin-right: 7px; 1925 margin-right: 7px;
1926 display: block; 1926 display: block;
1927 - background: url("../images/blog/ico-post.png") 0 0 no-repeat; 1927 + background: url("/images/blog/ico-post.png") 0 0 no-repeat;
1928 float: left; 1928 float: left;
1929 } 1929 }
1930 .blog-post-date p, .blog-post-views p, .blog-post-comm-num p { 1930 .blog-post-date p, .blog-post-views p, .blog-post-comm-num p {
@@ -1981,7 +1981,7 @@ input[type=file]::-webkit-file-upload-button { @@ -1981,7 +1981,7 @@ input[type=file]::-webkit-file-upload-button {
1981 content: ''; 1981 content: '';
1982 width: 8px; 1982 width: 8px;
1983 height: 4px; 1983 height: 4px;
1984 - background: url("../images/blog/ico-see-all-dawn.png") no-repeat; 1984 + background: url("/images/blog/ico-see-all-dawn.png") no-repeat;
1985 top: 50%; 1985 top: 50%;
1986 margin-top: -2px; 1986 margin-top: -2px;
1987 right: -13px; 1987 right: -13px;
@@ -2058,7 +2058,7 @@ input[type=file]::-webkit-file-upload-button { @@ -2058,7 +2058,7 @@ input[type=file]::-webkit-file-upload-button {
2058 .company-comm-see-all span{border-bottom: 1px dashed #0072bc; position: relative} 2058 .company-comm-see-all span{border-bottom: 1px dashed #0072bc; position: relative}
2059 .company-performer-comments-txt.auto-height-blog-post {height: auto !important; max-height: none} 2059 .company-performer-comments-txt.auto-height-blog-post {height: auto !important; max-height: none}
2060 .company-comm-see-all span:after{ 2060 .company-comm-see-all span:after{
2061 - background: url("../images/ico-see-all-dawn.png") no-repeat; 2061 + background: url("/images/ico-see-all-dawn.png") no-repeat;
2062 width: 8px; 2062 width: 8px;
2063 height: 4px; 2063 height: 4px;
2064 display: block; 2064 display: block;
@@ -2102,7 +2102,7 @@ input[type=file]::-webkit-file-upload-button { @@ -2102,7 +2102,7 @@ input[type=file]::-webkit-file-upload-button {
2102 width: 220px; 2102 width: 220px;
2103 height:220px; 2103 height:220px;
2104 overflow: hidden; 2104 overflow: hidden;
2105 - background: #f1f1f1 url("../images/command/bg-command.png") 50% 100% no-repeat; 2105 + background: #f1f1f1 url("/images/command/bg-command.png") 50% 100% no-repeat;
2106 text-align: center; 2106 text-align: center;
2107 position: relative; 2107 position: relative;
2108 text-align: center; 2108 text-align: center;
@@ -2212,7 +2212,7 @@ input[type=file]::-webkit-file-upload-button { @@ -2212,7 +2212,7 @@ input[type=file]::-webkit-file-upload-button {
2212 z-index: 2; 2212 z-index: 2;
2213 width: 16px; 2213 width: 16px;
2214 height: 24px; 2214 height: 24px;
2215 - background: url("../images/gallery-left.png") no-repeat; 2215 + background: url("/images/gallery-left.png") no-repeat;
2216 top: 50%; 2216 top: 50%;
2217 margin-top: -12px; 2217 margin-top: -12px;
2218 border: none; 2218 border: none;
@@ -2225,7 +2225,7 @@ input[type=file]::-webkit-file-upload-button { @@ -2225,7 +2225,7 @@ input[type=file]::-webkit-file-upload-button {
2225 z-index: 2; 2225 z-index: 2;
2226 width: 16px; 2226 width: 16px;
2227 height: 24px; 2227 height: 24px;
2228 - background: url("../images/gallery-right.png") no-repeat; 2228 + background: url("/images/gallery-right.png") no-repeat;
2229 top: 50%; 2229 top: 50%;
2230 margin-top: -12px; 2230 margin-top: -12px;
2231 border: none; 2231 border: none;
@@ -2250,10 +2250,10 @@ input[type=file]::-webkit-file-upload-button { @@ -2250,10 +2250,10 @@ input[type=file]::-webkit-file-upload-button {
2250 top: 0; 2250 top: 0;
2251 left: 0; 2251 left: 0;
2252 z-index: 4; 2252 z-index: 4;
2253 - background: url("../images/button_video_01.png") 50% 50% no-repeat; 2253 + background: url("/images/button_video_01.png") 50% 50% no-repeat;
2254 transition: 0.3s; 2254 transition: 0.3s;
2255 } 2255 }
2256 -.video-slider li a:hover {background: url("../images/button_video_02.png") 50% 50% no-repeat;} 2256 +.video-slider li a:hover {background: url("/images/button_video_02.png") 50% 50% no-repeat;}
2257 .video-slider li span { 2257 .video-slider li span {
2258 display: block; 2258 display: block;
2259 width: 100%; 2259 width: 100%;
@@ -2377,11 +2377,11 @@ input[type=file]::-webkit-file-upload-button { @@ -2377,11 +2377,11 @@ input[type=file]::-webkit-file-upload-button {
2377 .copy-gallery-min-left, .copy-gallery-min-right, .copy-gallery-big-left, .copy-gallery-big-right {opacity: 0.35} 2377 .copy-gallery-min-left, .copy-gallery-min-right, .copy-gallery-big-left, .copy-gallery-big-right {opacity: 0.35}
2378 .gallery-min-left, .copy-gallery-min-left { 2378 .gallery-min-left, .copy-gallery-min-left {
2379 left: 0; 2379 left: 0;
2380 - background: url("../images/gallery-left.png") 0 50% no-repeat; 2380 + background: url("/images/gallery-left.png") 0 50% no-repeat;
2381 } 2381 }
2382 .gallery-min-right, .copy-gallery-min-right { 2382 .gallery-min-right, .copy-gallery-min-right {
2383 right: 0; 2383 right: 0;
2384 - background: url("../images/gallery-right.png") 100% 50% no-repeat; 2384 + background: url("/images/gallery-right.png") 100% 50% no-repeat;
2385 } 2385 }
2386 .copy-gallery-big-left, .copy-gallery-big-right, .gallery-big-left, .gallery-big-right { 2386 .copy-gallery-big-left, .copy-gallery-big-right, .gallery-big-left, .gallery-big-right {
2387 width: 35px; 2387 width: 35px;
@@ -2393,11 +2393,11 @@ input[type=file]::-webkit-file-upload-button { @@ -2393,11 +2393,11 @@ input[type=file]::-webkit-file-upload-button {
2393 } 2393 }
2394 .gallery-big-left, .copy-gallery-big-left { 2394 .gallery-big-left, .copy-gallery-big-left {
2395 left: -50px; 2395 left: -50px;
2396 - background: url("../images/gallery-left.png") 0 50% no-repeat; 2396 + background: url("/images/gallery-left.png") 0 50% no-repeat;
2397 } 2397 }
2398 .gallery-big-right, .copy-gallery-big-right { 2398 .gallery-big-right, .copy-gallery-big-right {
2399 right: -50px; 2399 right: -50px;
2400 - background: url("../images/gallery-right.png") 100% 50% no-repeat; 2400 + background: url("/images/gallery-right.png") 100% 50% no-repeat;
2401 } 2401 }
2402 2402
2403 2403
@@ -2466,7 +2466,7 @@ input[type=file]::-webkit-file-upload-button { @@ -2466,7 +2466,7 @@ input[type=file]::-webkit-file-upload-button {
2466 display: block; 2466 display: block;
2467 margin-top: -0px; 2467 margin-top: -0px;
2468 right: 9px; 2468 right: 9px;
2469 - background: url("../images/arrow-select.png") no-repeat; 2469 + background: url("/images/arrow-select.png") no-repeat;
2470 bottom: 28px; 2470 bottom: 28px;
2471 } 2471 }
2472 2472
@@ -2484,24 +2484,24 @@ input[type=file]::-webkit-file-upload-button { @@ -2484,24 +2484,24 @@ input[type=file]::-webkit-file-upload-button {
2484 .search-work-form input[type="checkbox"] + label span { 2484 .search-work-form input[type="checkbox"] + label span {
2485 width: 12px; 2485 width: 12px;
2486 height: 12px; 2486 height: 12px;
2487 - background: url('../images/check.png') no-repeat; 2487 + background: url('/images/check.png') no-repeat;
2488 float: left; 2488 float: left;
2489 transition: 0.2s; 2489 transition: 0.2s;
2490 margin-top: 4px; 2490 margin-top: 4px;
2491 } 2491 }
2492 .search-work-form input[type="checkbox"]:checked + label span { 2492 .search-work-form input[type="checkbox"]:checked + label span {
2493 - background: url('../images/check-active.png') no-repeat; 2493 + background: url('/images/check-active.png') no-repeat;
2494 } 2494 }
2495 .search-work-form input[type="radio"] + label span { 2495 .search-work-form input[type="radio"] + label span {
2496 width: 12px; 2496 width: 12px;
2497 height: 12px; 2497 height: 12px;
2498 - background: url('../images/radio.png') no-repeat; 2498 + background: url('/images/radio.png') no-repeat;
2499 float: left; 2499 float: left;
2500 transition: 0.2s; 2500 transition: 0.2s;
2501 margin-top: 4px; 2501 margin-top: 4px;
2502 } 2502 }
2503 .search-work-form input[type="radio"]:checked + label span { 2503 .search-work-form input[type="radio"]:checked + label span {
2504 - background: url('../images/radio-active.png') no-repeat; 2504 + background: url('/images/radio-active.png') no-repeat;
2505 } 2505 }
2506 2506
2507 .blocks-check-list { 2507 .blocks-check-list {
@@ -2599,7 +2599,7 @@ input[type=file]::-webkit-file-upload-button { @@ -2599,7 +2599,7 @@ input[type=file]::-webkit-file-upload-button {
2599 left: 10px; 2599 left: 10px;
2600 content: ''; 2600 content: '';
2601 display: block; 2601 display: block;
2602 - background: url("../images/add_catalog.png") no-repeat; 2602 + background: url("/images/add_catalog.png") no-repeat;
2603 } 2603 }
2604 .add-to-catalog-search-worker:hover { 2604 .add-to-catalog-search-worker:hover {
2605 border-bottom: 1px solid #63bf49; 2605 border-bottom: 1px solid #63bf49;
@@ -2630,7 +2630,7 @@ input[type=file]::-webkit-file-upload-button { @@ -2630,7 +2630,7 @@ input[type=file]::-webkit-file-upload-button {
2630 height: 4px; 2630 height: 4px;
2631 right: -14px; 2631 right: -14px;
2632 top: 6px; 2632 top: 6px;
2633 - background: url("../images/arrow-select.png") no-repeat; 2633 + background: url("/images/arrow-select.png") no-repeat;
2634 } 2634 }
2635 .search-worker-sort-wr { 2635 .search-worker-sort-wr {
2636 margin-top: 17px; 2636 margin-top: 17px;
@@ -2723,7 +2723,7 @@ input[type=file]::-webkit-file-upload-button { @@ -2723,7 +2723,7 @@ input[type=file]::-webkit-file-upload-button {
2723 height: 18px; 2723 height: 18px;
2724 content: ''; 2724 content: '';
2725 display: block; 2725 display: block;
2726 - background: url("../images/search-warker/ico-1.png") no-repeat; 2726 + background: url("/images/search-warker/ico-1.png") no-repeat;
2727 top: 50%; 2727 top: 50%;
2728 margin-top: -9px; 2728 margin-top: -9px;
2729 left: 10px; 2729 left: 10px;
@@ -2743,7 +2743,7 @@ input[type=file]::-webkit-file-upload-button { @@ -2743,7 +2743,7 @@ input[type=file]::-webkit-file-upload-button {
2743 height: 18px; 2743 height: 18px;
2744 content: ''; 2744 content: '';
2745 display: block; 2745 display: block;
2746 - background: url("../images/search-warker/ico-2.png") no-repeat; 2746 + background: url("/images/search-warker/ico-2.png") no-repeat;
2747 top: 50%; 2747 top: 50%;
2748 margin-top: -9px; 2748 margin-top: -9px;
2749 left: 10px; 2749 left: 10px;
@@ -2849,7 +2849,7 @@ input[type=file]::-webkit-file-upload-button { @@ -2849,7 +2849,7 @@ input[type=file]::-webkit-file-upload-button {
2849 /***landing-order-project****/ 2849 /***landing-order-project****/
2850 .section-box-23 { 2850 .section-box-23 {
2851 height: 500px; 2851 height: 500px;
2852 - background: url("../images/landing-order-project/bg-23.jpg") 50% no-repeat; 2852 + background: url("/images/landing-order-project/bg-23.jpg") 50% no-repeat;
2853 } 2853 }
2854 .section-box-23 .landing-reg-button a { 2854 .section-box-23 .landing-reg-button a {
2855 border-bottom: 3px solid #ef8505; 2855 border-bottom: 3px solid #ef8505;
@@ -3036,7 +3036,7 @@ input[type=file]::-webkit-file-upload-button { @@ -3036,7 +3036,7 @@ input[type=file]::-webkit-file-upload-button {
3036 } 3036 }
3037 .profile-see-all {display: none; float: left; font-size: 13px; color: #0072bc; text-decoration: none; border-bottom: 1px dashed #0072bc; position: relative;} 3037 .profile-see-all {display: none; float: left; font-size: 13px; color: #0072bc; text-decoration: none; border-bottom: 1px dashed #0072bc; position: relative;}
3038 .profile-see-all:before { 3038 .profile-see-all:before {
3039 - background: url("../images/ico-see-all-dawn.png") no-repeat; 3039 + background: url("/images/ico-see-all-dawn.png") no-repeat;
3040 width: 8px; 3040 width: 8px;
3041 height: 4px; 3041 height: 4px;
3042 display: block; 3042 display: block;
@@ -3135,7 +3135,7 @@ img.flag-ico-profile {margin-left: -3px} @@ -3135,7 +3135,7 @@ img.flag-ico-profile {margin-left: -3px}
3135 height: 4px; 3135 height: 4px;
3136 right: -14px; 3136 right: -14px;
3137 top: 6px; 3137 top: 6px;
3138 - background: url("../images/arrow-select.png") no-repeat; 3138 + background: url("/images/arrow-select.png") no-repeat;
3139 } 3139 }
3140 .features-tags span:first-child{margin-left: 0} 3140 .features-tags span:first-child{margin-left: 0}
3141 .features-tags span.features-tags-display { 3141 .features-tags span.features-tags-display {
@@ -3283,15 +3283,15 @@ ul.proektant-comments {margin-top: 15px} @@ -3283,15 +3283,15 @@ ul.proektant-comments {margin-top: 15px}
3283 .main-menu-icons-wr a:first-child{margin-left: 0} 3283 .main-menu-icons-wr a:first-child{margin-left: 0}
3284 .main-menu-icons-home { 3284 .main-menu-icons-home {
3285 width: 24px; 3285 width: 24px;
3286 - background:url("../images/menu_icons.png") no-repeat; 3286 + background:url("/images/menu_icons.png") no-repeat;
3287 } 3287 }
3288 .main-menu-icons-edit { 3288 .main-menu-icons-edit {
3289 width: 20px; 3289 width: 20px;
3290 - background:url("../images/menu_icons.png") -24px 0 no-repeat; 3290 + background:url("/images/menu_icons.png") -24px 0 no-repeat;
3291 } 3291 }
3292 .main-menu-icons-copy { 3292 .main-menu-icons-copy {
3293 width: 20px; 3293 width: 20px;
3294 - background:url("../images/menu_icons.png") -44px 0 no-repeat; 3294 + background:url("/images/menu_icons.png") -44px 0 no-repeat;
3295 } 3295 }
3296 /***modal***/ 3296 /***modal***/
3297 #modal_form_favorite, #modal_form_offer, #modal_form_question { 3297 #modal_form_favorite, #modal_form_offer, #modal_form_question {
@@ -3391,7 +3391,7 @@ form.offer-project { @@ -3391,7 +3391,7 @@ form.offer-project {
3391 height: 32px; 3391 height: 32px;
3392 float: left; 3392 float: left;
3393 margin-right: 26px; 3393 margin-right: 26px;
3394 - background: url("../images/cabinet-message/ico-1.png") no-repeat; 3394 + background: url("/images/cabinet-message/ico-1.png") no-repeat;
3395 } 3395 }
3396 .cabinet-message-message a { 3396 .cabinet-message-message a {
3397 line-height: 32px; 3397 line-height: 32px;
@@ -3419,14 +3419,14 @@ form.offer-project { @@ -3419,14 +3419,14 @@ form.offer-project {
3419 height: 40px; 3419 height: 40px;
3420 margin-top: 65px; 3420 margin-top: 65px;
3421 margin-left: 72px; 3421 margin-left: 72px;
3422 - background: url("../images/cabinet-message/ico-3.png") no-repeat; 3422 + background: url("/images/cabinet-message/ico-3.png") no-repeat;
3423 } 3423 }
3424 .cabinet-message-write-txt {color: #fff; text-decoration: underline;margin-top: 11px} 3424 .cabinet-message-write-txt {color: #fff; text-decoration: underline;margin-top: 11px}
3425 .cabinet-message-write:hover .cabinet-message-write-txt {text-decoration: none} 3425 .cabinet-message-write:hover .cabinet-message-write-txt {text-decoration: none}
3426 .cabinet-message-blocks.new-message-cabinet-blocks {border: 1px solid #0072bc} 3426 .cabinet-message-blocks.new-message-cabinet-blocks {border: 1px solid #0072bc}
3427 .new-message-cabinet-blocks .cabinet-message-title {color: #0072bc} 3427 .new-message-cabinet-blocks .cabinet-message-title {color: #0072bc}
3428 .new-message-cabinet-blocks .cabinet-message-message a{color: #0072bc; font-weight: 700} 3428 .new-message-cabinet-blocks .cabinet-message-message a{color: #0072bc; font-weight: 700}
3429 -.new-message-cabinet-blocks .cabinet-message-message-ico{background: url("../images/cabinet-message/ico-1.png") -44px 0 no-repeat} 3429 +.new-message-cabinet-blocks .cabinet-message-message-ico{background: url("/images/cabinet-message/ico-1.png") -44px 0 no-repeat}
3430 .new-message-cabinet-blocks .cabinet-message-write{background: #0072bc} 3430 .new-message-cabinet-blocks .cabinet-message-write{background: #0072bc}
3431 /***search-performers***/ 3431 /***search-performers***/
3432 .search-worker-title span{color: #fc9b28; font-weight: 700;margin-top: 28px;display: block;} 3432 .search-worker-title span{color: #fc9b28; font-weight: 700;margin-top: 28px;display: block;}
@@ -3876,7 +3876,7 @@ ul.min_markers_two @@ -3876,7 +3876,7 @@ ul.min_markers_two
3876 width:15px; 3876 width:15px;
3877 height:24px; 3877 height:24px;
3878 display:block; 3878 display:block;
3879 - background:url(../images/slider-arrow-prev.png); 3879 + background:url(/images/slider-arrow-prev.png);
3880 cursor:pointer; 3880 cursor:pointer;
3881 position:absolute; 3881 position:absolute;
3882 top:50%; 3882 top:50%;
@@ -3887,7 +3887,7 @@ ul.min_markers_two @@ -3887,7 +3887,7 @@ ul.min_markers_two
3887 3887
3888 .slider_map #demo5-forward 3888 .slider_map #demo5-forward
3889 { 3889 {
3890 - background:url(../images/slider-arrow-next.png); 3890 + background:url(/images/slider-arrow-next.png);
3891 width:15px; 3891 width:15px;
3892 height:24px; 3892 height:24px;
3893 display:block; 3893 display:block;
@@ -4021,7 +4021,7 @@ ul.min_markers_two @@ -4021,7 +4021,7 @@ ul.min_markers_two
4021 /***js_scroll***/ 4021 /***js_scroll***/
4022 .jspContainer{overflow:hidden;position:relative}.jspPane{position:absolute}.jspVerticalBar{position:absolute;top:0;right:0;width:16px;height:100%;background:red}.jspHorizontalBar{position:absolute;bottom:0;left:0;width:100%;height:16px;background:red}.jspCap{display:none}.jspHorizontalBar .jspCap{float:left}.jspTrack{background:#dde;position:relative}.jspDrag{background:#bbd;position:relative;top:0;left:0;cursor:pointer}.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float:left;height:100%}.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer;padding:0;margin:0}.jspArrow.jspDisabled{cursor:default;background:#80808d}.jspVerticalBar .jspArrow{height:16px}.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%}.jspVerticalBar .jspArrow:focus{outline:none}.jspCorner{background:#eeeef4;float:left;height:100%}* html .jspCorner{margin:0 -3px 0 0} 4022 .jspContainer{overflow:hidden;position:relative}.jspPane{position:absolute}.jspVerticalBar{position:absolute;top:0;right:0;width:16px;height:100%;background:red}.jspHorizontalBar{position:absolute;bottom:0;left:0;width:100%;height:16px;background:red}.jspCap{display:none}.jspHorizontalBar .jspCap{float:left}.jspTrack{background:#dde;position:relative}.jspDrag{background:#bbd;position:relative;top:0;left:0;cursor:pointer}.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float:left;height:100%}.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer;padding:0;margin:0}.jspArrow.jspDisabled{cursor:default;background:#80808d}.jspVerticalBar .jspArrow{height:16px}.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%}.jspVerticalBar .jspArrow:focus{outline:none}.jspCorner{background:#eeeef4;float:left;height:100%}* html .jspCorner{margin:0 -3px 0 0}
4023 /*** message-read***/ 4023 /*** message-read***/
4024 -.comments_block{width:938px;height:498px;background-color:#fcfcfc;border:1px solid #b7b7b7;border-right:none;margin-bottom:57px;color:#333;font-family:Roboto;font-size:13px;position:relative;overflow:hidden;outline:none}.comment_type{width:940px}.comment_type .pole{width:660px;margin:0 auto;position:relative}.comment_type .mes_title{font-size:18px;color:#333;margin:18px 0}.message_text{width:638px;height:78px;resize:none;border:1px solid #c2c2c2;margin:0 auto;margin-bottom:26px;margin-top:18px;padding:10px;font-family:Roboto}.send_mess_but{outline:none;border:none;cursor:pointer;font-size:12px!important;padding-top:2px;width:170px;height:43px;text-align:center;text-transform:uppercase;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#148ad6',endColorstr = '#0072bc');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr = '#148ad6',endColorstr = '#0072bc')";background-image:-moz-linear-gradient(top,#148ad6,#0072bc);background-image:-ms-linear-gradient(top,#148ad6,#0072bc);background-image:-o-linear-gradient(top,#148ad6,#0072bc);background-image:-webkit-gradient(linear,center top,center bottom,from(#148ad6),to(#0072bc));background-image:-webkit-linear-gradient(top,#148ad6,#0072bc);background-image:linear-gradient(top,#148ad6,#0072bc);color:#fff;border-bottom:2px solid #0054a6;border-radius:4px;transition:.1s;top:170px;line-height:3.5}.send_mess_but:hover{opacity:.9}.send_mess_but:active{line-height:3.7}.pick_file{position:absolute;top:170px;right:0;width:130px}.pick_file .link:after{content:'';background:url(../images/skrpk.png) left center no-repeat;position:absolute;width:19px;height:21px;left:-28px;top:0}.pick_file .link{text-transform:uppercase;color:#0276c0;font-size:13px;cursor:pointer;text-decoration:none;border-bottom:1px solid #70b2db;position:relative}.pick_file .capt{color:#c2c2c2;font-size:11px;line-height:16px;margin-top:3px}.comment_text{position:relative;padding:12px 13px;width:602px;border:1px solid #c2c2c2;min-height:74px;left:10px;line-height:1.3;background-color:#fff}.comment.left .comment_text{float:left}.comment.right .comment_text{float:right}.comment.left .comment_text:before{content:'';background:url(../images/mes_bord_left.png);position:absolute;width:11px;height:11px;top:-1px;left:-11px}.comment.right .comment_text:before{content:'';background:url(../images/mes_bord_right.png);position:absolute;width:11px;height:11px;top:-1px;right:-11px}.comment.left .author_pic{float:left;margin:0 10px}.comment.right .author_pic{float:right;margin:0 25px 0 30px}.comment_time{color:#c6c6c6;font-family:Roboto;font-size:13px;font-weight:600;line-height:32px;position:absolute}.comment.left .comment_time{top:17px;right:-64px}.comment.right .comment_time{top:18px;left:-64px}.comment{position:relative;margin:30px 21px 30px 1px}.comment .offer_link a{color:#0173bd;position:relative}.comment .offer_link a:before{content:'';position:absolute;background:url(../images/skrpk_sm.png) left center no-repeat;width:19px;height:21px;left:-26px;top:-3px}.comment.right .offer_link{float:right;margin-right:94px;margin-top:12px;margin-bottom:-17px}.comment.left .offer_link{left:104px;bottom:-27px}.comment_block .content{overflow:auto;width:938px;height:498px}.fileform{background-color:#FFF;border:1px solid #CCC;border-radius:2px;cursor:pointer;height:26px;overflow:hidden;padding:2px;position:relative;text-align:left;vertical-align:middle;width:230px}.comment_type form{width:660px;margin:0 auto}.comment_type form label{color:#333;font-family:Roboto;font-size:18px}.input_file_text{color:#c2c2c2;font-size:11px;font-family:Roboto;width:125px;position:absolute;right:0;line-height:16px;top:18px;overflow:hidden;text-overflow:ellipsis;white-space:pre-line}.inputfile{float:right;position:relative;width:153px;padding-bottom:10px;background:url(../images/skrpk.png);background-repeat:no-repeat}.input_file{opacity:0;cursor:pointer;width:160px}.inputfile .file_input_title{position:absolute;color:#0276c0;border-bottom:1px solid #0276c0;text-transform:uppercase;font-family:Roboto;font-size:13px;right:0}.jspArrow{background-color:#0173bd;width:20px;height:20px}.jspVerticalBar{width:20px}.jspVerticalBar .jspArrow{height:20px}.jspTrack{background:#ebebeb;position:relative}.jspDrag{background:#c2c2c2;position:relative;top:0;left:0;cursor:pointer;border-left:2px solid #ebebeb;border-right:2px solid #ebebeb}.jspVerticalBar{background:#ebebeb}.jspArrowUp{background:#0173bd url(../images/scroll_up.png) center center no-repeat}.jspArrowUp:hover{opacity:.8}.jspArrowUp:active{background-position-y:1px!important}.jspDisabled.jspArrowUp{background:#80808d url(../images/scroll_up_grey.png) center center no-repeat}.jspArrowDown{background:#0173bd url(../images/scroll_down.png) center center no-repeat}.jspArrowDown:hover{opacity:.8}.jspArrowDown:active{background-position-y:1px!important}.jspArrowDown{background:#0173bd url(../images/scroll_down.png) center center no-repeat}.jspDisabled.jspArrowDown{background:#80808d url(../images/scroll_down_grey.png) center center no-repeat}.jspContainer{outline:none;border:none} 4024 +.comments_block{width:938px;height:498px;background-color:#fcfcfc;border:1px solid #b7b7b7;border-right:none;margin-bottom:57px;color:#333;font-family:Roboto;font-size:13px;position:relative;overflow:hidden;outline:none}.comment_type{width:940px}.comment_type .pole{width:660px;margin:0 auto;position:relative}.comment_type .mes_title{font-size:18px;color:#333;margin:18px 0}.message_text{width:638px;height:78px;resize:none;border:1px solid #c2c2c2;margin:0 auto;margin-bottom:26px;margin-top:18px;padding:10px;font-family:Roboto}.send_mess_but{outline:none;border:none;cursor:pointer;font-size:12px!important;padding-top:2px;width:170px;height:43px;text-align:center;text-transform:uppercase;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#148ad6',endColorstr = '#0072bc');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr = '#148ad6',endColorstr = '#0072bc')";background-image:-moz-linear-gradient(top,#148ad6,#0072bc);background-image:-ms-linear-gradient(top,#148ad6,#0072bc);background-image:-o-linear-gradient(top,#148ad6,#0072bc);background-image:-webkit-gradient(linear,center top,center bottom,from(#148ad6),to(#0072bc));background-image:-webkit-linear-gradient(top,#148ad6,#0072bc);background-image:linear-gradient(top,#148ad6,#0072bc);color:#fff;border-bottom:2px solid #0054a6;border-radius:4px;transition:.1s;top:170px;line-height:3.5}.send_mess_but:hover{opacity:.9}.send_mess_but:active{line-height:3.7}.pick_file{position:absolute;top:170px;right:0;width:130px}.pick_file .link:after{content:'';background:url(/images/skrpk.png) left center no-repeat;position:absolute;width:19px;height:21px;left:-28px;top:0}.pick_file .link{text-transform:uppercase;color:#0276c0;font-size:13px;cursor:pointer;text-decoration:none;border-bottom:1px solid #70b2db;position:relative}.pick_file .capt{color:#c2c2c2;font-size:11px;line-height:16px;margin-top:3px}.comment_text{position:relative;padding:12px 13px;width:602px;border:1px solid #c2c2c2;min-height:74px;left:10px;line-height:1.3;background-color:#fff}.comment.left .comment_text{float:left}.comment.right .comment_text{float:right}.comment.left .comment_text:before{content:'';background:url(/images/mes_bord_left.png);position:absolute;width:11px;height:11px;top:-1px;left:-11px}.comment.right .comment_text:before{content:'';background:url(/images/mes_bord_right.png);position:absolute;width:11px;height:11px;top:-1px;right:-11px}.comment.left .author_pic{float:left;margin:0 10px}.comment.right .author_pic{float:right;margin:0 25px 0 30px}.comment_time{color:#c6c6c6;font-family:Roboto;font-size:13px;font-weight:600;line-height:32px;position:absolute}.comment.left .comment_time{top:17px;right:-64px}.comment.right .comment_time{top:18px;left:-64px}.comment{position:relative;margin:30px 21px 30px 1px}.comment .offer_link a{color:#0173bd;position:relative}.comment .offer_link a:before{content:'';position:absolute;background:url(/images/skrpk_sm.png) left center no-repeat;width:19px;height:21px;left:-26px;top:-3px}.comment.right .offer_link{float:right;margin-right:94px;margin-top:12px;margin-bottom:-17px}.comment.left .offer_link{left:104px;bottom:-27px}.comment_block .content{overflow:auto;width:938px;height:498px}.fileform{background-color:#FFF;border:1px solid #CCC;border-radius:2px;cursor:pointer;height:26px;overflow:hidden;padding:2px;position:relative;text-align:left;vertical-align:middle;width:230px}.comment_type form{width:660px;margin:0 auto}.comment_type form label{color:#333;font-family:Roboto;font-size:18px}.input_file_text{color:#c2c2c2;font-size:11px;font-family:Roboto;width:125px;position:absolute;right:0;line-height:16px;top:18px;overflow:hidden;text-overflow:ellipsis;white-space:pre-line}.inputfile{float:right;position:relative;width:153px;padding-bottom:10px;background:url(/images/skrpk.png);background-repeat:no-repeat}.input_file{opacity:0;cursor:pointer;width:160px}.inputfile .file_input_title{position:absolute;color:#0276c0;border-bottom:1px solid #0276c0;text-transform:uppercase;font-family:Roboto;font-size:13px;right:0}.jspArrow{background-color:#0173bd;width:20px;height:20px}.jspVerticalBar{width:20px}.jspVerticalBar .jspArrow{height:20px}.jspTrack{background:#ebebeb;position:relative}.jspDrag{background:#c2c2c2;position:relative;top:0;left:0;cursor:pointer;border-left:2px solid #ebebeb;border-right:2px solid #ebebeb}.jspVerticalBar{background:#ebebeb}.jspArrowUp{background:#0173bd url(/images/scroll_up.png) center center no-repeat}.jspArrowUp:hover{opacity:.8}.jspArrowUp:active{background-position-y:1px!important}.jspDisabled.jspArrowUp{background:#80808d url(/images/scroll_up_grey.png) center center no-repeat}.jspArrowDown{background:#0173bd url(/images/scroll_down.png) center center no-repeat}.jspArrowDown:hover{opacity:.8}.jspArrowDown:active{background-position-y:1px!important}.jspArrowDown{background:#0173bd url(/images/scroll_down.png) center center no-repeat}.jspDisabled.jspArrowDown{background:#80808d url(/images/scroll_down_grey.png) center center no-repeat}.jspContainer{outline:none;border:none}
4025 /***form-order***/ 4025 /***form-order***/
4026 #modal_form_offer {height: 505px;} 4026 #modal_form_offer {height: 505px;}
4027 #modal_form_offer,#modal_form_question{margin-top: 70px;} 4027 #modal_form_offer,#modal_form_question{margin-top: 70px;}
@@ -4123,9 +4123,9 @@ form.offer-project {height: 406px;} @@ -4123,9 +4123,9 @@ form.offer-project {height: 406px;}
4123 box-shadow: inset 0px 0px 0px 1px #dcdcdc; 4123 box-shadow: inset 0px 0px 0px 1px #dcdcdc;
4124 } 4124 }
4125 #modal_form_offer .jspVerticalBar #modal_form_offer .jspArrow{background-color:#f1f1f1;} 4125 #modal_form_offer .jspVerticalBar #modal_form_offer .jspArrow{background-color:#f1f1f1;}
4126 -#modal_form_offer .jspArrowUp, #modal_form_offer .jspArrowUp.jspDisabled{background:url('../images/arrow-scroll-up.png') center center no-repeat;width: 25px} 4126 +#modal_form_offer .jspArrowUp, #modal_form_offer .jspArrowUp.jspDisabled{background:url('/images/arrow-scroll-up.png') center center no-repeat;width: 25px}
4127 #modal_form_offer .jspDisabled{opacity: 0.5; width: 25px} 4127 #modal_form_offer .jspDisabled{opacity: 0.5; width: 25px}
4128 -#modal_form_offer .jspArrowDown, #modal_form_offer .jspArrowDown.jspDisabled{background:url('../images/arrow-select.png') center center no-repeat; width: 25px} 4128 +#modal_form_offer .jspArrowDown, #modal_form_offer .jspArrowDown.jspDisabled{background:url('/images/arrow-select.png') center center no-repeat; width: 25px}
4129 #modal_form_offer .jspArrow:active{background-position-y:7px;} 4129 #modal_form_offer .jspArrow:active{background-position-y:7px;}
4130 #modal_form_offer .jspArrow.jspDisabled{background-position:center center!important;} 4130 #modal_form_offer .jspArrow.jspDisabled{background-position:center center!important;}
4131 /****/ 4131 /****/
@@ -4300,7 +4300,7 @@ ul.download-list-files li { @@ -4300,7 +4300,7 @@ ul.download-list-files li {
4300 ul.download-list-files li span { 4300 ul.download-list-files li span {
4301 width: 10px; 4301 width: 10px;
4302 height: 8px; 4302 height: 8px;
4303 - background: url("../images/tender/ico-3.png") no-repeat; 4303 + background: url("/images/tender/ico-3.png") no-repeat;
4304 display: block; 4304 display: block;
4305 float: left; 4305 float: left;
4306 margin-top: 3px; 4306 margin-top: 3px;
@@ -4448,19 +4448,19 @@ ul.download-list-files li:hover .download-link {transition: 0.2s; opacity: 1; -m @@ -4448,19 +4448,19 @@ ul.download-list-files li:hover .download-link {transition: 0.2s; opacity: 1; -m
4448 left: -23px; 4448 left: -23px;
4449 top: 50%; 4449 top: 50%;
4450 margin-top: -7px; 4450 margin-top: -7px;
4451 - background: url("../images/skrpk_min.png") no-repeat; 4451 + background: url("/images/skrpk_min.png") no-repeat;
4452 } 4452 }
4453 .MultiFile-remove:before{display: none !important;} 4453 .MultiFile-remove:before{display: none !important;}
4454 .MultiFile-label {height: 18px} 4454 .MultiFile-label {height: 18px}
4455 .MultiFile-list {margin-top: 25px;float: right} 4455 .MultiFile-list {margin-top: 25px;float: right}
4456 -.MultiFile-remove {float: right; margin-left: 31px; margin-top: 3px; width: 12px; height: 12px; background: url("../images/delet-file.png") no-repeat} 4456 +.MultiFile-remove {float: right; margin-left: 31px; margin-top: 3px; width: 12px; height: 12px; background: url("/images/delet-file.png") no-repeat}
4457 .MultiFile-title {font-size: 13px; position: relative} 4457 .MultiFile-title {font-size: 13px; position: relative}
4458 .MultiFile-title:before { 4458 .MultiFile-title:before {
4459 position: absolute; 4459 position: absolute;
4460 content: ''; 4460 content: '';
4461 width: 10px; 4461 width: 10px;
4462 height: 8px; 4462 height: 8px;
4463 - background: url("../images/tender/ico-3.png") no-repeat; 4463 + background: url("/images/tender/ico-3.png") no-repeat;
4464 top: 4px; 4464 top: 4px;
4465 left: -17px; 4465 left: -17px;
4466 } 4466 }