.clicableSvgInstitutions svg {
  max-width: 100%;
  height: auto; }

.clicableSvgInstitutions .active {
  opacity: 1;
  transition: all 0.35s; }
  .clicableSvgInstitutions .active--off {
    fill: #FBFBFB;
    opacity: 0.3; }

.clicableSvgInstitutions #elementy {
  cursor: pointer; }

.clicableSvgInstitutions .clicktabel {
  cursor: pointer; }

.clicableSvgInstitutions .svgContentWrapper {
  margin-top: 100px;
  margin-bottom: 100px; }
  .clicableSvgInstitutions .svgContentWrapper .svg_content {
    display: none; }
    @media (max-width: 992px) {
      .clicableSvgInstitutions .svgContentWrapper .svg_content {
        display: block !important;
        margin: 0 0 8rem; }
        .clicableSvgInstitutions .svgContentWrapper .svg_content:last-of-type {
          margin: 0; } }
    .clicableSvgInstitutions .svgContentWrapper .svg_content--active {
      display: block; }
  .clicableSvgInstitutions .svgContentWrapper__img {
    position: relative; }
    .clicableSvgInstitutions .svgContentWrapper__img svg {
      position: relative;
      z-index: 10; }
    .clicableSvgInstitutions .svgContentWrapper__img img {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      max-width: calc(100% - 250px); }
