.return__top {
  position: relative;
  margin-bottom: 30px
}
.return__top-img {
  height: 330px
}
.return__top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.return__top-content {
  position: absolute;
  top: 107px;
  left: 40px;
  width: 100%;
  max-width: 640px
}
.return__top-text {
  font-size: 28px;
  line-height: 140%;
  color: #333
}
.return__top-text span {
  color: #af0606
}
.return__defective {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ececec;
  border-radius: 3px;
  margin-bottom: 50px
}
.return__defective-content {
  padding: 46px 30px;
  max-width: 850px
}
.return__defective-img {
  max-width: 360px;
  position: relative
}
.return__defective-img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0 3px 3px 0
}
.return__defective-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 9px;
  background-color: rgba(255,255,255,.7);
  border-radius: 0 3px 0 0
}
.return__defective-icon svg {
  width: 24px;
  min-width: 24px;
  height: 24px
}
.return__defective-subject {
  font-size: 21px;
  line-height: 140%;
  color: #383838;
  margin-bottom: 16px
}
.return__defective-text {
  font-size: 15px;
  line-height: 140%;
  color: #777
}
.return__defective-text a {
  color: #af0606;
  transition: .3s linear
}
.return__defective-text a:hover {
  text-decoration: underline
}
.return__order {
  max-width: 970px
}
.return__order-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: #383838;
  margin-bottom: 40px
}
.return__order-item {
  display: flex
}
.return__order-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 30px
}
.return__order-numb {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #ececec;
  border-radius: 50%;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 10px;
  flex-shrink: 0
}
.return__order-text {
  padding-top: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #333;
  margin-bottom: 20px
}
.return__order-text a {
  color: #af0606;
  transition: .3s linear
}
.return__order-text a:hover {
  text-decoration: underline
}
.return__order-btn {
  background-color: #af0606;
  color: #fff;
  padding: 12px 24px 12px 12px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  transition: .3s linear
}
.return__order-btn:hover {
  background-color: #fff;
  color: #af0606;
  border-color: #af0606
}
.return__order-btn:hover svg {
  fill: #af0606
}
.return__order-btn svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  margin-right: 12px
}
.return__order-call {
  display: inline-flex;
  align-items: center;
  color: #af0606;
  font-size: 18px;
  line-height: 25px;
  transition: .3s linear
}
.return__order-call svg {
  width: 20px;
  height: 20px;
  margin-right: 12px
}
.return__order-call:hover {
  text-decoration: underline
}
@media (max-width:1380px) {
  .return__top-img {
    height: 280px
  }
}
@media (max-width:1280px) {
  .return__top-content {
    top: 40px;
    left: 20px;
    max-width: 550px
  }
  .return__top-text {
    font-size: 24px
  }
}
@media (max-width:1260px) {
  .return__defective-content {
    padding: 30px;
    max-width: 60%
  }
  .return__defective-img {
    max-width: 40%
  }
}
@media (max-width:1200px) {
  .return__top-img {
    height: 250px
  }
}
@media (max-width:1174px) {
  .return__defective-content {
    padding: 20px
  }
}
@media (max-width:1024px) {
  .return__top-img {
    height: 204px
  }
}
@media (max-width:1023px) {
  .return__top-content {
    max-width: 440px
  }
}
@media (max-width:768px) {
  .return__top-img {
    min-height: 420px
  }
}
@media (max-width:767px) {
  .return__top {
    margin-bottom: 15px
  }
  .return__top-content {
    max-width: 100%;
    top: auto;
    left: auto;
    padding: 20px
  }
  .return__defective {
    flex-direction: column
  }
  .return__defective-content {
    max-width: 100%;
    padding: 20px 20px 24px
  }
  .return__defective-img {
    max-width: 100%;
    height: 180px
  }
  .return__defective-img img {
    border-radius: 0 0 3px 3px
  }
}
@media (max-width:575px) {
  .return__defective-subject {
    font-size: 16px
  }
}
@media (max-width:530px) {
  .return__order-title {
    font-size: 18px;
    margin-bottom: 30px
  }
}
@media (max-width:485px) {
  .return__top-text {
    font-size: 21px
  }
}
@media (max-width:430px) {
  .return__order {
    max-width: none
  }
  .return__order-item:last-child {
    margin-top: 30px
  }
  .return__order-item {
    flex-direction: column;
    align-items: center;
    justify-content: center
  }
  .return__order-left {
    margin-right: 0
  }
  .return__order-content {
    text-align: center
  }
  .return__order-icon {
    display: none
  }
  .return__order-numb {
    margin-bottom: 0;
    width: 50px;
    height: 50px;
    font-size: 18px
  }
  .return__order-text {
    padding-top: 16px;
    margin-bottom: 16px
  }
}
@media (max-width:400px) {
  .return__order-btn {
    width: 100%
  }
  .return__order-btn svg {
    margin-right: 8px
  }
}