body.stop-scroll {
  overflow-y: hidden;
}

#marketing {
  margin: auto;
  padding: 40px;
  border-radius: 8px;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background-color: #f3e03b;
  width: 1066px;
  position: fixed; /* height: 728px; */
}

#marketing::backdrop {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
}

.marketing-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 80px;
  position: relative;
}

.marketing-container > div {
  flex: 1;
}

#marketing::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: 46%;
  transform: translateX(-50%);
  width: 2px;
  background-color: #000000;
}

.mark-right > div:first-child p {
  font-family: var(--font-imb-semibold);
  font-weight: 600;
  font-size: 18px;
  width: 496px;
  text-wrap-style: balance;
}

.mark-right > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mark-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.mark-left > div p {
  text-align: center;
  font-family: var(--font-imb-semibold);
  font-weight: 600;
  font-size: 18px;
}

.mark-left > div {
  position: absolute;
  bottom: 32px;
}

div#marketing button {
  position: absolute;
  top: 46px;
  right: 34px;
  z-index: 999;
}

/** **/
.wpcf7-spinner {
  position: absolute;
  display: flex;
  right: 0;
  top: 50%;
  transform: translateY(-3px);
}

.form-element {
  position: relative;
}

.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 {
  display: none !important;
}

.mark-mob {
  display: none;
}

@media (max-width: 768px) {
  #marketing {
    width: 100%;
    padding: 80px 16px 38px;
  }

  .mark-right > div:first-child p {
    width: 100%;
  }

  .marketing-container {
    flex-direction: column;
    gap: 48px;
  }

  .mark-left > div {
    position: inherit;
    bottom: auto;
  }

  .mark-left {
    display: flex;
    flex-direction: column;
    gap: 54px;
  }

  div#marketing button {
    top: 25px;
    right: 25px;
  }

  #marketing::after {
    content: "";
    position: absolute;
    top: 400px;
    height: 2px;
    left: auto;
    transform: translateX(-50%);
    width: 7000px;
    background-color: #000000;
  }

  #marketing {
    overflow-x: hidden;
    z-index: 999999999;
    height: 100%;
    overflow-y: scroll;
  }

  #marketing::backdrop {
    background-color: unset;
    backdrop-filter: unset;
  }

  .mark-mob {
    display: flex;
  }

  .mark-desk {
    display: none;
  }

  .mark-left > div p,
  .mark-right > div:first-child p {
    font-size: 14px;
    line-height: 100%;
  }

  #marketing .form-element > p label {
    font-size: 16px;
  }

  #marketing .formBox > .form-element:last-child {
    padding: 8px 0 0 0;
  }

  #marketing .btn-book {
    font-size: 18px;
    height: 48px;
  }
}
