.widget-data-and-facts {

}

.widget-data-and-facts .widget-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-direction: row;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}

.widget-data-and-facts .widget-icons:before,
.widget-data-and-facts .widget-icons:after{
  content: normal !important; /*IE doesn't support `initial`*/
}

.widget-data-and-facts .icon-box {
  text-align: center;
  font-family: "Sanuk", sans-serif;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}

:lang(ru) .widget-data-and-facts .icon-box {
  font-family: "MyriadPro-Light";
}

@media screen and (min-width: 600px) {
  .widget-data-and-facts .icon-box {
    width: 48%;
  }
}

@media screen and (min-width: 992px) {
  .widget-data-and-facts .widget-icons {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .widget-data-and-facts .icon-box {
    width: 32%;
    margin-bottom: 0;
  }
}

@media screen
and (min-width: 992px)
and (-ms-high-contrast: none) {
    .widget-data-and-facts .icon-box {
      max-width: 25%;
    }
}


.widget-data-and-facts .icon-box .icon {
  color: #e60028;
  font-size: 70px;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .widget-data-and-facts .icon-box .icon {
    font-size: 100px;
  }
}

.widget-data-and-facts .icon-box .number {
  z-index: 99;
  display: block;
  color: #e60028;
  font-size: 40px;
  margin-top: 25px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .widget-data-and-facts .icon-box .number {
    font-size: 50px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1470px) {
  .widget-data-and-facts .icon-box .number {
    font-size: 70px;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

.widget-data-and-facts .icon-box .name {
  color: #7d7d7d;
  font-size: 20px;
  line-height:30px;
}

@media screen and (min-width: 768px) {
  .widget-data-and-facts .icon-box .name {
    font-size: 24px;
    line-height:34px;
  }
}

@media screen and (min-width: 1470px) {
  .widget-data-and-facts .icon-box .name {
    font-size: 30px;
    line-height:40px;
  }
}