
.wpcf7 form .wpcf7-spinner {
  display: none !important;
}

.wpcf7 form .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-weight: 500;
  color: #ed0b0b;
  font-size: 14px;
  line-height: 1;
}

.wpcf7 form .wpcf7-response-output {
  border: 0;
  margin: 0;
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #ed0b0b;
}

@media print and (width >= 768px), screen and (width >= 768px) {
  .wpcf7 form .wpcf7-not-valid-tip {
    font-size: 15px;
    margin-top: 12px;
  }
  .wpcf7 form .wpcf7-response-output {
    margin-top: 24px;
    font-size: 15px;
  }
}

.p-contactCont__formBtn input {
  font-size: 0;
  color: transparent;
}