
.wpcf7 {
  --cf7-radius: 0;
}

.wpcf7 p {
  margin-bottom: 1rem;
}

.wpcf7 h3 {
  font-size: 1.125rem;
  margin-top: 2em;
  color: var(--color-text);
}

.wpcf7 input:not([type="submit"]),
.wpcf7-textarea {
  width: 100%;
  background: transparent !important;
  color: var(--color-text);
  padding: 0.75rem 1.0625rem !important;
  font-size: var(--text-s);
  font-family: inherit;
  border: 0 !important;
  border-bottom: 2px solid var(--color-secondary) !important;
  line-height: inherit;
  resize: vertical;
  border-radius: var(--cf7-radius);
}

.wpcf7-form p,
.wpcf7-form label {
  font-size: var(--text-xs);
  line-height: 1.6;
}

.wpcf7-form label {
  color: var(--color-text);
}

.wpcf7-submit {
  cursor: pointer;
  max-width: 100%;
  margin-top: 1.5rem;
}
@media (max-width: 478px) {
  .wpcf7-submit {
      width: 100%;
  }
}

div.wpcf7-mail-sent-ok {
  padding: 0.5rem 0.875rem;
  border: 0;
  background: rgba(7, 171, 38, 0.6);
  color: #fff;
  text-align: center;
  margin: 0 !important;
  font-size: var(--text-m);
  border-radius: var(--cf7-radius);
}

div.wpcf7-validation-errors,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}

div.wpcf7-response-output {
  margin: 0 0 1.25rem;
}




div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  background: RGBA(197, 48, 48, 0.06);
  border: 0;
  border-left: 0.1875rem solid #C53030;
  font-size: 1rem;
  color: #9B2C2C;
}

.wpcf7 input[type="file"] {
  width: 100%;
  display: inline-block;
}

.wpcf7-form p.contact-form--gdpr {
  font-size: 0.875rem;
  color: #475f6f;
}

.contact-form--gdpr a {
  text-decoration: underline;
}

.wpcf7-not-valid-tip {
  font-size: var(--text-2xs) !important;
  color: #da1f31 !important;
  margin-top: 0.375rem;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 1.2em 1em !important;
  border: 1px solid #00a0d2;
  text-align: center;
  border-radius: var(--cf7-radius);
  font-size: var(--text-2xs);
  line-height: 1.4;
  margin-bottom: 0.8em;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
  background: #46b450;
  color: #FFF;
  margin-top: 1.25rem;
  font-weight: 500;
}

span.wpcf7-list-item {
  margin: 0;
}

.gdpr .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 0.875rem;
  color: #667794;
  margin-left: 0.25rem;
}

.gdpr,
.gdpr label {
  line-height: 1.1;
}

.gdpr span {
  margin-bottom: 6rem;
}

.cf7-recaptcha__notice,
.cf7-recaptcha__notice a {
  font-size: var(--text-2xs);
  color: var(--color-text);
  display: inline-block;
  line-height: 1.4;
}

.wpcf7-form p:last-of-type {
  margin-bottom: 0;
}

.wpcf7-spinner {
  background-color: black;
  margin: 1.5rem 1rem !important;
  position: absolute !important;
  right: 0;
}

.cf7__povinne {
  color: #da1f31 !important;
}

@media (min-width: 30rem) {
  .cf7__2col p {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.25rem;
    padding-bottom: 2.2rem;
  }
}

@media (max-width: 479px) {
  .wpcf7-form label {
    padding-bottom: 2rem;
  }
}

@media (max-width: 47.9375rem) {

  
  .wpcf7-form.sent label,
  .wpcf7-form.sent p,
  .wpcf7-form.sent .cf7__2col,
  .wpcf7-form.sent hr {
    display: none;
  }
}