.ProductBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 36px;
  margin: 0;
}
.ProductBox + .ProductBox {
  margin-top: 36px;
}
.ProductBox.__smaller {
  padding: 24px;
}
.ProductBox.__smaller + .ProductBox {
  margin-top: 24px;
}
.ProductBox__image {
  width: 230px;
}
.ProductBox__image.__smaller {
  width: 130px;
}
.ProductBox__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ProductBox__text__block {
  width: 100%;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ProductBox__text__block__item + .ProductBox__text__block__item {
  padding-left: 6px;
}
.ProductBox__text__block__item:nth-child(1) {
  text-align: left;
}
.ProductBox__text__block__item:not(:nth-child(1)) {
  text-align: center;
}
.ProductBox__text__block__item.__i1 {
  width: 45%;
}
.ProductBox__text__block__item.__i2 {
  width: 30%;
}
.ProductBox__text__block__item.__i3 {
  width: 25%;
}
