.efficiency {
  position: relative;
  overflow: hidden;
  padding: 48px 0 64px;
}
@media (min-width: 62em) {
  .efficiency {
    padding: 90px 0;
  }
}
@media (min-width: 88.25em) {
  .efficiency {
    padding: 112px 0;
  }
}
.efficiency__bg {
  position: absolute;
  left: 0;
  top: 0;
  max-width: unset;
  width: 100%;
  height: 500px;
  overflow: hidden;
  z-index: -1;
}
@media (min-width: 36em) {
  .efficiency__bg {
    transform: translateX(15%);
  }
}
@media (min-width: 48em) {
  .efficiency__bg {
    top: unset;
    width: 90%;
    height: auto;
    aspect-ratio: 1/1;
    right: 0;
    bottom: 0;
    left: unset;
    transform: translate(28%, 24%);
  }
}
@media (min-width: 62em) {
  .efficiency__bg {
    transform: translate(24%, 29%) ж;
  }
}
@media (min-width: 75em) {
  .efficiency__bg {
    transform: translate(16%, 31%);
  }
}
@media (min-width: 88.25em) {
  .efficiency__bg {
    transform: translate(13%, 32%);
  }
}
.efficiency__bg:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 30%, #000 90%);
}
@media (min-width: 48em) {
  .efficiency__bg:after {
    background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 30%, #000 80%);
  }
}
@media (min-width: 62em) {
  .efficiency__bg:after {
    background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 35%, #000 72%);
  }
}
@media (min-width: 75em) {
  .efficiency__bg:after {
    background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 30%, #000 71%);
  }
}
@media (min-width: 88.25em) {
  .efficiency__bg:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 30%, #000 71%);
  }
}
.efficiency__row {
  row-gap: 36px;
  margin-top: 300px;
}
@media (min-width: 48em) {
  .efficiency__row {
    --rowPadding: 24px;
    row-gap: 50px;
    width: 65%;
    margin-top: 70px;
  }
}
@media (min-width: 62em) {
  .efficiency__row {
    width: 61%;
  }
}
@media (min-width: 75em) {
  .efficiency__row {
    width: 50%;
    margin-top: 70px;
  }
}
@media (min-width: 88.25em) {
  .efficiency__row {
    --rowPadding: 30px;
    row-gap: 74px;
    margin-top: 200px;
    width: 43%;
  }
}
.efficiency__icon {
  display: block;
  width: 38px;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 20px;
}
@media (min-width: 62em) {
  .efficiency__icon {
    margin-bottom: 24px;
    width: 48px;
  }
}
.efficiency__title {
  margin-bottom: 4px;
}
@media (min-width: 62em) {
  .efficiency__title {
    margin-bottom: 0;
  }
}