.no-js .rv {
  opacity: 1;
  transform: none;
  transition: none;
}

.qw-no-js-note {
  background: #fff8e6;
  border: 1px solid #ffba00;
  border-radius: 12px;
  color: #1b2b4b;
  font-size: 16px;
  line-height: 1.55;
  margin: 16px;
  padding: 16px;
  text-align: center;
}

.qw-no-js-note a {
  color: #0b1f3b;
  font-weight: 700;
}

.qw-script-recovery {
  display: none;
}

.no-js .qw-script-recovery {
  display: block;
}

.js .qw-script-recovery {
  display: none;
}
