.vtb-capital-structure-block {
  width: 100%;
}

.vtb-capital-structure-graphContainer {
  width: 100%;
  overflow: visible;
}

.vtb-capital-structure-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.vtb-capital-structure-svg text {
  font-family: "Omega UI", "Arial", sans-serif;
  font-feature-settings: "lnum" 1, "pnum" 1;
}

@media (width <= 768px) {
  .vtb-capital-structure-graphContainer {
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  .vtb-capital-structure-svg {
    width: 1800px;
    max-width: none;
  }
}
