.mod_tm_counters {
  position: relative;
}
.mod_tm_counters:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.mod_tm_counters .counter_item {
  margin-bottom: 48px;
}
.mod_tm_counters .counter_item .counter-wrapper {
  position: relative;
}
.mod_tm_counters .counter_item .counter-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content {
  text-align: center;
}
.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.2307;
  margin: 0 0 19px;
  padding: 0 0 17px;
  border: none;
  background: transparent;
  position: relative;
}
.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  border-bottom: 3px solid #199fd6;
  width: 100%;
  max-width: 30px;
}
.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}
.mod_tm_counters__circle .counter_item {
  text-align: center;
}
.mod_tm_counters__circle .counter_item .counter-wrapper {
  display: block;
  position: relative;
  max-width: 270px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #eaeaea;
}
.mod_tm_counters__circle .counter_item .counter-wrapper .counter-wrapper-box {
  width: 100%;
  padding-top: 100%;
}
.mod_tm_counters__circle .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}