|
|
@@ -32,7 +32,6 @@
|
|
|
height: 32px;
|
|
|
}
|
|
|
.floatmenu {
|
|
|
- display: block;
|
|
|
position: absolute ;
|
|
|
right: 0;
|
|
|
top: 70px;
|
|
|
@@ -120,6 +119,9 @@ background: #3b434d;
|
|
|
}
|
|
|
}
|
|
|
@media screen and (max-width: 640px) {
|
|
|
+ .specialization-selection__container {
|
|
|
+ column-count: 2;
|
|
|
+ }
|
|
|
.category li, .category__item {
|
|
|
width: 47%;
|
|
|
display: inline-block;
|
|
|
@@ -289,6 +291,17 @@ background: #3b434d;
|
|
|
.footer__right .mainlinks li {
|
|
|
display: inline-block;
|
|
|
}
|
|
|
-
|
|
|
+.grid-disrb-col-1, .grid-disrb-col-1:nth-child(3n) {
|
|
|
+ width: 100%;
|
|
|
+max-width: 320px;
|
|
|
+margin: 10px auto;
|
|
|
}
|
|
|
-
|
|
|
+.shortnews__description {
|
|
|
+ height: auto;
|
|
|
+}
|
|
|
+}
|
|
|
+ @media screen and (max-width: 420px) {
|
|
|
+ .specialization-selection__container {
|
|
|
+ column-count: 1;
|
|
|
+ }
|
|
|
+ Ъ
|