body:not(.wp-core-ui) .form-section__wrapper,
html:not(.wp-toolbar) .form-section__wrapper,
.acf-block-preview .form-section__wrapper {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  body:not(.wp-core-ui) .form-section__wrapper,
html:not(.wp-toolbar) .form-section__wrapper,
.acf-block-preview .form-section__wrapper {
    margin-bottom: 120px;
  }
}
@media (min-width: 1023px) {
  body:not(.wp-core-ui) .form-section__wrapper,
html:not(.wp-toolbar) .form-section__wrapper,
.acf-block-preview .form-section__wrapper {
    margin-bottom: 161px;
  }
}
body:not(.wp-core-ui) .form-section__bar,
html:not(.wp-toolbar) .form-section__bar,
.acf-block-preview .form-section__bar {
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
}
body:not(.wp-core-ui) .form-section__bar-inner,
html:not(.wp-toolbar) .form-section__bar-inner,
.acf-block-preview .form-section__bar-inner {
  padding: 4px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: var(--color-gray-1);
  gap: 8px;
}
@media (min-width: 768px) {
  body:not(.wp-core-ui) .form-section__bar-inner,
html:not(.wp-toolbar) .form-section__bar-inner,
.acf-block-preview .form-section__bar-inner {
    flex-wrap: nowrap;
  }
}
@media (max-width: 576px) {
  body:not(.wp-core-ui) .form-section__bar-inner,
html:not(.wp-toolbar) .form-section__bar-inner,
.acf-block-preview .form-section__bar-inner {
    max-width: 280px;
  }
}
body:not(.wp-core-ui) .form-section__button,
html:not(.wp-toolbar) .form-section__button,
.acf-block-preview .form-section__button {
  min-width: -moz-max-content;
  min-width: max-content;
}
body:not(.wp-core-ui) .form-section__form,
html:not(.wp-toolbar) .form-section__form,
.acf-block-preview .form-section__form {
  display: none;
}
@media (min-width: 768px) {
  body:not(.wp-core-ui) .form-section__form,
html:not(.wp-toolbar) .form-section__form,
.acf-block-preview .form-section__form {
    border: 1px solid var(--color-green);
    padding: 46px;
  }
}
body:not(.wp-core-ui) .form-section__form.active,
html:not(.wp-toolbar) .form-section__form.active,
.acf-block-preview .form-section__form.active {
  display: block;
}

