body {
 width: 1300px;
}
.map svg {
          height: auto;
          width: 1600px;
         }

.map polygon {
	fill: #FFFFFF;
        stroke: #000;
        stroke-width: 5;
	cursor: pointer;
	opacity: 0.7;
}

.map polygon:hover {
  fill: #FFF !important;
  cursor: help;
}

.info_panel {
  background-color: rgba(244, 247, 216, 0.97); /* цвет фона */
  padding: 10px; /* отступы */
  font-size: 0.8em; /* текст справки */
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  position: absolute;
  border: 1px solid #aca7b3; /* рамка */
  border-radius: 15px;
  color: #333;
  white-space: nowrap;
}

.info_panel::first-line {
  font-weight: bold;
}

/* номера участков */
#Labels text {
        font-size: 38px; 
        font-family: sans-serif, Tahoma;
        font-weight: bold;
	pointer-events: none;
}

H1 {
  text-align: center;
}