.js-form-acept-toggle:before {
  content: "(rozwiń całość)";
  cursor: pointer;
  font-weight: 700;
}
.js-form-acept-toggle span {
  display: none;
}
.js-form-acept-toggle.visible:before {
  content: "";
  cursor: pointer;
  font-weight: 700;
}
.js-form-acept-toggle.visible span:after {
  content: " (zwiń)";
  cursor: pointer;
  font-weight: 700;
}
.js-form-acept-toggle.visible span {
  display: inline;
}
.accept-paragraph{
  flex:1
}
.rodo-ol{
  display: none;
}
.rodo-ol.visible{
  display: block;
}
.checkbox-error{
  border: 2px solid red!important;
}
