|
|
@@ -560,6 +560,9 @@ body {
|
|
|
margin-bottom: 35px; }
|
|
|
.calendinfo__item:first-child {
|
|
|
padding-bottom: 15px; }
|
|
|
+ @media (max-width: 1100px) and (min-width: 1001px) {
|
|
|
+ .calendinfo__calendcase {
|
|
|
+ display: none; } }
|
|
|
|
|
|
.timeseparator {
|
|
|
-webkit-animation: timeseparator 1s ease;
|
|
|
@@ -1804,6 +1807,9 @@ body {
|
|
|
justify-content: flex-start;
|
|
|
align-items: flex-start;
|
|
|
align-content: flex-start; }
|
|
|
+ @media (max-width: 1190px) {
|
|
|
+ .category__list {
|
|
|
+ flex-wrap: wrap; } }
|
|
|
|
|
|
.category li, .category__item {
|
|
|
padding-right: 5px; }
|
|
|
@@ -1871,7 +1877,6 @@ body {
|
|
|
.shortnews__description {
|
|
|
border-bottom: 1px solid #d4d4d4;
|
|
|
height: 137px;
|
|
|
- line-height: 19px;
|
|
|
box-sizing: border-box;
|
|
|
padding: 6px 10px 10px;
|
|
|
color: #1a1916;
|
|
|
@@ -1879,7 +1884,8 @@ body {
|
|
|
line-height: 17px;
|
|
|
display: block;
|
|
|
overflow: hidden;
|
|
|
- text-overflow: ellipsis; }
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ font-family: "cuprum", Impact, "Charcoal CY", sans-serif; }
|
|
|
.shortnews__details {
|
|
|
display: -webkit-flex;
|
|
|
display: -ms-flex;
|