.hid {
  visibility: hidden;
}

.dr-widthCont {
  max-width: 1170px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.dr-title {
  font-size: 36px;
  line-height: 44px;
}

.dr-title-sm {
  font-size: 28px;
  line-height: 38px;
}

.dr-par {
  font-size: 18px;
  line-height: 26px;
}

.dr-par-sm {
  font-size: 16px;
  line-height: 22px;
}

.dr-par-xs {
  font-size: 14px;
  line-height: 20px;
}

/* page css */

.su_section {
  padding: 60px 0;
  background-size: cover;
  background: url(https://cdn.papaki.com/sites/all/themes/papaki3/n/pixida/bg_green.svg)
    no-repeat;
  background-color: #f5f5f5;
  background-position: bottom;
}

.su_title {
  color: #46a1d7;
  font-family: OpenSans-Regular;
}

.su_flexCont {
  margin-top: 80px;
}

.su_fItem.su_imgCont {
  max-width: 105px;
  margin-right: 60px;
}

.su_fItem.su_textCont {
  width: 67%;
}

.dr-par-sm.su_fItemPar {
  max-width: 678px;
}

.su_fItemTitle {
  font-size: 21px;
  line-height: 30px;
  color: #52b266;
  margin-bottom: 8px;
}

/* cards */

.su_cardsFlexCont {
  margin-top: 80px;
}

.su_cardFCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 320px;
}

.su_cardFCol {
  min-height: 130px;
  background: #4fb163;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-box-shadow: 6px 6px 21px -6px #858585;
  box-shadow: 6px 6px 21px -6px #858585;
}

.su_cardTitle {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  min-height: 50px;
  line-height: 50px;
  text-align: center;
  background: #d7ebd2;
  color: #4fb163;
  padding: 0 60px;
}

.su_cardDetails {
  background: #fff;
  min-height: 378px;
}

.su_cardDetailSpace {
  margin-top: 30px;
}

.su_cardRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  /* min-height ? */
}

.su_cardRowIcon {
  background: #fff;
  color: #52b266;
  font-size: 18px;
  margin-left: 10px;
  margin-right: 15px;
  margin-top: 2px;
}

.su_cardRowText {
  margin-right: 20px;
  max-width: 260px;
}

.su_cardRowText .dr-par-xs {
  font-size: 15px;
}

.su_cardFCol:nth-child(2) {
  margin-left: 60px;
}

@media (max-width: 993px) {
  .su_cardFCol:nth-child(2),
  .su_cardFCol {
    margin: 0 auto;
  }

  .su_cardFCol:nth-child(2) {
    margin-top: 80px;
  }

  .su_cardsFlexCont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .su_cardsFlexCont {
    width: 100%;
  }
}

@media (max-width: 830px) {
  .dr-title.su_title {
    font-size: 32px;
    margin: 0 auto;
  }

  .su_flexCont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .su_fItem.su_imgCont,
  .su_fItem {
    margin: 0 auto;
  }

  .su_fItem.su_imgCont {
    margin-top: 40px;
  }

  .su_fItem.su_textCont {
    width: 100%;
    max-width: 565px;
  }

  .dr-title.su_title {
    max-width: 565px;
  }

  .su_fItemTitle {
    margin: 40px 0;
  }
}

@media (max-width: 636px) {
  .dr-title.su_title,
  .su_flexCont {
    margin: 0 20px;
  }
}

@media (max-width: 345px) {
  .su_cardFCol {
    width: 100%;
  }

  .su_cardRowText {
    max-width: unset;
    margin-right: 10px;
  }

  .su_cardTitle {
    line-height: 30px;
    min-height: 30px;
    padding: 20px 0;
  }

  .dr-title.su_title {
    font-size: 28px;
    line-height: 36px;
  }
}
