.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 11px;
  line-height: 1;
  color: #C44343;
  top: 15%;
  right: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  margin: 0;
  margin-top: 14px;
  padding: 0;
  border: none;
  text-align: center;
  color: #C44343;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.ictv-alert {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  backdrop-filter: none;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  display: none;
  z-index: 1000;
}
.ictv-alert.block {
  display: flex;
}
.ictv-alert.show {
  background: rgba(113, 126, 153, 0.1);
  backdrop-filter: blur(3px);
}

.ictv-container {
  padding: 100px 60px;
  background: #F6F7F9;
  box-shadow: 0px 0px 50px rgba(41, 48, 61, 0.15);
  border-radius: 3px;
  text-align: center;
  width: 100%;
  max-width: 760px;
  transform: scale(0);
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.ictv-container h2 {
  font-size: 40px;
  line-height: 1.5;
}
.ictv-container p {
  font-size: 14px;
}
.ictv-container button, .ictv-container .button {
  text-transform: uppercase;
}
.ictv-container.show {
  transform: scale(1);
}
@media (max-width: 800px) {
  .ictv-container {
    padding: 50px 10px;
    margin: 0 20px;
  }
}

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