/* Блок инфографика начало */
.infographic-title {
  padding-top: 20px;
}

.section-title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

.infographic-title, .infographic-title .tab-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.infographic-title {
	margin-left: auto;
}

.infographic-title .tab-content, .infographic-title .tab-content .tab-pane {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.infographic-title .tab-pane .aside-block:last-child {
  border-bottom: none;
}

.infographic-title .tab-content {
	overflow-y: scroll;
}

.infographic-title .tab-pane {
	max-height: 500px;
}

@media (min-width: 992px) {
  .infographic-title {
    -ms-flex: 0 0 35%;
        flex: 0 0 35%;
    padding-top: 0;
    padding-left: 30px;
  }
  .infographic-title .tab-pane {
     max-height: 550px;
   }
}

@media (min-width: 1280px) {
  .infographic-title {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
  }
  .infographic-title .tab-pane {
     max-height: 680px;
   }
}

/* Блок инфографика конец */
