.clicableSvgScientist {
  text-align: center; }
  .clicableSvgScientist svg {
    max-width: 100%;
    height: auto; }
  .clicableSvgScientist .active {
    opacity: 1;
    transition: all 0.35s; }
    .clicableSvgScientist .active--off {
      fill: #FBFBFB;
      opacity: 0.3; }
  .clicableSvgScientist #elementy {
    cursor: pointer; }
  .clicableSvgScientist .clicktabel {
    cursor: pointer; }
  .clicableSvgScientist .svgContentWrapper {
    margin-top: 100px;
    margin-bottom: 100px; }
    .clicableSvgScientist .svgContentWrapper .svg_content {
      display: none; }
      @media (max-width: 992px) {
        .clicableSvgScientist .svgContentWrapper .svg_content {
          display: block !important;
          margin: 0 0 8rem; }
          .clicableSvgScientist .svgContentWrapper .svg_content:last-of-type {
            margin: 0; } }
      .clicableSvgScientist .svgContentWrapper .svg_content--active {
        display: block; }
