

/* Start:/local/components/ml/numbers-animation/templates/.default/style.css?17259565582836*/
.numbers-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  line-height: 1.1;
}

.numbers-animation .odometer-formatting-mark {
  display: none;
}

.numbers-animation .odometer-formatting-mark.odometer-radix-mark {
  display: inline;
}

.numbers-animation_mainpage {
  padding-left: 60px;
}

.numbers-animation_mainpage .numbers-animation__number-text {
  max-width: 120px;
}

.numbers-animation_mainpage .numbers-animation__number {
  width: 31%;
  min-width: 31%;
}

.numbers-animation_mainpage .numbers-animation__number:nth-child(2) {
  width: 38%;
  min-width: 38%;
  padding: 0 30px;
}

.numbers-animation_mainpage .numbers-animation__number:nth-child(3) {
  padding-left: 10px;
}

.numbers-animation_two {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.numbers-animation_two .numbers-animation__unit {
  padding-right: 10px;
  padding-left: 5px;
}

.numbers-animation_two .numbers-animation__number-text {
  max-width: 110px;
}

.numbers-animation_two .numbers-animation__number:nth-child(2) {
  padding-left: 40px;
}

.numbers-animation__number {
  width: 33%;
  min-width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 15px;
}

.numbers-animation__number + .numbers-animation__number {
  border-left: 4px solid #474747;
}

.numbers-animation__number:nth-child(2) {
  padding: 0 10px;
  width: 34%;
  min-width: 34%;
}

.numbers-animation__number:nth-child(3) {
  padding-left: 10px;
}

.numbers-animation__number-value {
  font-size: 46px;
  font-weight: 700;
  min-width: 55px;
  text-align: right;
}

.numbers-animation__unit {
  padding-right: 5px;
  font-size: 46px;
  font-weight: 700;
}

.numbers-animation__number-text {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1160px) {
  .numbers-animation_two .numbers-animation__number {
    width: 36%;
    min-width: 36%;
  }
}

@media (max-width: 991px) {
  .numbers-animation {
    padding-left: 0;
  }
  .numbers-animation_two .numbers-animation__number {
    width: 50%;
    min-width: 50%;
  }
}

@media (max-width: 767px) {
  .numbers-animation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .numbers-animation__number {
    width: 100%;
    min-width: 100%;
    border-left: 4px solid #474747;
    padding-left: 10px;
  }
  .numbers-animation__number:nth-child(2) {
    width: 100%;
    min-width: 100%;
    padding-left: 10px;
  }
  .numbers-animation_two .numbers-animation__number {
    width: 100%;
    min-width: 100%;
  }
  .numbers-animation_two .numbers-animation__number:nth-child(2) {
    padding-left: 10px;
  }
}

/* End */
/* /local/components/ml/numbers-animation/templates/.default/style.css?17259565582836 */
