.banner {
  max-width: 1920px;
  margin: 0 auto;
}
.banner__img {
  width: 100%;
  transform: translateX(0%);
}

.banner__img img {
  width: 100%;
}
/* ------------------------------------ */

.claim {
  margin-top: -180px;
  position: relative;
  z-index: 1;
}

.claim__body {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 40px;
}

.claim__images img {
  width: 100%;
}
.claim__text h2 {
  text-align: start;
}

@media (min-width: 767.98px) {
  .claim__images {
    flex: 0 1 492px;
  }
  .claim__text {
    align-self: flex-end;
    flex: 0 1 511px !important;
    padding-bottom: 40px;
  }
}

@media (max-width: 1279.98px) {
  .claim {
    margin-top: -100px;
  }
}

@media (max-width: 991.98px) {
  .claim__text {
    padding-bottom: 0px;
    margin-top: 40px;
  }

  .claim__body {
    gap: 30px;
  }
}

@media (max-width: 767.98px) {
  .claim {
    margin-top: 0%;
  }
  .claim__body {
    flex-direction: column;
  }

  .claim__text h2 {
    text-align: center;
  }
}
/* ------------------------------------ */
.steps-eco {
  background: #ededed;
  padding: 40px 0;
}

.steps-eco__columns {
  flex: 0 1 900px;
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 23px;
}

.title-steps-eco__icon {
  flex: 0 1 200px;
  max-height: 168px;
}
.title-steps-eco__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.title-steps-eco__title {
  flex: 0 1 211px;
  font-size: 16px;
}
.steps-eco__item {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #ededed;
  padding: 10px 8px;
  border-radius: 8px;
  min-height: 52px;
}
.steps-eco__item span {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: #333;
}

.item-steps-eco__icon {
  margin-left: auto;
  align-self: start;
  width: 35px;
  height: 35px;
  background: url(//static.mvideo.ru/media/Static_Pages/m-service/utilizaciya_032022/img/icons/chat-bot.png) 0 0 / 100%
    no-repeat;
}

.item-steps-eco__desc {
  flex: 1;
  margin: 0;
}
.steps-eco__regulations {
  color: #33c670;
}

@media (max-width: 991.98px) {
  .steps-eco__container {
    justify-content: center;
  }

  .steps-eco__columns {
    padding: 20px 20px;
  }
}

@media (max-width: 767.98px) {
  .title-steps-eco__icon {
    max-width: 80px;
  }
}