.form-stocks__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 80px;
}
@media (min-width: 1023px) {
  .form-stocks__wrapper {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
}
.form-stocks__form {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 264px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .form-stocks__form {
    max-width: unset;
  }
}
@media (min-width: 1023px) {
  .form-stocks__form {
    margin: unset;
    width: 50%;
    max-width: 532px;
    gap: 52px;
  }
}
.form-stocks__info {
  position: relative;
  height: -moz-min-content;
  height: min-content;
}
@media (min-width: 1023px) {
  .form-stocks__info {
    width: 50%;
    max-width: 422px;
  }
}
.form-stocks__image {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: url("./image/mask-desktop.svg");
          mask-image: url("./image/mask-desktop.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
}
.form-stocks__image::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 152, 0, 0.8980392157);
  z-index: 0;
}
.form-stocks__image::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(22.18% 42.61% at 50% 60.77%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
.form-stocks__image-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form-stocks__image-person {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
.form-stocks__date {
  display: flex;
  gap: 47px;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  width: 87%;
  background-color: white;
  z-index: 9;
}
@media (min-width: 576px) {
  .form-stocks__date {
    top: calc(100% - 40px);
  }
}
@media (min-width: 768px) {
  .form-stocks__date {
    top: calc(100% - 50px);
  }
}
@media (min-width: 1023px) {
  .form-stocks__date {
    top: auto;
    bottom: -21px;
  }
}
.form-stocks__person {
  display: flex;
  flex-direction: column;
}
.form-stocks__caption {
  font-family: inherit;
  font-size: 14px;
  color: var(--color-gray-3);
  line-height: 1.2em;
}
.form-stocks__name {
  font-family: inherit;
  font-size: 32px;
  color: var(--text-black);
  line-height: 1.2em;
}
.form-stocks__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-stocks__contact-media {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-stocks__contact-link {
  transition: color 250ms ease-in-out;
  color: var(--text-black);
}
.form-stocks__contact-link:hover {
  color: var(--color-green);
}

.form-section__private-slide {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding-bottom: 72px;
}
@media (min-width: 1023px) {
  .form-section__private-slide {
    flex-direction: row;
    align-items: unset;
  }
}
.form-section__private-slide label {
  flex: 1;
}
.form-section__private-slide-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 300px;
  margin-inline: auto;
}
.form-section__private-slide-radio {
  width: 100%;
  padding: 4px;
}
.form-section__private-slide-radio:first-of-type {
  margin-top: 10px;
}
.form-section__private-slide-radio > label {
  font-weight: 600;
  margin-bottom: 10px;
}
.form-section__private-slide-radio .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.form-section__private-slide-radio .wpcf7-list-item {
  margin: 0;
}
.form-section__private-slide-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.form-section__private-slide-radio.error {
  border: 1px solid var(--color-error);
}
.form-section__private-slide--vertical {
  flex-direction: column;
  align-items: center;
  max-width: 256px;
  text-align: left;
  margin-inline: auto;
}
.form-section__private-slide.align-left {
  align-items: flex-start;
}

.form-section__private-state {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
  margin-bottom: 72px;
}

.form-section__private-side {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.form-section__private-side-title {
  font-weight: 600;
  font-size: 16px;
}
.form-section__private-side-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.form-section__private-side-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper {
  overflow: visible !important;
}

.custom-pagination {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-bottom: 72px;
}
.custom-pagination .step {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.custom-pagination .step:hover .step-line {
  background-color: var(--color-green-hover);
}
.custom-pagination .step:hover .step-name {
  color: var(--color-green-hover);
}
.custom-pagination .step.active .step-line {
  background-color: var(--color-green);
}
.custom-pagination .step.active .step-name {
  color: var(--color-green);
}
.custom-pagination .step-line {
  transition: background-color 250ms ease-in-out;
  display: inline-block;
  width: 100%;
  background-color: var(--color-gray-2);
  height: 4px;
}
.custom-pagination .step-name {
  transition: color 250ms ease-in-out;
  font-family: inherit;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3em;
  color: var(--color-gray-2);
}
.custom-pagination .step-title {
  font-family: inherit;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3em;
  color: var(--text-black);
}

.private-file-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .private-file-section {
    margin-top: 32px;
  }
}
@media (min-width: 1023px) {
  .private-file-section {
    flex-direction: row;
    margin-top: 72px;
  }
}
.private-file-section__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .private-file-section__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.private-file-section__wrapper.error {
  border: 1px solid red;
}
@media (min-width: 1023px) {
  .private-file-section__inputs {
    max-width: 623px;
  }
}
.private-file-section__inputs-title {
  font-size: 16px;
  font-weight: 600;
  font-family: inherit;
  line-height: 1.3em;
  color: var(--text-black);
  margin-bottom: 32px;
}
.private-file-section__commercial {
  background: var(--color-gray-1);
  padding: 32px 64px;
}
@media (min-width: 1023px) {
  .private-file-section__commercial {
    margin-left: auto;
    max-width: 384px;
  }
}
.private-file-section__file-input {
  display: none;
}

.private-input-image {
  border-radius: 4px;
  border: 1px solid var(--color-gray-2);
}
.private-input-image__title {
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.3em;
  color: var(--text-black);
  background-color: var(--color-gray-2);
  padding: 12px;
  display: flex;
  align-items: center;
  min-height: 55px;
}
.private-input-image__content {
  box-sizing: border-box;
  padding: 19px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 139px;
}
.private-input-image__content label {
  align-items: center;
  gap: 5px !important;
  flex: unset;
  gap: unset;
}
.private-input-image__content label.hidden {
  display: none;
}
.private-input-image__add {
  cursor: pointer;
  transition: background-color 250ms ease-in-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  background-color: var(--color-orange);
  font-size: 15px;
  font-weight: 600;
}
.private-input-image__add:hover {
  background-color: var(--color-green);
  color: white;
}
.private-input-image__remove {
  transition: background-color 250ms ease-in-out;
  position: absolute;
  top: 4px;
  right: 4px;
  border: 0;
  padding: 0;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  background-color: var(--color-gray-1);
  cursor: pointer;
}
.private-input-image__remove:hover {
  background-color: var(--color-orange);
}
.private-input-image__remove:hover::before {
  background-color: white;
}
.private-input-image__remove::before {
  transition: background-color 250ms ease-in-out;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 1px;
  background-color: var(--text-black);
}
.private-input-image__prev {
  position: relative;
  display: none;
  width: 100%;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
  background-position: center;
}
.private-input-image__prev::before {
  transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.private-input-image__prev::after {
  transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  transform-origin: center;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ff9800' d='M105.1 202.6c7.7-21.8 20.2-42.3 37.8-59.8c62.5-62.5 163.8-62.5 226.3 0L386.3 160 352 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l111.5 0c0 0 0 0 0 0l.4 0c17.7 0 32-14.3 32-32l0-112c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 35.2L414.4 97.6c-87.5-87.5-229.3-87.5-316.8 0C73.2 122 55.6 150.7 44.8 181.4c-5.9 16.7 2.9 34.9 19.5 40.8s34.9-2.9 40.8-19.5zM39 289.3c-5 1.5-9.8 4.2-13.7 8.2c-4 4-6.7 8.8-8.1 14c-.3 1.2-.6 2.5-.8 3.8c-.3 1.7-.4 3.4-.4 5.1L16 432c0 17.7 14.3 32 32 32s32-14.3 32-32l0-35.1 17.6 17.5c0 0 0 0 0 0c87.5 87.4 229.3 87.4 316.7 0c24.4-24.4 42.1-53.1 52.9-83.8c5.9-16.7-2.9-34.9-19.5-40.8s-34.9 2.9-40.8 19.5c-7.7 21.8-20.2 42.3-37.8 59.8c-62.5 62.5-163.8 62.5-226.3 0l-.1-.1L125.6 352l34.4 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L48.4 288c-1.6 0-3.2 .1-4.8 .3s-3.1 .5-4.6 1z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  animation: rotate 1.2s linear infinite;
}
.private-input-image__prev.active {
  display: block;
  height: 101px;
}
.private-input-image__prev.remove::before, .private-input-image__prev.remove::after {
  visibility: visible;
  opacity: 1;
}

.form-checkbox-item {
  box-sizing: border-box;
  transition: border-color 250ms ease-in-out;
  border: 1px solid var(--color-gray-1);
  border-radius: 4px;
  display: flex;
  padding: 12px;
  cursor: pointer;
  width: 100%;
  min-width: 100%;
}
@media (min-width: 1023px) {
  .form-checkbox-item {
    min-width: unset;
  }
}
.form-checkbox-item:hover {
  border-color: var(--color-green-hover);
}
.form-checkbox-item__title {
  display: flex;
  font-weight: 600;
  justify-content: space-between;
}
.form-checkbox-item__title input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--color-gray-2);
}
.form-checkbox-item__title input[type=checkbox]:checked {
  background: var(--color-green) url("data:image/svg+xml,%3Csvg width='7' height='6' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.29757 6L0 3.60232L1.04704 2.50965L2.29757 3.81853L5.95296 0L7 1.09266L2.29757 6Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center;
  background-position: center;
  background-size: 50%;
}
.form-checkbox-item__title .wpcf7-list-item-label {
  display: none;
}
.form-checkbox-item.active {
  border: 1px solid var(--color-green);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843), 0px 5px 5px 0px rgba(0, 0, 0, 0.0901960784), 0px 12px 7px 0px rgba(0, 0, 0, 0.0509803922), 0px 22px 9px 0px rgba(0, 0, 0, 0.0117647059), 0px 34px 10px 0px rgba(0, 0, 0, 0);
}
.form-checkbox-item.error {
  border: 1px solid var(--color-error);
}
@media (min-width: 768px) {
  .form-checkbox-item {
    max-width: 207px;
  }
}

.margin-0 {
  margin-bottom: 0;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}