@font-face {
  font-family: "Formular";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./../files/Formular.woff2") format("woff2"), url("./../files/Formular.woff") format("woff"), url("./../files/Formular.ttf") format("truetype");
}
@font-face {
  font-family: "Formular";
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url("./../files/Formular-Medium.woff2") format("woff2"), url("./../files/Formular-Medium.woff") format("woff"), url("./../files/formular/Formular-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Formular";
  font-style: normal;
  font-weight: bold;
  font-display: block;
  src: url("./../fonts/Formular-Bold.woff2") format("woff2"), url("./../fonts/Formular-Bold.woff") format("woff"), url("./../fonts/Formular-Bold.ttf") format("truetype");
}
:root {
  --p: 32px;
  --mt: 100px;
  --color-light-text-icon-on-light-secondary: #7C7D7F;
  --Color-Light-Primary-Main: #74BB20;
  --Color-Light-Primary-Hover: #4E7C17;
}
@media screen and (max-width: 768px) {
  :root {
    --p: 16px;
  }
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  display: inline-block;
  background-color: transparent; /* 1 */
  text-decoration: none;
  -webkit-text-decoration-skip: objects; /* 2 */
}

span {
  display: inline-block;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button {
  cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  background: initial;
  border: 0;
  border-radius: 0;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ol,
ul {
  padding: 0;
  margin: 0;
}
ol li,
ul li {
  list-style: none;
}

p {
  margin: 0;
}

* {
  box-sizing: border-box;
  outline: none;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

body {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-family: "Formular";
  position: relative;
}

.main {
  flex-grow: 1;
}

.visually-hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  width: 0;
  height: 0;
  position: absolute;
}

a,
button,
input,
textarea {
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
}

.swiper-notification {
  position: absolute;
}

.container {
  padding-top: 100px;
  margin: 0 auto;
  max-width: 1444px;
  width: 100%;
  padding-left: var(--p);
  padding-right: var(--p);
}
@media screen and (max-width: 450px) {
  .container {
    padding-top: 60px;
  }
}
.container > .page-title {
  margin-bottom: 32px;
}

.btn {
  padding: 10px 24px;
  color: var(--color-light-text-icon-on-dark-primary, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: background 0.3s;
  border-radius: 1000px;
  cursor: pointer;
  background: var(--Color-Light-Primary-Main, #74BB20);
}
@media screen and (hover: hover) {
  .btn:hover {
    background: var(--Color-Light-Primary-Hover, #4E7C17);
  }
}
.btn[disabled], .btn.disabled {
  opacity: 0.4;
  background: var(--color-light-text-icon-on-light-tetriary, #C9C9C9);
  color: white;
  cursor: default;
  pointer-events: none;
}

.btn-white {
  padding: 10px 24px;
  color: var(--Color-Light-Primary-Main, #74BB20);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: color 0.3s;
  border-radius: 1000px;
  background: white;
}
@media screen and (hover: hover) {
  .btn-white:hover {
    color: var(--Color-Light-Primary-Hover, #4E7C17);
  }
}
.btn-white[disabled], .btn-white.disabled {
  opacity: 0.4;
  color: var(--color-light-text-icon-on-light-secondary, #7C7D7F);
  cursor: default;
  pointer-events: none;
}

.btn-bordered {
  padding: 10px 24px;
  color: var(--Color-Light-Primary-Main, #74BB20);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: color 0.3s;
  border: 1px solid var(--Color-Light-Primary-Main, #74BB20);
  border-radius: 1000px;
}
@media screen and (hover: hover) {
  .btn-bordered:hover {
    color: var(--Color-Light-Primary-Hover, #4E7C17);
    border-color: var(--Color-Light-Primary-Hover, #4E7C17);
  }
}
.btn-bordered[disabled], .btn-bordered.disabled {
  border: 1px solid var(--color-light-text-icon-on-light-tetriary, #C9C9C9);
  color: var(--color-light-text-icon-on-light-tetriary, #C9C9C9);
  cursor: default;
  pointer-events: none;
}

.page-title {
  color: var(--color-light-text-icon-on-light-primary, #000);
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 1536px) {
  .page-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .page-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 450px) {
  .page-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
  }
}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip:hover .tooltip__block {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.tooltip__icon {
  margin-left: 8px;
  width: 24px;
  height: 24px;
  transform: translateY(4px);
}
.tooltip__icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.tooltip__block {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 7px);
  border-radius: 8px;
  background: var(--Color-Light-Background-Wight, #FFF);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  padding: 7px 10px;
  width: 380px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  pointer-events: none;
  color: var(--color-light-text-icon-on-light-primary, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1280px) {
  .tooltip__block {
    top: unset;
    bottom: 100%;
    left: 0;
    transform: translateX(-30%);
    max-width: 226px;
    font-size: 16px;
  }
}
.tooltip__block::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid white;
}
@media screen and (max-width: 600px) {
  .tooltip__block::before {
    content: none;
  }
}

.moz {
  /*.dropdown__inner {
      scrollbar-width: thin;
      scrollbar-color:  rgba(11, 30, 94, 0.5) transparent;
  }*/
}

.header-hide .header {
  transform: translate(-50%, calc(-100% - 75px));
}
@media screen and (max-width: 1280px) {
  .header-hide .header {
    transform: translate(-50%, calc(-100% - 40px));
  }
}

.header {
  position: fixed;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100% - var(--p) - var(--p));
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 90px;
  padding: 12px 12px 12px 40px;
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  transition: transform 0.5s;
}
@media screen and (max-width: 1536px) {
  .header {
    gap: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .header {
    gap: 32px;
    top: 32px;
  }
}
@media (max-width: 1180px) {
  .header {
    padding-left: 24px;
    gap: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    width: calc(100% - var(--p) - var(--p));
    justify-content: space-between;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    top: 16px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 450px) {
  .header {
    padding: 6px 6px 6px 20px;
  }
}
.header__logo {
  width: 101px;
  height: 41px;
}
.header__logo img, .header__logo svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 450px) {
  .header .btn {
    padding: 10px;
  }
}
.header .btn svg {
  display: none;
}
@media screen and (max-width: 450px) {
  .header .btn svg {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .header .btn span {
    display: none;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  .header__nav {
    gap: 24px;
  }
}
@media (max-width: 1180px) {
  .header__nav {
    gap: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__nav_link {
  padding: 4px 0;
  color: var(--color-light-text-icon-on-light-secondary, #7C7D7F);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  white-space: nowrap;
  transition: color 0.3s;
  position: relative;
}
@media (max-width: 1180px) {
  .header__nav_link {
    font-size: 16px;
    font-weight: 400;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav_link {
    font-size: 17px;
  }
}
@media screen and (hover: hover) {
  .header__nav_link:hover {
    color: var(--Color-Light-Primary-Hover, #4E7C17);
  }
}
.header__nav_link span {
  position: relative;
  z-index: 2;
}
.header__nav_link.active {
  color: var(--Color-Light-Primary-Hover, #4E7C17);
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 48px;
  gap: 12px;
  padding-top: 0;
  color: var(--Color-Light-Background-Wight, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1536px) {
  .footer__inner {
    padding-left: calc(20px + var(--p));
    padding-right: calc(20px + var(--p));
  }
}
@media screen and (max-width: 1024px) {
  .footer__inner {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner a {
    text-align: center;
  }
}
@media screen and (hover: hover) {
  .footer__inner a:hover {
    text-decoration: underline;
  }
}

.vbox-child {
  width: max-content;
  box-shadow: unset;
}

.vbox-close {
  display: none;
}

.moz .modal__inner {
  scrollbar-color: var(--Color-Light-Primary-Main) transparent;
}

.modal {
  position: relative;
  border-radius: 20px;
  background: var(--Color-Light-Background-Wight, #FFF);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 25px 40px 50px;
  width: 770px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .modal {
    padding: 42px 12px 32px 24px;
  }
}
.modal__close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 32px;
  height: 32px;
}
@media screen and (hover: hover) {
  .modal__close:hover path {
    stroke: var(--Color-Light-Primary-Hover);
  }
}
.modal__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 80vh;
  overflow-y: auto;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .modal__inner {
    padding-right: 12px;
  }
}
.modal__inner::-webkit-scrollbar {
  width: 6px;
  height: 0;
  background: transparent;
}
.modal__inner::-webkit-scrollbar-thumb {
  border-radius: 0%;
  background: var(--Color-Light-Primary-Main);
}
.modal__inner::-webkit-scrollbar-corner {
  background: transparent;
}
.modal__name {
  margin-bottom: 6px;
  color: var(--color-light-text-icon-on-light-primary, #000);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .modal__name {
    font-size: 20px;
  }
}
.modal__position {
  color: var(--color-light-text-icon-on-light-secondary, #7C7D7F);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .modal__position {
    font-size: 16px;
  }
}
.modal__title {
  color: var(--color-light-text-icon-on-light-primary, #000);
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .modal__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .modal__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 450px) {
  .modal__title {
    font-size: 26px;
  }
}
.modal .btn {
  margin-top: 40px;
}
.modal__text {
  margin-top: 24px;
  color: var(--color-light-text-icon-on-light-primary, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .modal__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .modal__text {
    font-size: 14px;
  }
}
.modal__text ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  .modal__text ul {
    gap: 8px;
  }
}
@media screen and (max-width: 450px) {
  .modal__text ul {
    gap: 8px;
  }
}
.modal__text ul li {
  position: relative;
  padding-left: 54px;
  min-height: 32px;
}
@media screen and (max-width: 600px) {
  .modal__text ul li {
    padding-left: 24px;
  }
}
.modal__text ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M5 16H27' stroke='%2374BB20' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media screen and (max-width: 600px) {
  .modal__text ul li::after {
    width: 20px;
    height: 20px;
  }
}

.cookie {
  position: fixed;
  gap: 16px;
  display: flex;
  flex-direction: column;
  bottom: 32px;
  z-index: 30;
  right: 32px;
  width: min(342px, 100% - 32px);
  border-radius: 20px;
  background: var(--BG-Wight, #FFF);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 24px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .cookie {
    right: 16px;
    bottom: 16px;
  }
}
@media screen and (max-width: 600px) {
  .cookie {
    border-radius: 14px;
  }
}

.cookie__inner {
  max-width: 270px;
  position: relative;
  z-index: 2;
}
.cookie__inner p {
  color: var(--color-light-text-icon-on-light-secondary, #7C7D7F);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.cookie__inner a {
  color: var(--Color-Light-Primary-Main, #74BB20);
  text-decoration: underline;
  display: inline;
  transition: color 0.3s;
}
.cookie__inner a:hover {
  text-decoration: none;
  color: var(--Color-Light-Primary-Hover);
}
.cookie__inner .cookie__title {
  color: var(--color-light-text-icon-on-light-primary, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 8px;
}

.cookie__btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  min-width: max-content;
  gap: 8px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 450px) {
  .cookie__btns {
    flex-wrap: wrap;
  }
}
.cookie__btns .btn,
.cookie__btns .btn-white {
  width: auto;
  min-width: max-content;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 450px) {
  .cookie__btns .btn,
  .cookie__btns .btn-white {
    flex-grow: 1;
    padding: 10px 16px;
  }
}

.intro {
  margin: 20px;
  width: calc(100% - 40px);
  position: relative;
  height: min(900px, 59vw);
  overflow: hidden;
  border-radius: 60px;
}
@media screen and (max-width: 1024px) {
  .intro {
    border-radius: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .intro {
    height: 650px;
  }
}
@media screen and (max-width: 768px) {
  .intro {
    width: calc(100% - 16px);
    margin: 8px;
  }
}
@media screen and (max-width: 450px) {
  .intro {
    height: 550px;
    border-radius: 20px;
  }
}
.intro__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.intro__bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.intro__content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding-top: 227px;
  height: 100%;
}
@media screen and (max-width: 1536px) {
  .intro__content {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    padding-top: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .intro__content {
    padding: 160px var(--p) var(--p);
  }
}
@media screen and (max-width: 600px) {
  .intro__content {
    padding-top: 140px;
  }
}
@media screen and (max-width: 450px) {
  .intro__content {
    padding-top: 90px;
  }
}
.intro__title {
  color: var(--color-light-text-icon-on-dark-primary, #FFF);
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 1066px;
}
@media screen and (max-width: 1536px) {
  .intro__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .intro__title {
    font-size: 52px;
  }
}
@media screen and (max-width: 600px) {
  .intro__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 450px) {
  .intro__title {
    font-size: 26px;
    font-weight: 600;
  }
}
.intro__text {
  color: var(--color-light-text-icon-on-dark-primary, #FFF);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 720px;
}
@media screen and (max-width: 600px) {
  .intro__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .intro__text {
    font-size: 18px;
  }
}

.about {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  .about {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .about {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 450px) {
  .about {
    grid-auto-rows: unset;
  }
}
.about__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
  border-radius: 20px;
  border: 1px solid var(--color-light-stroke-line-primary, #E6E6E6);
  padding: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='333' height='319' viewBox='0 0 333 319' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2069_2114)'%3E%3Cpath d='M282.366 363.8V-88.2002C170.577 -5.85911 -53 159.874 -53 164.079V363.8H282.366Z' stroke='%23EAF5DE' stroke-width='3'/%3E%3Cpath d='M477.142 230.653L171.066 101.009V362.048H483L477.142 230.653Z' stroke='%23EAF5DE' stroke-width='3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2069_2114'%3E%3Crect width='333' height='318' fill='white' transform='translate(0 0.799805)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  color: var(--color-light-text-icon-on-light-secondary, #7C7D7F);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  min-height: 250px;
  width: calc((100% - 30px) / 3);
  flex-grow: 1;
}
@media screen and (max-width: 1536px) {
  .about__block {
    padding: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .about__block {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .about__block {
    min-height: 220px;
  }
}
@media screen and (hover: hover) {
  .about__block:hover {
    z-index: 1;
  }
}
.about__block b {
  color: var(--color-light-text-icon-on-light-primary, #000);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 450px) {
  .about__block b {
    font-size: 20px;
  }
}
.about__green {
  justify-content: space-between;
  color: var(--Color-Light-Background-Wight, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  background: var(--Color-Light-Primary-Main, #74BB20);
}
@media screen and (max-width: 1536px) {
  .about__green {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .about__green {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}
.about__green .btn-white {
  margin-top: 20px;
}

.who__cards {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .who__cards {
    display: grid;
    grid-auto-rows: 1fr;
  }
}
.who__cards .who__card {
  width: calc(50% - 10px);
  border-radius: 20px;
  background: var(--Color-Light-Background-Grey, #F9F9F9);
  display: flex;
  align-items: stretch;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  .who__cards .who__card {
    gap: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .who__cards .who__card {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .who__cards .who__card {
    flex-direction: column;
    gap: 0;
    max-width: 400px;
    margin: 0 auto;
  }
}
.who__cards .who__card_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  color: var(--color-light-text-icon-on-light-primary, #000);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  padding: 32px;
  flex-grow: 1;
}
@media screen and (max-width: 1536px) {
  .who__cards .who__card_content {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) {
  .who__cards .who__card_content {
    font-size: 20px;
    padding: 24px;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .who__cards .who__card_content {
    padding-right: 24px;
  }
}
.who__cards .who__card_img {
  width: 256px;
  min-width: 256px;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .who__cards .who__card_img {
    width: 180px;
    min-width: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .who__cards .who__card_img {
    width: 200px;
    min-width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .who__cards .who__card_img {
    width: 100%;
    aspect-ratio: 1/0.6;
  }
}
.who__cards .who__card_img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 600px) {
  .who__cards .who__card_img img {
    object-position: top;
  }
}

.why__block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
@media screen and (max-width: 1280px) {
  .why__block {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .why__block {
    grid-template-columns: 1fr;
  }
}
.why__card {
  border-radius: 20px;
  border: 1px solid var(--color-light-stroke-line-primary, #E6E6E6);
  padding: 32px;
  aspect-ratio: 1/1.03;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background-repeat: no-repeat;
  color: var(--color-light-text-icon-on-light-primary, #000);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 36.4px */
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 1536px) {
  .why__card {
    font-size: 24px;
    padding: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .why__card {
    aspect-ratio: 1/0.6;
  }
}
@media screen and (max-width: 1024px) {
  .why__card {
    min-height: 260px;
    aspect-ratio: unset;
  }
}

.after {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 49.4% 1fr;
}
@media screen and (max-width: 1024px) {
  .after {
    grid-template-columns: 1fr;
  }
}
.after__text {
  border-radius: 20px;
  border: 1px solid var(--color-light-stroke-line-primary, #E6E6E6);
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: var(--color-light-text-icon-on-light-secondary, #7C7D7F);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1536px) {
  .after__text {
    padding: 40px;
  }
}
@media screen and (max-width: 450px) {
  .after__text {
    padding: 24px;
  }
}
.after__text ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  .after__text ul {
    gap: 16px;
  }
}
@media screen and (max-width: 450px) {
  .after__text ul {
    gap: 8px;
  }
}
.after__text ul li {
  position: relative;
  padding-left: 54px;
  min-height: 32px;
}
@media screen and (max-width: 1280px) {
  .after__text ul li {
    padding-left: 10px;
  }
}
.after__text ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M27 9L13 23L6 16' stroke='%2374BB20' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media screen and (max-width: 1280px) {
  .after__text ul li::after {
    left: -20px;
    width: 24px;
    height: 24px;
    top: 1px;
  }
}
.after__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "green img2" "img1 img2";
  grid-gap: 20px 16px;
}
@media screen and (max-width: 450px) {
  .after__blocks {
    gap: 8px;
  }
}
.after .after__blocks_green {
  grid-area: green;
  padding: 16px;
  border-radius: 20px;
  background: var(--Color-Light-Primary-Main, #74BB20);
  color: var(--Color-Light-Background-Wight, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 1280px) {
  .after .after__blocks_green {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .after .after__blocks_green {
    font-size: 14px;
  }
}
.after .after__blocks_img {
  border-radius: 20px;
  overflow: hidden;
}
.after .after__blocks_img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.after .after__blocks_img1 {
  grid-area: img1;
}
.after .after__blocks_img2 {
  grid-area: img2;
}

.program__wrap {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1280px) {
  .program__wrap {
    grid-gap: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .program__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .program__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .program__wrap {
    grid-template-columns: 1fr;
  }
}
.program__block {
  border-radius: 20px;
  border: 1px solid var(--color-light-stroke-line-primary, #E6E6E6);
  background: var(--Color-Light-Background-Grey, #F9F9F9);
  aspect-ratio: 1/1.05;
  position: relative;
  padding: 32px;
  overflow: hidden;
  color: var(--color-light-text-icon-on-light-primary, #000);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  word-break: break-word;
}
@media screen and (max-width: 1536px) {
  .program__block {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) {
  .program__block {
    font-size: 18px;
    padding: 24px;
  }
}
@media screen and (max-width: 600px) {
  .program__block {
    font-size: 16px;
    padding: 16px;
  }
}
@media screen and (max-width: 450px) {
  .program__block {
    aspect-ratio: unset;
    min-height: 200px;
    font-size: 18px;
    aspect-ratio: 1/0.65;
  }
}
.program__block_num {
  color: var(--Color-Light-Background-Color, rgba(116, 187, 32, 0.3));
  text-align: center;
  font-size: min(200px, 14vw);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  position: absolute;
  bottom: 0;
  transform: translateY(35%);
}
@media screen and (max-width: 768px) {
  .program__block_num {
    font-size: 20vw;
  }
}
@media screen and (max-width: 450px) {
  .program__block_num {
    font-size: 40vw;
    width: calc(100% - 32px);
  }
}
.program__block.empty {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .program__block.empty {
    display: none;
  }
}
.program__block.img {
  padding: 0;
  border: unset;
}
.program__block.img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.program__block.green {
  background: var(--Color-Light-Primary-Main, #74BB20);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--color-light-text-icon-on-dark-primary, #FFF);
}

.speakers__wrap {
  display: grid;
  grid-gap: 40px 32px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1280px) {
  .speakers__wrap {
    grid-gap: 32px 24px;
  }
}
@media screen and (max-width: 1024px) {
  .speakers__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .speakers__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .speakers__wrap {
    grid-template-columns: 1fr;
  }
}
.speakers .speaker {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.speakers .speaker__img {
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 1/1;
  margin-bottom: 14px;
  overflow: hidden;
}
@media screen and (hover: hover) {
  .speakers .speaker__img:hover img {
    transform: scale(1.05);
  }
}
.speakers .speaker__img img {
  transition: transform 0.4s;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.speakers .speaker__name {
  color: var(--color-light-text-icon-on-light-primary, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 1280px) {
  .speakers .speaker__name {
    font-size: 18px;
  }
}
.speakers .speaker__position {
  color: var(--color-light-text-icon-on-light-secondary, #7C7D7F);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1280px) {
  .speakers .speaker__position {
    font-size: 16px;
  }
}

.steps {
  padding: 60px 70px;
  border-radius: 20px;
  border: 1px solid var(--color-light-stroke-line-primary, #E6E6E6);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='651' height='451' viewBox='0 0 651 451' fill='none'%3E%3Cpath d='M465.067 5.35936C222.222 231.437 7.45852 443.627 0.190008 450.812C0.0629187 450.938 0.307882 451 0.48659 451H130.62C130.737 451 130.849 450.96 130.939 450.886L218 379.122H450.533C513.932 379.122 550.869 292.87 550.869 292.87H305.2L552.267 62.8617V450.5C552.267 450.776 552.49 451 552.767 451H653.5C653.776 451 654 450.776 654 450.5V-8.56245C654 -8.81967 653.805 -9.03478 653.549 -9.05906C644.313 -9.93464 496.058 -23.4925 465.067 5.35936Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
@media screen and (max-width: 768px) {
  .steps {
    padding: 40px 32px;
  }
}
@media screen and (max-width: 600px) {
  .steps {
    padding: 32px 24px;
  }
}
.steps__wrap {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 32px;
}
@media screen and (max-width: 1280px) {
  .steps__wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .steps__wrap {
    grid-template-columns: 1fr;
  }
}
.steps .step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: var(--color-light-text-icon-on-light-secondary, #7C7D7F);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 600px) {
  .steps .step {
    font-size: 17px;
  }
}
.steps .step .btn {
  margin-bottom: 12px;
}
@media screen and (hover: hover) {
  .steps .step .btn:hover {
    background: var(--Color-Light-Primary-Main);
  }
}
.steps .step__title {
  color: var(--color-light-text-icon-on-light-primary, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
}

.reviews {
  position: relative;
}
.reviews__slider {
  width: 100%;
  overflow: hidden;
  position: static;
}
@media screen and (max-width: 600px) {
  .reviews__slider {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
}
.reviews .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.reviews .swiper-nav {
  position: absolute;
  top: 0;
  right: var(--p);
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .reviews .swiper-nav {
    position: relative;
    right: unset;
    top: unset;
    max-width: max-content;
  }
}
.reviews .swiper-nav .swiper-button-prev,
.reviews .swiper-nav .swiper-button-next {
  position: static;
  margin: 0;
  border-radius: 1000px;
  border: 1px solid var(--Color-Light-Primary-Main, #74BB20);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border 0.3s;
}
@media screen and (hover: hover) {
  .reviews .swiper-nav .swiper-button-prev:hover,
  .reviews .swiper-nav .swiper-button-next:hover {
    border-color: var(--Color-Light-Primary-Hover);
  }
  .reviews .swiper-nav .swiper-button-prev:hover::after,
  .reviews .swiper-nav .swiper-button-next:hover::after {
    color: var(--Color-Light-Primary-Hover);
  }
}
.reviews .swiper-nav .swiper-button-prev::after,
.reviews .swiper-nav .swiper-button-next::after {
  color: #74BB20;
  font-size: 14px;
  transition: color 0.3s;
}
.reviews .swiper-nav .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.reviews .review {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  height: auto;
  padding: 32px;
  border-radius: 20px;
  border: 1px solid var(--color-light-stroke-line-primary, #E6E6E6);
  background: var(--Color-Light-Background-Grey, #F9F9F9);
}
@media screen and (max-width: 1280px) {
  .reviews .review {
    padding: 24px;
  }
}
.reviews .review__name {
  color: var(--color-light-text-icon-on-light-primary, #000);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
@media screen and (max-width: 1280px) {
  .reviews .review__name {
    font-size: 20px;
  }
}
.reviews .review__position {
  color: var(--color-light-text-icon-on-light-secondary, #7C7D7F);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1280px) {
  .reviews .review__position {
    font-size: 17px;
  }
}
.reviews .review__text {
  margin-top: 14px;
  color: var(--color-light-text-icon-on-light-primary, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
}
@media screen and (max-width: 1280px) {
  .reviews .review__text {
    font-size: 17px;
  }
}
.reviews .review__more {
  padding: 4px 0;
  color: var(--Color-Light-Primary-Main, #74BB20);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  transition: color 0.3s;
}
@media screen and (hover: hover) {
  .reviews .review__more:hover {
    color: var(--Color-Light-Primary-Hover);
  }
}

.form {
  width: calc(100% - 40px);
  margin: 100px 20px 20px;
  position: relative;
  overflow: hidden;
  border-radius: 60px;
}
@media screen and (max-width: 1024px) {
  .form {
    border-radius: 32px;
  }
}
@media screen and (max-width: 768px) {
  .form {
    margin: 80px 8px 8px;
    width: calc(100% - 16px);
  }
}
@media screen and (max-width: 450px) {
  .form {
    border-radius: 20px;
  }
}
.form__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.form__bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.form__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 90px var(--p);
}
@media screen and (max-width: 1280px) {
  .form__content {
    padding: 40px var(--p) 90px;
  }
}
@media screen and (max-width: 1024px) {
  .form__content {
    padding-top: 0;
    margin-top: var(--p);
  }
}
@media screen and (max-width: 768px) {
  .form__content {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 450px) {
  .form__content {
    padding-bottom: 140px;
  }
}
.form__content form {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(2px);
  padding: 40px;
  width: 760px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .form__content form {
    padding: 20px var(--p);
  }
}
.form__content .page-title {
  margin-bottom: 8px;
}
@media screen and (max-width: 450px) {
  .form__content .page-title {
    margin-bottom: 0;
  }
}
.form__content .btn {
  max-width: max-content;
  margin-top: 16px;
}
.form .form__label {
  color: var(--color-light-text-icon-on-light-primary, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 8px;
}
.form .input-wrap,
.form .textarea {
  position: relative;
}
.form .input-wrap._err input,
.form .textarea._err input {
  border-color: #E02D3C;
}
.form .input-wrap input,
.form .input-wrap textarea,
.form .textarea input,
.form .textarea textarea {
  width: 100%;
  height: 50px;
  padding: 8px 20px;
  border-radius: 1000px;
  border: 1px solid var(--color-light-stroke-line-input, #C9C9C9);
  background: var(--Color-Light-Background-Wight, #FFF);
  color: var(--color-light-text-icon-on-light-primary, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: border 0.3s, color 0.3s;
}
.form .input-wrap input::placeholder,
.form .input-wrap textarea::placeholder,
.form .textarea input::placeholder,
.form .textarea textarea::placeholder {
  color: var(--color-light-text-icon-on-light-secondary, #7C7D7F);
}
@media screen and (hover: hover) {
  .form .input-wrap input:hover,
  .form .input-wrap textarea:hover,
  .form .textarea input:hover,
  .form .textarea textarea:hover {
    border: 1px solid var(--color-light-text-icon-on-light-primary, #000);
  }
}
.form .input-wrap input:focus,
.form .input-wrap textarea:focus,
.form .textarea input:focus,
.form .textarea textarea:focus {
  border: 1px solid var(--Color-Light-Primary-Main, #74BB20);
}
.form .input-wrap [data-type=tel],
.form .textarea [data-type=tel] {
  color: var(--color-light-text-icon-on-light-secondary, #7C7D7F);
}
.form .input-wrap [data-type=tel]._online, .form .input-wrap [data-type=tel]._success, .form .input-wrap [data-type=tel]._err,
.form .textarea [data-type=tel]._online,
.form .textarea [data-type=tel]._success,
.form .textarea [data-type=tel]._err {
  color: var(--color-light-text-icon-on-light-primary, #000);
}
.form .input-wrap textarea,
.form .textarea textarea {
  height: 215px;
  border-radius: 16px;
  width: 100%;
  resize: unset;
}
.form .input-wrap._err textarea,
.form .textarea._err textarea {
  border-color: #E02D3C;
}
.form .input-wrap._err .textarea__count,
.form .textarea._err .textarea__count {
  color: #E02D3C;
}
.form .form__row {
  display: grid;
  grid-template-columns: 1fr 265px;
  grid-gap: 24px;
}
@media screen and (max-width: 768px) {
  .form .form__row {
    grid-template-columns: 1fr;
  }
}
.form .form__row .input-wrap {
  width: 100%;
}
.form .textarea__count {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: rgba(124, 125, 128, 0.64);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.form .checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.form .checkbox._err .checkbox__sq {
  border-color: #E02D3C;
}
.form .checkbox input:checked ~ .checkbox__sq {
  background-size: 18px;
  background-repeat: no-repeat;
  border: unset;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Crect width='18' height='18' rx='4' fill='%2374BB20'/%3E%3Cpath d='M14.9854 4.71907C15.2775 5.01116 15.2775 5.48473 14.9854 5.77682L6.51429 14.2479L2.91837 10.652C2.62617 10.3598 2.62617 9.88607 2.91837 9.59387C3.21031 9.30192 3.68356 9.30163 3.97587 9.59322L6.51429 12.1254L13.9279 4.71882C14.22 4.42696 14.6934 4.42708 14.9854 4.71907Z' fill='white'/%3E%3C/svg%3E");
}
.form .checkbox__sq {
  min-width: 18px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid var(--color-light-stroke-line-input, #C9C9C9);
  background: var(--Color-Light-Background-Wight, #FFF);
}
@media screen and (hover: hover) {
  .form .checkbox__sq:hover {
    border-color: var(--Color-Light-Primary-Hover);
  }
}
.form .checkbox a {
  color: var(--Color-Light-Primary-Main);
  text-decoration: underline;
  transition: color 0.3s;
}
@media screen and (hover: hover) {
  .form .checkbox a:hover {
    color: var(--Color-Light-Primary-Hover);
  }
}

.form__content_result {
  display: none;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(2px);
  padding: 40px;
  width: 760px;
  max-width: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .form__content_result {
    padding: 20px var(--p);
  }
}
.form__content_result .page-title {
  margin-bottom: 0;
}
.form__content_result .btn {
  margin: 20px 0 0;
}