.return-methods {
  padding: 100px 0;
  overflow: hidden
}
.return-methods__title {
  font-size: 28px;
  line-height: 140%;
  color: #383838;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: center
}
.return-methods__title::after {
  content: "";
  flex: auto;
  height: 1px;
  background-color: #ececec;
  margin-left: 10px
}
.return-methods__wrap {
  display: flex;
  align-items: stretch;
  margin: 0 -18px
}
.return-methods__item {
  width: calc(33.33333% - 36px);
  margin: 0 18px
}
.return-methods__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #333;
  margin-bottom: 8px
}
.return-methods__text {
  font-size: 15px;
  line-height: 140%;
  color: #333
}
.return-methods__text a {
  color: #af0606
}
.return-methods__text-sm {
  font-size: 13px;
  line-height: 140%;
  color: #777;
  display: inline-block;
  margin-top: 30px
}
.return-methods__img {
  margin-bottom: 16px
}
.return-methods__img img {
  width: 100%;
  border-radius: 3px
}
@media (max-width:1023px) {
  .return-methods__wrap {
    flex-wrap: wrap;
    margin: -20px -10px 0
  }
  .return-methods__item {
    width: calc(50% - 20px);
    margin: 20px 10px 0
  }
}
@media (max-width:767px) {
  .return-methods {
    padding: 50px 0 60px
  }
  .return-methods__text-sm {
    margin-top: 15px
  }
}
@media (max-width:575px) {
  .return-methods__title {
    font-size: 24px;
    margin-bottom: 20px
  }
  .return-methods__wrap {
    margin: -32px 0 0
  }
  .return-methods__item {
    width: 100%;
    margin: 32px 0 0
  }
  .return-methods__img {
    margin-bottom: 12px
  }
}
@media (max-width:375px) {
  .return-methods__title {
    font-size: 21px
  }
}