.block-benefits {
  padding-top: 40px;
  padding-bottom: 187px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .block-benefits {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .block-benefits {
    padding-bottom: 60px;
    margin-top: -230px;
  }
}

.benefits-content_image {
  min-width: 750px;
  position: absolute;
  bottom: 45%;
  left: 15%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .benefits-content_image {
    min-width: unset;
    width: 470px;
    left: -30px;
    bottom: -290px;
  }
}
@media screen and (max-width: 767px) {
  .benefits-content_image {
    position: relative;
    min-width: 100%;
    left: unset;
    bottom: unset;
  }
}
.benefits-content_title {
  color: #FFF;
  position: absolute;
  left: 0;
  bottom: 300px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .benefits-content_title {
    position: absolute;
    left: 0;
    bottom: -420px;
    width: 40%;
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .benefits-content_title {
    position: relative;
    left: unset;
    bottom: unset;
  }
}

.benefits-cards-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.benefits-cards-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 80px;
  width: 100%;
  background: linear-gradient(transparent, #262626);
}
@media screen and (max-width: 767px) {
  .benefits-cards-wrap {
    margin-top: 20px;
  }
}

.benefits-card {
  padding: 48px 64px;
  width: 50%;
  border: 1px solid #808080;
  background: linear-gradient(171deg, #333 6.93%, #262626 48.07%);
}
@media screen and (max-width: 767px) {
  .benefits-card {
    width: 100%;
    padding: 30px;
  }
}
.benefits-card:first-of-type {
  border-radius: 48px 48px 0px 0px;
  margin-left: 50%;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .benefits-card:first-of-type {
    width: 100%;
    border-radius: 32px 32px 0px 0px;
    margin-left: unset;
  }
}
.benefits-card:nth-of-type(2) {
  border-right: 0;
  border-bottom: 0;
  border-radius: 48px 0px 0px 0px;
}
@media screen and (max-width: 767px) {
  .benefits-card:nth-of-type(2) {
    border-radius: 0;
    border-right: 1px solid #808080;
  }
}
.benefits-card:last-of-type {
  border-bottom: 0;
}
.benefits-card_counter {
  color: #CBCBCB;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}
@media screen and (max-width: 767px) {
  .benefits-card_counter {
    font-size: 14px;
  }
}
.benefits-card_title {
  color: #FFF;
}
.benefits-card_break {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  height: 1px;
  background: linear-gradient(92deg, #34DB8E 7.73%, #68EFA9 45.98%, #389777 92.15%);
}
.benefits-card_logo {
  width: 100%;
  max-width: 86px;
  margin: 43px 0;
}
@media screen and (max-width: 767px) {
  .benefits-card_logo {
    max-width: 70px;
    margin: 20px 0;
  }
}
.benefits-card_description {
  color: #CCC;
}