.steps {
  padding: 11rem 0
}
.steps__title {
  margin-bottom: 3.5rem
}
.steps__content {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 2.7rem;
  margin-bottom: 3.5rem
}
.steps__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 23rem;
  padding: 2.2rem 2rem 2rem;
  background-color: #fafafa;
  border-radius: 1.6rem
}
.steps__item_fill {
  grid-column: 2/5
}
.steps__item-content {
  display: flex;
  justify-content: space-between
}
.steps__item-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
.steps__item-img {
  width: 104rem;
  margin-left: 20px
}
.steps__item-number {
  font-size: 2.8rem;
  font-weight: 600;
  color: #1e5d9d;
  margin-left: .5rem;
  position: relative;
  z-index: 1;
  margin-bottom: 1.4rem
}
.steps__item-number::before {
  content: '';
  position: absolute;
  top: -1.3rem;
  left: .7rem;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  background-color: #f1f8fd;
  z-index: -1
}
.steps__item-description {
  font-size: 1.2rem;
  line-height: 1.25
}
.steps__item-list {
  padding-left: 1.8rem;
  list-style-type: initial
}
.steps__item-list li::marker {
  font-size: .6em
}
.steps__text {
  margin-bottom: 3.6rem
}
.steps__block {
  display: flex;
  justify-content: space-between;
  padding: 3.3rem 8rem 3.3rem 5.6rem;
  background-color: #f1f8fd;
  border-radius: 1.6rem
}
.steps__block_guarantee {
  align-items: center
}
.steps__block-title {
  width: 45rem;
  color: #1e5d9d
}
.steps__block-title_guarantee {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60rem
}
.steps__block-title_guarantee picture {
  margin-right: 3rem
}
.steps__block-form {
  width: 54.2rem
}
.steps__block-form-content {
  display: flex;
  margin-bottom: .6rem
}
.steps__block-form-button {
  width: 27.9rem;
  flex-shrink: 0;
  margin-left: 1rem
}
.steps__block-form-privacy {
  line-height: 1.2
}
.steps_buyback .steps__text {
  margin-bottom: 0
}
.steps_feedback {
  padding: 0
}
.steps_trade_in {
  padding: 1rem 0 10rem
}
.steps_trade_in .steps__content {
  grid-template-columns: repeat(3,1fr)
}
.steps_trade_in .steps__block-title {
  width: 48rem
}
@media (max-width:48em) {
  .steps {
    padding: 8rem 0
  }
  .steps__content {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 3rem;
    margin-bottom: 4.8rem
  }
  .steps__item {
    min-height: auto;
    padding: 4rem 3rem 2.3rem;
    border-radius: 3.2rem
  }
  .steps__item_fill {
    grid-column: 1/2
  }
  .steps__item-img {
    display: none
  }
  .steps__item-heading {
    display: flex;
    align-items: center;
    margin-bottom: 3.2rem
  }
  .steps__item-number {
    width: 7rem;
    flex-shrink: 0;
    font-size: 4.8rem;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 1.4rem
  }
  .steps__item-number::before {
    top: -.7rem;
    left: 1.6rem;
    width: 4.8rem;
    height: 4.8rem
  }
  .steps__item-description {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 0
  }
  .steps__item-list {
    padding-left: 3rem;
    padding-right: 3rem
  }
  .steps__text {
    font-size: 2.8rem;
    line-height: 1.21;
    margin-bottom: 4rem
  }
  .steps__block {
    display: block;
    padding: 4rem 3rem;
    border-radius: 3.2rem
  }
  .steps__block-title {
    width: 100%;
    margin-bottom: 4rem
  }
  .steps__block-title_guarantee {
    flex-direction: column;
    text-align: center
  }
  .steps__block-title_guarantee picture {
    margin-right: 0;
    margin-bottom: 3rem
  }
  .steps__block-form {
    width: 100%
  }
  .steps__block-form-content {
    display: block;
    margin-bottom: 2rem
  }
  .steps__block-form-content input {
    font-size: 2.8rem
  }
  .steps__block-form-button {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem
  }
  .steps_buyback {
    padding: 11rem 0 8rem
  }
  .steps_buyback .steps__content {
    margin-bottom: 3rem
  }
  .steps_feedback {
    padding: 0
  }
  .steps_trade_in {
    padding: 0 0 8rem
  }
  .steps_trade_in .steps__content {
    grid-template-columns: repeat(1,1fr)
  }
  .steps_bottom {
    padding: 2rem 0 8rem
  }

}

@media (max-width:425px) {
  .steps__item-description{
    font-size: 12px;
  }
}