

/* Start:/local/templates/new-design/style/dist/css/chart.css?17768353082206*/
.chars-stats {
  margin-bottom: 60px;
}
.chars-stats-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px 0 -7px;
}
.chars-stats-item {
  width: calc(33.3% - 14px);
  margin: 0 7px 20px 7px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
  min-height: 120px;
}
.char-stat-title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 8px;
}
.char-stat-num {
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
}
.chars-stats-row.two .chars-stats-item {
  width: calc(50% - 14px);
}
.chars-stats-row.one .chars-stats-item {
  width: 100%;
}
.chars-stats-item.violet {
  background: rgba(133, 22, 79, 0.93);
}
.chars-stats-item.blue {
  background: #5CB3E4;
}
.chars-stats-item.green {
  background: #4FB06D;
}
.chars-stats-item.red {
  background: rgba(181, 39, 39, 0.93);
}
.chars-block h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 40px;
}
[class$="-legend"] {
  list-style: none;
  cursor: pointer;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -45px;
}
[class$="-legend"] li {
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  width: calc(50% - 90px);
  margin: 0 45px 12px 45px;
}
[class$="-legend"] li.hidden {
  text-decoration: line-through;
}
[class$="-legend"] li span {
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  width: 10px;
}
#legend {
  margin-bottom: 30px;
}
.chart-wrap {
  max-width: 510px;
  margin: auto;
}
#chart{
  width: 510px !important;
  height: 510px !important;
}
@media(max-width: 1024px) {
  .chars-stats-item {
    width: calc(50% - 14px);
  }
}
@media(max-width: 480px) {
	#chart{
	  width: 320px !important;
	  height: 320px !important;
	}
  .chars-stats-row {
    margin: 0;
  }
  .chars-stats-row.two .chars-stats-item,
  .chars-stats-item {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 10px;
  }
  [class$="-legend"] li {
    width: 100%;
    margin: 0 0 12px 0;
  }
  [class$="-legend"] {
    margin: 0;
  }
  #legend {
    margin-bottom: 30px;
  }
}
.chartjs-hidden-iframe{
	overflow: auto !important;
}
/* End */
/* /local/templates/new-design/style/dist/css/chart.css?17768353082206 */
