This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--[if lt IE 9]> | |
<script> | |
var e = ("article,aside,figcaption,figure,footer,header,hgroup,nav,section,time").split(','); | |
for (var i = 0; i < e.length; i++) { | |
document.createElement(e[i]); | |
} | |
</script> | |
<![endif]--> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function heightses() { | |
$(".program-item").height("auto").equalHeights(); | |
}heightses(); | |
$(window).resize(function() { | |
heightses(); | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CSS | |
.top-line // контейнер с меню, лого, кнопкой позвонить | |
{ | |
width: 100%; | |
z-index: 1; | |
position: fixed; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// галерея всплывающая | |
$(".portfolio-item").each(function(e){ | |
var th = $(this); | |
th.attr("href", "#portfolio-image-" + e) | |
.find(".portfolio-popup") | |
.attr("id", "portfolio-image-" + e); | |
}); | |
$(".portfolio-item").magnificPopup({ | |
mainClass: 'my-mfp-zoom-in', | |
removalDelay:300, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.prozrachnost { | |
opacity:0.5; | |
filter:alpha(opacity=50); | |
-moz-opacity:0.5; | |
background-color:#000000; | |
width:340px; | |
height:1500px; | |
position:absolute; | |
top:0px; | |
left:0px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.second-block-link a { | |
display: inline-block; | |
font-weight: bold; | |
text-transform: uppercase; | |
border: 3px solid #efa64d; | |
padding:15px 35px; | |
color: #7cc15a; | |
font-size: 20px; | |
@include trans; | |
animation: wave 5100ms linear infinite; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ладно если серьезно то вот   - тонкий пробел, &ensp - пробел длиной в букву N,   - пробел длиной в букву M |