.fresh__app-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.fresh__col {
  padding: 12px 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.fresh__item {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  padding: 30px 15px 90px 15px;
  position: relative;
  height: 100%; }

.fresh__title {
  color: #232323;
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 15px 0;
  text-align: center; }

.fresh__description {
  color: #232323;
  font-size: 14px;
  padding: 0 0 15px 0;
  text-align: center; }

.fresh__cost {
  color: #232323;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  bottom: 71px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.fresh__button {
  width: 90px;
  height: 41px;
  border-radius: 5px;
  background-color: #80c11f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none !important;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.fresh__block-3 {
  padding: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  font-size: 14px; }
  .fresh__block-3-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 15px 15px; }
  .fresh__block-3-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 15px 0; }
  .fresh__block-3-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    width: 76px; }
  .fresh__block-3-text {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 0 0 15px; }
    .fresh__block-3-text div {
      padding: 0 0 10px 0; }
      .fresh__block-3-text div:last-child {
        padding-bottom: 0; }
  .fresh__block-3-title {
    font-weight: 700;
    padding: 0 0 10px 0; }

/*# sourceMappingURL=fresh.min.css.map */
