|
|
@@ -3,6 +3,7 @@
|
|
|
p {
|
|
|
a {
|
|
|
text-decoration: underline;
|
|
|
+
|
|
|
&:hover {
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
@@ -19,6 +20,7 @@ body {
|
|
|
bottom: 0;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
header {
|
|
|
position: fixed;
|
|
|
/*height: 45px;*/
|
|
|
@@ -291,7 +293,7 @@ header .menu-mobile ul li a:hover {
|
|
|
font-family: $fontcuprum;
|
|
|
font-weight: 700;
|
|
|
color: #004d7b;
|
|
|
- @media(min-width: 1201px){
|
|
|
+ @media(min-width: 1201px) {
|
|
|
max-width: 790px;
|
|
|
}
|
|
|
}
|
|
|
@@ -2593,6 +2595,7 @@ footer .copyright .logo {
|
|
|
|
|
|
.slide-fancybox-video {
|
|
|
position: relative;
|
|
|
+
|
|
|
&:before {
|
|
|
display: block;
|
|
|
content: '';
|
|
|
@@ -2607,9 +2610,11 @@ footer .copyright .logo {
|
|
|
border-radius: 5px;
|
|
|
z-index: 2;
|
|
|
}
|
|
|
+
|
|
|
&:hover:before {
|
|
|
background: #bd0505;
|
|
|
}
|
|
|
+
|
|
|
&:after {
|
|
|
display: block;
|
|
|
content: '';
|
|
|
@@ -2625,4 +2630,10 @@ footer .copyright .logo {
|
|
|
margin-top: -15px;
|
|
|
z-index: 3;
|
|
|
}
|
|
|
+}
|
|
|
+
|
|
|
+a[href^="https://metrika.yandex.ru"] {
|
|
|
+ position: absolute;
|
|
|
+ bottom: 10px;
|
|
|
+ right: 10px;
|
|
|
}
|