.feedback__container {
  padding-top: 50px;
  padding-bottom: 60px
}
.feedback__box {
  background-color: #fff;
  border-radius: 40px;
  padding: 40px;
  display: flex
}
.feedback__content {
  width: 100%;
  max-width: 475px;
  margin-right: 138px
}
.feedback__title {
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 12px;
  color: #0e0e0e;
  font-size: 22px
}
.feedback__text {
  font-size: 14px;
  line-height: 120%;
  color: #0e0e0e;
  margin-bottom: 80px
}
.feedback__box_second .feedback__text {
  margin-bottom: 48px
}
.feedback__img img {
  display: block;
  border-radius: 15px;
  width: 100%
}
.feedback__form-block {
  width: 100%;
  max-width: 53%
}
.feedback__form-cell {
  display: flex;
  align-items: center;
  margin: 0 -3px
}
.feedback__form-cell .feedback__form-text,
.feedback__form-cell .feedback__form-textcode {
  width: calc(50% - 6px);
  margin: 0 3px
}
.feedback__form-recap {
  max-width: 285px;
  border: 1px solid #eaeaea;
  height: 70px;
  border-radius: 10px
}
.feedback__box_second .feedback__form-recap {
  margin-top: 18px
}
.feedback__form-textcode {
  width: 50%;
  height: 40px;
  border: 1px solid #0e0e0e;
  border-radius: 10px
}
.feedback__form-row form {
  width: 100%
}
.feedback__form-text {
  background-color: #f8f8f8;
  border-radius: 10px;
  display: flex;
  height: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #0e0e0e;
  padding: 10px;
  width: 100%
}
.feedback__form-text_msg {
  height: 122px;
  resize: vertical
}
.feedback__box_second .feedback__form-text_msg {
  height: 182px
}
.feedback__form-label {
  display: block
}
.feedback__form-label:not(:last-child) {
  margin-bottom: 24px
}
.feedback__form-label .select2-container--default .select2-selection--single {
  background: #f8f8f8;
  border-color: #f8f8f8!important
}
.feedback__form-label .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #858585!important
}
.feedback__form-placeholder {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 120%;
  color: #0e0e0e
}
.feedback__form-send {
  display: flex;
  width: 100%;
  max-width: 48%;
  margin-top: 50px
}
.feedback__box_second .feedback__form-send {
  margin-top: 30px
}
.feedback__form-send svg {
  width: 28px;
  height: 28px;
  margin-left: 10px
}
.feedback__form_checkboxes {
  margin-top: 18px
}
.feedback__form_checkboxes .checkbox-block {
  margin-bottom: 10px
}
.feedback__vote {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center
}
.feedback__vote input {
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  left: -1000%;
  display: none
}
.feedback__vote label {
  cursor: pointer;
  padding: 5px;
  color: #858585;
  transition: .3s linear
}
.feedback__vote label svg {
  width: 14px;
  height: 14px
}
.feedback__vote:not(:checked) > label:hover,
.feedback__vote:not(:checked) > label:hover ~ label {
  color: #e81b23
}
.feedback__vote input:checked ~ label {
  color: #e81b23
}
.feedback__vote input:checked + label:hover,
.feedback__vote input:checked + label:hover ~ label,
.feedback__vote input:checked ~ label:hover,
.feedback__vote input:checked ~ label:hover ~ label,
.feedback__vote label:hover ~ input:checked ~ label {
  color: #e81b23
}
@media (min-width:521px) {
  .feedback__form-row {
    display: flex;
    justify-content: space-between
  }
  .feedback__box_second .feedback__form-row {
    flex-wrap: wrap;
    margin-top: -24px
  }
  .feedback__box_second .feedback__form-row .feedback__form-col {
    margin-top: 24px
  }
  .feedback__form-col {
    width: 48%
  }
}
@media screen and (min-width:768px) {
  .feedback__title {
    font-size: calc(22px + 10 * ((100vw - 768px)/ 1151))
  }
}
@media (min-width:769px) {
  .feedback__box_second .feedback__vote {
    margin-bottom: -15px
  }
}
@media screen and (min-width:1919px) {
  .feedback__title {
    font-size: 32px
  }
}
@media (max-width:1380px) {
  .feedback__content {
    margin-right: 60px
  }
}
@media (max-width:1024px) {
  .feedback__box {
    padding: 20px;
    border-radius: 20px
  }
  .feedback__box_second {
    flex-direction: column
  }
  .feedback__content {
    max-width: 350px;
    margin-right: 25px
  }
  .feedback__box_second .feedback__text {
    margin-bottom: 24px
  }
  .feedback__form-block {
    width: 59%;
    max-width: initial
  }
  .feedback__form-send {
    margin-top: 30px
  }
}
@media (max-width:768px) {
  .feedback__container {
    padding-top: 30px;
    padding-bottom: 30px
  }
  .feedback__box {
    display: block
  }
  .feedback__content {
    max-width: 100%;
    margin-bottom: 32px
  }
  .feedback__title {
    margin-bottom: 8px
  }
  .feedback__text {
    margin-bottom: 24px
  }
  .feedback__img {
    height: 120px;
    border-radius: 15px;
    overflow: hidden
  }
  .feedback__form-block {
    width: 100%
  }
  .feedback__form-label:not(:last-child) {
    margin-bottom: 12px
  }
}
@media (max-width:520px) {
  .feedback__form-col:last-child {
    margin-top: 12px
  }
  .feedback__box_second .feedback__form-col:not(:first-child) {
    margin-top: 12px
  }
  .feedback__vote label:not(:first-child) {
    margin-right: 10px
  }
}
@media (max-width:420px) {
  .feedback__form-send {
    max-width: 100%
  }
}
@media (max-width:1024px) and (min-width:769px) {
  .feedback__box_second .feedback__form {
    width: 100%;
    margin-top: 30px
  }
}