.feedback-request__check {
  position: absolute;
  left: 0;
  opacity: 0;
}

.main-user-consent-request.feedback-request__privacy {
  position: relative;
}

.main-user-consent-request.feedback-request__privacy::before {
  display: none;
}

.main-user-consent-request::before .feedback-request__check:checked {
  background: unset;
  content: unset;
}

.feedback-checkbox {
  appearance: checkbox;
  display: block;
  position: absolute;
  width: 25px;
  height: 23px;
  border: 1px solid #EA4235;
  left: 0;
  top: 5px;
  border-radius: 2px;
}

@media (max-width: 1699px) {
  .feedback-checkbox {
    width: 18px;
    height: 17px;
  }
}

.main-user-consent-request .feedback-request__check:checked+.feedback-checkbox::before {
  content: "";
  position: absolute;
  background: url("./images/checkmark.svg") no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 5;
  top: -1px;
  right: -1px;
  width: 100%;
  height: 100%;
}

.feedback-checkbox::before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  right: -2px;
  top: -2px;
}

.feedback-checkbox:after {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 8px;
  height: 8px;
  top: -2px;
  right: -3px;
}

label.main-user-consent-request.feedback-request__privacy {
  padding-left: 40px;
  display: flex;
}

@media (max-width: 1699px) {
  label.main-user-consent-request.feedback-request__privacy {
    padding-left: 30px;
  }
}