line.link {
  fill: none;
  stroke-width: 1.5px;
}
line.link-active{
	stroke-width: 3px;
}
circle {
  fill: #D6D6D6;
  stroke: #808080;
  stroke-width: 1.2px;
}

text {
  fill: #323232;
  font: 10px sans-serif;
  pointer-events: none;
}
svg{
  overflow: hidden;
}
@media (max-width: 830px) {
	svg{
		width: 380px !important;
	}
}
@media (max-width: 640px) {
	svg{
		width: 350px !important;
	}
}