.section-benefits {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-benefits > *:not(:last-child) {
  margin-bottom: 31.25px;
}
.section-benefits__title {
  text-align: left;
  line-height: 1.5;
}
.section-benefits__title::first-line {
  line-height: 1;
}
.section-benefits__body {
  line-height: 1.5;
}
.section-benefits__content {
  max-width: none;
  list-style: none;
  width: 100%;
  padding: 0;
}
.section-benefits__content ul {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -31.25px;
  max-width: 1000px;
}
.node--id-3 .section-benefits__content ul {
  margin-left: unset;
  margin-right: unset;
  display: unset;
  flex-wrap: unset;
  justify-content: unset;
}
.section-benefits__item {
  flex-basis: 49%;
  margin-bottom: 31.25px;
  background-repeat: no-repeat;
  padding-left: 115px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-position: 0 center;
  min-height: 100px;
}
.node--id-3 .section-benefits__item {
  margin-bottom: 70px;
  height: 216px;
  overflow: hidden;
}

.section-benefits__item_no-description {
  justify-content: center;
}
.section-benefits__item-title {
  font-weight: bold;
}
.section-benefits__item-description {
  margin: 3px 0;
}
.section-benefits__tags {
  width: 100%;
}
@media screen and (min-width: 992.1px) {
  .section-benefits__item_no-description .section-benefits__item-title {
    max-width: 250px;
  }
}
@media screen and (max-width: 992px) {
  .section-benefits__item_no-description {
    padding-left: 70px;
    background-size: 55px;
  }
  .section-benefits__item-description {
    font-size: 85%;
  }
}
@media screen and (max-width: 768px) {
  .section-benefits {
    align-items: center;
  }
  .section-benefits > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .section-benefits__title {
    text-align: center;
  }
  .section-benefits__content {
    max-width: 452px;
  }
  .section-benefits__content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -20px;
  }
  .section-benefits__item {
    flex-basis: 100%;
    margin-bottom: 20px;
    min-height: 75px;
    justify-content: center;
  }
  .section-benefits__item_no-description .section-benefits__item-title__item {
    margin-bottom: 0;
  }
}
.slick-prev{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
  background-color: #e94347;
  border-radius: 70px;
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  font-weight: bold;
  margin: 15px;
  display: inline-block;
  font-size: 18px;
  transition: 0.5s;
  text-align: center;
}
.slick-next{
  position: absolute;
  bottom: 0px;
  z-index: 1000;
  background-color: #e94347;
  border-radius: 70px;
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  font-weight: bold;
  margin: 15px;
  display: inline-block;
  font-size: 18px;
  transition: 0.5s;
  text-align: center;
}

/*# sourceMappingURL=benefits.css.map */
