|
|
@@ -3084,6 +3084,16 @@ body {
|
|
|
margin-bottom: 4px;
|
|
|
display: block; }
|
|
|
|
|
|
+.organization-info__contacts-phones-list {
|
|
|
+ max-height: 123px;
|
|
|
+ transition: all 0.5s ease-in-out;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+.organization-info__contacts-phones-list--all {
|
|
|
+ max-height: 9999px;
|
|
|
+}
|
|
|
+
|
|
|
.organization-info__contacts-skype {
|
|
|
font-family: "cuprum", Impact, "Charcoal CY", sans-serif;
|
|
|
padding: 2px 0 1px 25px;
|