|
|
@@ -3107,7 +3107,11 @@ body {
|
|
|
background: url(../img/icon_contact_02.png) no-repeat left center;
|
|
|
color: #004d7b;
|
|
|
text-decoration: none;
|
|
|
- display: block; }
|
|
|
+ display: block;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
|
|
|
.organization-info__contacts-workmode {
|
|
|
font-family: "cuprum", Impact, "Charcoal CY", sans-serif;
|
|
|
@@ -3330,7 +3334,7 @@ organization-info--active .organization-info__menu-vrachi-link {
|
|
|
}
|
|
|
|
|
|
.organization-media__slider {
|
|
|
- margin: 0 30px 13px;
|
|
|
+ margin: 0 30px 13px !important;
|
|
|
width: calc(100% - 60px);
|
|
|
}
|
|
|
|