/* Auto-generated by fonts build script. */
@font-face {
  font-family: IsidoraSans;
  src: url("fonts/public/fonts/IsidoraSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: IsidoraSans;
  src: url("fonts/public/fonts/IsidoraSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

button {
  display: block;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  text-align: start;
  letter-spacing: inherit;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

img {
  width: 100%;
  vertical-align: top;
}

:is(ul, ol, li):not(.df-list) {
  list-style-type: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  border: none;
  border-radius: 0;
  padding: 0;
}

input::placeholder,
textarea::placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

:is(input, textarea, select, button, a, [tabindex]):focus-visible {
  outline: 1px dashed #fff;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: normal;
  color: #fff;
}
body._hide-scrolling {
  overflow: hidden;
  padding-right: var(--scroll-width);
}

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.wrapper > main {
  flex: 1 1 auto;
}

[class*=__container] {
  margin: 0 auto;
  box-sizing: content-box;
  max-width: 90rem;
}
@media (min-width: 104.99875rem) {
  [class*=__container] {
    max-width: 90rem;
  }
}
[class*=__container] {
  padding: 0 1.25rem;
}
@media (min-width: 64.06125rem) {
  [class*=__container] {
    padding: 0 2.5rem;
  }
}

[class*=-ibg] {
  display: block;
  position: relative;
}
[class*=-ibg] img,
[class*=-ibg] video,
[class*=-ibg] iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon {
  flex-shrink: 0;
  display: flex;
}
.icon svg,
.icon img {
  width: 100%;
  height: 100%;
}

[class*=decor] {
  pointer-events: none;
  user-select: none;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  text-transform: uppercase;
  background-color: #02887c;
  border: 2px solid #fff;
  border-radius: 2.5rem;
  transform-origin: bottom;
}
@media (min-width: 64.06125rem) {
  .btn {
    font-size: 1.75rem;
  }
}
@media (any-hover: hover) {
  .btn {
    transition: transform 0.4s;
  }
  .btn:hover {
    transform: translate(0, 0px) scale(1.03);
  }
}

.main {
  position: relative;
  margin-bottom: 9.375rem;
  padding-top: 2.5rem;
}
@media (min-width: 64.06125rem) {
  .main {
    padding-top: 3.4375rem;
  }
}
.main__img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  user-select: none;
  pointer-events: none;
  z-index: -1;
  height: 120%;
}
.main__img-bg img {
  display: block;
  min-height: 100%;
  min-height: 100%;
}
.main__body {
  position: relative;
  margin: 0 auto;
  border: 3px solid #fff;
  border-bottom: none;
  border-radius: 1.875rem;
}
@media (min-width: 29.99875rem) {
  .main__body {
    max-width: 43.75rem;
  }
}
@media (min-width: 64.06125rem) {
  .main__body {
    max-width: 58.75rem;
    border-radius: 2.75rem;
  }
}
.main__top {
  padding: 1rem 1.25rem;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.16161616em;
  text-transform: uppercase;
  border-bottom: 3px solid #fff;
}
@media (min-width: 64.06125rem) {
  .main__top {
    padding: 1.375rem 2.5rem;
    font-size: 3rem;
  }
}
.main__logos {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  padding: 1.5625rem 1.875rem 1.875rem;
  border-bottom: 3px solid #fff;
}
@media (min-width: 64.06125rem) {
  .main__logos {
    gap: 1.875rem;
    padding: 2.5rem 3.75rem 3.125rem;
  }
}
.main__logos img {
  width: auto;
}
.main__logos .plus {
  display: block;
  width: 3.5625rem;
  height: 3.5625rem;
  transform: translateY(25%);
}
@media (min-width: 64.06125rem) {
  .main__logos .plus {
    transform: translateY(60%);
  }
}
.main__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5625rem 1.25rem 0;
  text-align: center;
  line-height: 1.25;
}
@media (min-width: 64.06125rem) {
  .main__bottom {
    padding: 2.5rem 3.75rem 0;
  }
}
.main__tilte {
  margin-bottom: 0.9375rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 64.06125rem) {
  .main__tilte {
    margin-bottom: 1.125rem;
    font-size: 2.1875rem;
  }
}
.main__text {
  margin-bottom: 1.375rem;
  font-size: 1rem;
  letter-spacing: 0.2px;
  line-height: 1.6;
}
@media (min-width: 64.06125rem) {
  .main__text {
    margin-bottom: 1.875rem;
    font-size: 1.4375rem;
  }
}
.main__btn {
  min-width: min(17.5rem, 100%);
  min-height: 3.125rem;
}
@media (min-width: 64.06125rem) {
  .main__btn {
    min-width: min(20rem, 100%);
    min-height: 4.0625rem;
  }
}
.form-main {
  margin-bottom: -9.375rem;
  padding: 1.875rem 1.25rem;
  text-align: center;
  background-color: rgba(2, 136, 124, 0.5);
  border: 3px solid #fff;
  border-radius: 1.5rem;
}
@media (min-width: 47.99875rem) {
  .form-main {
    max-width: 46.25rem;
  }
}
@media (min-width: 64.06125rem) {
  .form-main {
    padding: 3rem 2.5rem 1.875rem;
    border-radius: 2.25rem;
  }
}
.form-main label {
  display: block;
  width: 100%;
}
.form-main input {
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0.1875rem 0.9375rem;
  font-size: 1rem;
  color: #000;
  border-radius: 0.25rem;
}
.form-main input::placeholder {
  color: #b8b8b8;
}
.form-main input[type=checkbox] {
  display: none;
}
.form-main__inputs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 47.99875rem) {
  .form-main__inputs {
    flex-direction: row;
  }
}
.form-main__title {
  margin-bottom: 0.1875rem;
  font-weight: 700;
  font-size: 1.25rem;
}
@media (min-width: 64.06125rem) {
  .form-main__title {
    font-size: 1.4375rem;
  }
}
.form-main__text {
  margin-bottom: 1.25rem;
  font-size: 1rem;
}
@media (min-width: 64.06125rem) {
  .form-main__text {
    font-size: 1.125rem;
  }
}
.form-main__block:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.form-main__title-block {
  margin-bottom: 0.75rem;
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 64.06125rem) {
  .form-main__title-block {
    font-size: 1.125rem;
  }
}
.form-main__flex {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  max-width: max-content;
  margin: 0 auto;
}
@media (min-width: 47.99875rem) {
  .form-main__flex {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.form-main__btn {
  min-width: 13.125rem;
  margin: 1.875rem auto 0;
  border-width: 3px;
}
@media (min-width: 64.06125rem) {
  .form-main__btn {
    margin: 2.5rem auto 0;
    border-width: 4px;
  }
}

.about {
  position: relative;
  padding-top: 2.5rem;
}
@media (min-width: 64.06125rem) {
  .about {
    padding-top: 3.125rem;
  }
}
.about__img {
  position: absolute;
  width: 12.5rem;
  user-select: none;
  pointer-events: none;
}
@media (min-width: 47.99875rem) {
  .about__img {
    width: 15.625rem;
  }
}
@media (min-width: 64.06125rem) {
  .about__img {
    width: 23.125rem;
  }
}
.about__img:nth-child(1) {
  left: -3.75rem;
  top: -1.25rem;
  transform-origin: left top;
  transform: rotate(-16deg);
}
@media (min-width: 47.99875rem) {
  .about__img:nth-child(1) {
    left: -1.875rem;
    top: -5rem;
  }
}
.about__img:nth-child(2) {
  right: -2.5rem;
  top: 8.4375rem;
  transform-origin: right top;
  transform: rotate(15deg);
}
@media (min-width: 47.99875rem) {
  .about__img:nth-child(2) {
    right: -2.5rem;
    top: -2.1875rem;
  }
}
.about__body {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 29.99875rem) {
  .about__body {
    max-width: 37.5rem;
  }
}
@media (min-width: 64.06125rem) {
  .about__body {
    max-width: 46.25rem;
  }
}
.about__content {
  margin-bottom: 1.25rem;
  padding: 1.875rem 1.25rem;
  text-align: center;
  background-color: rgba(2, 136, 124, 0.5);
  border: 3px solid #fff;
  border-radius: 2.25rem;
}
@media (min-width: 47.99875rem) {
  .about__content {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 64.06125rem) {
  .about__content {
    margin-bottom: 8.4375rem;
    padding: 3rem 2.5rem 4.125rem;
  }
}
.about__title {
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
}
@media (min-width: 64.06125rem) {
  .about__title {
    margin-bottom: 1.875rem;
    font-size: 2.1875rem;
  }
}
.about__text {
  max-width: 32.5rem;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.45;
}
@media (min-width: 64.06125rem) {
  .about__text {
    font-size: 1.25rem;
  }
}
.about__text p:not(:last-child) {
  margin-bottom: 0.75rem;
}
@media (min-width: 64.06125rem) {
  .about__text p:not(:last-child) {
    margin-bottom: 1.125rem;
  }
}
.about__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.625rem;
}
@media (min-width: 29.99875rem) {
  .about__btns {
    flex-wrap: nowrap;
  }
}
@media (min-width: 47.99875rem) {
  .about__btns {
    gap: 3.75rem;
  }
}
@media (min-width: 64.06125rem) {
  .about__btns {
    gap: 5rem;
  }
}
.about__btn {
  min-height: 5rem;
  line-height: 1.2;
  border-radius: 1.875rem;
}
@media (max-width: 29.99875rem) {
  .about__btn {
    width: 100%;
  }
}
@media (min-width: 64.06125rem) {
  .about__btn {
    min-height: 6.875rem;
  }
}

.footer {
  position: relative;
  margin-top: 4.0625rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 64.06125rem) {
  .footer {
    padding-bottom: 5rem;
  }
}
.footer__image-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  user-select: none;
  pointer-events: none;
  z-index: -1;
  height: 140%;
}
.footer__image-bg img {
  display: block;
  min-height: 100%;
}
.footer__container {
  max-width: 54.375rem;
}
.footer__logo {
  width: 15rem;
  margin: 0 auto 3.125rem;
}
@media (min-width: 47.99875rem) {
  .footer__logo {
    width: 18.75rem;
  }
}
@media (min-width: 64.06125rem) {
  .footer__logo {
    width: 22.5rem;
  }
}
@media (any-hover: hover) {
  .footer__logo img {
    transition: transform 0.4s;
  }
  .footer__logo:hover img {
    transform: translate(0, -5px);
  }
}
.footer__bottom {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 1.5625rem;
}
@media (min-width: 64.06125rem) {
  .footer__bottom {
    flex-direction: row;
  }
}
.footer__text {
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media (max-width: 47.99875rem) {
  .footer__text {
    text-align: center;
  }
}
@media (min-width: 64.06125rem) {
  .footer__text {
    font-size: 0.875rem;
  }
}
.footer__text a {
  display: inline-block;
}
@media (any-hover: hover) {
  .footer__text a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.footer__socials {
  display: flex;
  gap: 1.25rem;
}
.footer__social {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 64.06125rem) {
  .footer__social {
    width: 2rem;
    height: 2rem;
  }
}
.footer__social img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (any-hover: hover) {
  .footer__social img {
    transition: transform 0.4s;
  }
  .footer__social:hover img {
    transform: translate(0, -5px) scale(1.05);
  }
}
.footer__disclaimer {
  margin-top: 22px;
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: 0.2px;
}
@media (min-width: 1024.98) {
  .footer__disclaimer {
    margin-top: 40px;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}

main:not(.page_home) {
  padding-top: 3.75rem;
  color: #000;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.form-main__btn-wrap {
  position: relative;
  max-width: max-content;
  margin: 0 auto;
}

.wpcf7-spinner {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(0.625rem, -50%);
}

.wpcf7-response-output {
  margin: 0.9375rem 0 0 0;
  font-size: 0.75rem;
  border-radius: 2.5rem;
}

.wpcf7-form.sent .wpcf7-response-output {
  border-color: #02887c;
}

.wpcf7-list-item-label {
  flex-shrink: 0;
  display: block;
  width: 100%;
}

/* .wpcf7-checkbox .wpcf7-list-item-label {
  display: none;
} */
.form-main__checkbox input {
  flex-shrink: 0;
  width: 2.5rem;
  padding: 0.25rem 0.3125rem;
  text-align: center;
}

.form-main__checkbox label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
}

/* .form-main__checkbox label::before {
  content: '';
  width: 1.125rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #fff;
  transition: box-shadow 0.4s;
} */
/* @media (min-width: 64.06125rem) {
  .form-main__checkbox label::before {
    width: 1.25rem;
  }
}
.form-main__checkbox label.checked::before {
  box-shadow: inset 0 0 0 5px #fff;
  background-color: #02887c;
} */
/* .form-main__checkbox .wpcf7-form-control-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
} */
.wpcf7-checkbox {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  pointer-events: none;
}

.wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  margin: 0;
}

.wpcf7-not-valid {
  outline: 2px solid #da5858;
  outline-offset: 2px;
}

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