.feedback {
  border-radius: .5rem;
  overflow: hidden;
  position: relative;
  padding: 9.9rem 0;
  z-index: 1
}
.feedback__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
.feedback__picture img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.feedback__content {
  display: flex;
  justify-content: space-between;
  padding: 4rem 3.3rem;
  background-color: rgba(255,255,255,.3);
  -webkit-backdrop-filter: blur(5rem);
  backdrop-filter: blur(5rem);
  border-radius: 1rem;
  color: #fff
}
.feedback__title {
  width: 40rem
}
.feedback__title_column {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
.feedback__text {
  font-weight: 400
}
.feedback__form {
  width: 70rem
}
.feedback__form-content {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 2rem;
  margin-bottom: 2rem
}
.feedback__form-text {
  font-size: 1.4rem;
  margin-bottom: 1.7rem
}
.feedback_social {
  padding: 11.8rem 0
}
.feedback_social .feedback__content {
  padding: 2.5rem 4.7rem 2.2rem 6rem;
  align-items: center
}
.feedback__social {
  width: 67.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.feedback__social-text {
  width: 55%
}
.feedback__social-link {
  display: inline-block;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  overflow: hidden
}
.feedback__social-link:not(:last-child) {
  margin-right: 2rem
}
.feedback__social-link img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.feedback__social-links {
  display: flex
}
@media (max-width:48em) {
  .feedback {
    border-radius: 0;
    padding: 8rem 0
  }
  .feedback__content {
    display: block;
    padding: 4rem 3rem;
    border-radius: 2rem
  }
  .feedback__title {
    width: 100%;
    text-align: center;
    margin-bottom: 4rem
  }
  .feedback__text {
    margin-top: 3rem
  }
  .feedback__form {
    width: 100%
  }
  .feedback__form-content {
    grid-template-columns: repeat(1,1fr);
    margin-bottom: 4.2rem
  }
  .feedback__form input {
    font-size: 2.8rem
  }
  .feedback__form-privacy {
    text-align: right
  }
  .feedback_social {
    padding: 8rem 0
  }
  .feedback_social .feedback__content {
    padding: 4rem 3rem
  }
  .feedback__social {
    width: 100%;
    display: block
  }
  .feedback__social-text {
    width: 100%;
    font-size: 3.6rem;
    line-height: 1.6;
    margin-bottom: 4rem
  }
  .feedback__social-link {
    width: 8.8rem;
    height: 8.8rem
  }
  .feedback__social-link:not(:last-child) {
    margin-right: 4rem
  }
  .feedback__social-links {
    justify-content: center
  }
}
@media(max-width:425px){
  .feedback__form-text{
    font-size: 12px;
  }
}