|
@@ -3055,6 +3055,21 @@ body {
|
|
|
.organization-info__map-link:hover {
|
|
.organization-info__map-link:hover {
|
|
|
background: #d2dee9; }
|
|
background: #d2dee9; }
|
|
|
|
|
|
|
|
|
|
+.organization-info__map-container {
|
|
|
|
|
+ width: 700px;
|
|
|
|
|
+ max-width: 100%;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ padding-top: 100%;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.organization-info__map {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+ bottom: 0;
|
|
|
|
|
+ left: 0;
|
|
|
|
|
+ right: 0;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.organization-info__contacts-header {
|
|
.organization-info__contacts-header {
|
|
|
font-family: "cuprum", Impact, "Charcoal CY", sans-serif;
|
|
font-family: "cuprum", Impact, "Charcoal CY", sans-serif;
|
|
|
font-size: 13px;
|
|
font-size: 13px;
|
|
@@ -3069,6 +3084,16 @@ body {
|
|
|
margin-bottom: 4px;
|
|
margin-bottom: 4px;
|
|
|
display: block; }
|
|
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 {
|
|
.organization-info__contacts-skype {
|
|
|
font-family: "cuprum", Impact, "Charcoal CY", sans-serif;
|
|
font-family: "cuprum", Impact, "Charcoal CY", sans-serif;
|
|
|
padding: 2px 0 1px 25px;
|
|
padding: 2px 0 1px 25px;
|