|
|
@@ -3055,6 +3055,21 @@ body {
|
|
|
.organization-info__map-link:hover {
|
|
|
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 {
|
|
|
font-family: "cuprum", Impact, "Charcoal CY", sans-serif;
|
|
|
font-size: 13px;
|