.hidden-fields.active-user {
  display: block !important;
}
#creatio-form {
  margin-bottom: 50px;
}
#creatio-form > form {
  box-shadow: 0px 30px 70px -24px rgba(0, 0, 0, 0.16);
  padding: 64px;
  row-gap: 0px;
  column-gap: 0px;
  overflow: visible;
  border: 1px;
  border-radius: 16px;
  border-style: solid;
  border-color: NavajoWhite;
  background-color: SeaShell;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  display: flex;
  max-width: 1100px;
  margin: auto;
}
#creatio-form input {
  width: 100%;
  margin: 10px;
}
.wpcf7 .optional {
  display: block
}
.hidden-fields {
  display: none
}
.hidden-check-data {
  left: 50%;
  transform: translate(-50%, 0);
  font-size: smaller;
  opacity: .4;
  position: absolute
}
/********************/
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
}
.wpcf7 * {
  transition: 0s !important;
}
.wpcf7-spinner {
  display: none !important
}
.wpcf7 .wpcf7-form.submitting .wpcf7-submit {
  background-image: url(https://argett.com/wp-content/uploads/2023/06/spinner.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  text-shadow: none;
  color: transparent !important
}
.wpcf7-form input[type=submit].wpcf7-submit {
  /*  border-color: #1a1a1a !important;*/
  color: white !important;
  border-radius: 3px;
  border-width: 1px;
  margin: auto;
  display: block;
  font-size: 23px;
  font-weight: 500;
  background-color: red;
  background-image: linear-gradient(180deg, #FF0000 0%, #BA0000 100%);
  cursor: pointer;
  padding: 0.4em 1em 0.4em;
}
.wpcf7-form textarea:focus, .wpcf7-form input:not([type=submit]):focus, .wpcf7-form textarea, .wpcf7-form input:not([type=submit]) {
  box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 15%);
  max-width: -webkit-fill-available;
  padding: 10px;
}
.grid-3 {
  margin-bottom: 5px
}
.overlay-send, .overlay-error-message, .overlay-contact {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, .8);
  z-index: 999;
}
.overlay-error-message {
  z-index: 9999;
}
.popup-send, .popup-contact, .popup-error-message, .popup-contact-next_step {
  position: absolute;
  width: 1000px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 40px 15px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #eff6fb;
  background-image: url(/wp-content/uploads/2022/09/bg-top-2.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto;
}
.popup-send {
  background: #65a6d8 url(https://medizine.ua/wp-content/uploads/2023/09/popup-send-bg.svg) no-repeat fixed 50% 23%;
  background-size: cover;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 80px 30px 50px;
  max-width: 700px;
}
.popup-send p {
  font-size: 180%;
  color: white;
}
.popup-error-message, .popup-contact-next_step {
  width: 500px;
}
.popup-error-message svg {
  max-width: 50px;
  margin: 0 auto 25px;
  height: auto;
  display: block;
}
.popup-error-message p {
  text-align: center;
}
.close-popup-send, .close-popup-contact {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.close-popup-send:before, .close-popup-contact:before {
  content: '';
  background-color: #575757;
  position: absolute;
  height: 1px;
  width: 20px;
  top: 11px;
  left: -4px;
  transform: rotate(-45deg);
}
.close-popup-send:after, .close-popup-contact:after {
  content: '';
  background-color: #575757;
  position: absolute;
  height: 1px;
  width: 20px;
  top: 11px;
  transform: rotate(45deg);
  left: -4px;
}
.close-popup-send:before, .close-popup-send:after {
  background-color: white;
}
.pop_up-button {
  opacity: 0;
  width: fit-content;
  height: auto;
  display: inline-flex;
  margin: auto;
  text-align: center;
  color: white;
  cursor: pointer;
  /*  font-family: "Bulletin regular", Sans-serif;*/
  font-size: 24px;
  font-weight: 500;
  /*  background-color: #ed1c24;*/
  /*  border-radius: 10px;*/
  padding: 0px 0px 0px 25px;
  /*  transition: .2s;*/
  text-decoration: none;
  align-items: center;
  animation: fadeIn 1s 2s forwards;
  position: fixed;
  right: 0.3rem;
  bottom: 1rem;
  z-index: 200;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pop_up-button img {
  height: 60px;
  width: auto;
}
.pop_up-button:hover {
  color: GhostWhite !important;
}
.wpcf7 #user-short-field, .wpcf7 #user_short_details, .wpcf7 .current-date {
  background: transparent;
  border: none !important;
  box-shadow: none !important;
  position: absolute;
  opacity: .2;
  width: initial;
  max-width: initial;
}
.wpcf7 #user_short_details {
  font-size: small;
  right: 0
}
.wpcf7 .hidden-fields > * {
  float: left;
}
.grid-2 > p span .select2-selection, .grid-3 > p span .select2-selection {
  padding: 7px;
  height: 46px;
  border-radius: 6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: -webkit-fill-available !important
}
.wpcf7 > form {
  width: -webkit-fill-available;
}
.wpcf7 .wpcf7-list-item {
  display: block;
  margin: auto;
  width: max-content;
}
.grid-2 > p, .grid-2 select + .select2 {
  width: -webkit-fill-available !important
}
p.contact_us {
  font-size: larger;
  text-align: center;
}
.grecaptcha-badge{
  display: none;
}
form textarea {
    min-height: 50px !important;
}
form input[type=checkbox], form input[type=radio] {
    padding: 0 !important;
}
@media (min-width:900px) {
  .grid-2, .grid-3 {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .grid-2 {
    gap: 20px;
  }
  .grid-2 > p > span {
    width: inherit;
  }
  .grid-3 > p {
    max-width: 31.5%
  }
  .popup-send .wpcf7 {
    padding-bottom: 10px
  }
}
.button-overlay-send a {
  cursor: pointer
}
@media (max-width:899px) {
  .grid-3 > p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .hide-on-mbl {
    display: none;
  }
  .popup-send, .popup-send.popup-send-healthbox, .popup-contact, .popup-error-message {
    width: max-content;
    max-width: 88vw;
    padding: 15px;
    min-height: 250px;
  }
  .wpcf7-textarea {
    height: 80px;
    margin-top: 15px;
  }
  .wpcf7 {
    padding: 30px 15px 20px;
  }
  .popup-send h3, .wpcf7-list-item-label {
    font-size: small;
  }
  .popup-send p {
    font-size: larger;
  }
}