.zwfAlertMessage {
  position: absolute;
  bottom: -25px;
  color: #CC0000;
  font-size: 0.6em;
}

.modal.successModal .imgWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.modal.successModal .imgWrap svg {
  max-width: 100px;
  max-height: 100px;
}

.modal.successModal .imgWrap svg path {
  fill: var(--primary);
}

.modal.successModal .text {
  margin-bottom: 0;
}

.field label .second {
  display: none;
}

#anketa .field label {
  position: static;
  display: block;
  color: var(--lGreen);
  text-align: left;
  white-space: normal;
}

/*# sourceMappingURL=style.css.map */
