.accordion__preview-text {
  font-size: 16px;
  line-height: 24px;
}

.accordion_article {
  margin-top: 30px;
  display: inline-block;
  padding-right: 5px;
}

.accordion_hide-btn {
  display: inline-block;
  text-align: left;
  padding-right: 5px;
}

.accordion_hide-btn::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  background: #ff8c00;
  vertical-align: middle;
  margin-right: 8px;
  transition: all 0.3s ease;
}

.accordion_hide-btn:hover .accordion_hide-btn::before {
  background-color: #009444;
}

.accordion_hide-first {
  margin: 30px 0 30px;
}

.accordion_hide-second {
  margin: 0;
}

.new-accordion__content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all ease-in 0.3s;
  margin-bottom: 0px;
}
.new-accordion__content.isActive {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.new-accordion__content.no-orange__line .priorities__wrapper:before {
  display: none;
}
.new-accordion__content.no-orange__line.priorities {
  padding-left: 0px;
  border-left: transparent;
}
.article__text-block {
  position: relative;
}
.article__text-block.mb-0 {
  margin-bottom: 0;
}
.article__text-block.orange-line {
  padding-left: 59px;
}
.article__text-block.orange-line:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #ff8c00;
}
.accordion__parent .priorities__wrapper {
  padding-left: 20px;
  border-left: 1px dashed #a4a4a4;
}
.hiddents-btn-accordion {
  display: block;
  text-align: right;
}
.accordion_article.hidden {
  display: none;
}

.e-page {
  font-family: "SB Sans Text", sans-serif;
}

.e-page .breadcrumbs {
  background-color: #ffffff;
}

.e-top-banner {
  position: relative;
  height: 400px;
  background-color: #21ba72;
}

.e-top-banner.ungreen {
  background: linear-gradient(
      126.66deg,
      #34a2e1 22.09%,
      #31b4bb 49.09%,
      #6cdaab 82.15%
    ),
    linear-gradient(266.49deg, #aabafd 6%, #dfe5fc 84.45%), #fed094;
}

.e-top-banner-background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.e-top-banner-content {
  display: flex;
  align-items: center;
  height: 100%;
}

.e-top-banner-text {
  max-width: 500px;
}

.e-top-banner-dates {
  font-family: "SB Sans Text";
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #1c4f5f;
}

.e-top-banner-title {
  font-family: "SB Sans Display", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
}

.e-top-banner-subtitle {
  font-size: 16px;
  line-height: 22px;
  margin-top: 16px;
  color: #ffffff;
}

.e-top-banner-button {
  margin-top: 40px;
}

.e-top-banner-button a {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 2px 4px rgb(52 64 75 / 6%);
  height: 40px;
  border-radius: 32px;
  padding: 0px 32px;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  transition: color 200ms;
  cursor: pointer;
}

.e-top-banner-button a:hover {
  color: #209f6d;
}

.e-top-banner-button svg {
  width: 16px;
  margin-right: 8px;
  flex: none;
}

.e-top-banner-image {
  height: 100%;
  margin-left: auto;
}

.e-top-banner-image picture {
  height: 100%;
}

.e-top-banner-image img {
  height: 100%;
}

.e-text {
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
}

.e-text-title {
  width: 288px;
  margin-right: 24px;
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  flex: none;
}

.e-text-head {
  font-family: "SB Sans Text", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.e-text-head i {
  font-style: italic;
}

.e-text-head u {
  text-decoration: underline;
}

.e-text-head a {
  color: #21ba72;
}

.e-text-head a:hover {
  color: #209f6d;
  text-decoration: underline;
}

.e-text-html {
  font-size: 18px;
  line-height: 24px;
  color: #333f48;
  margin-top: 16px;
}

.e-text-html p:not(:first-child) {
  margin-top: 16px;
}

.e-text-html p {
  margin-block-start: 16px;
  margin-block-end: 16px;
}

.e-text-html h1 {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #333f48;
  margin-block-start: 16px;
  margin-block-end: 16px;
}

.e-text-html h2 {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #333f48;
  margin-block-start: 16px;
  margin-block-end: 16px;
}

.e-text-html h3 {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #333f48;
  margin-block-start: 16px;
  margin-block-end: 16px;
}

.e-text-html h4 {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333f48;
  margin-block-start: 16px;
  margin-block-end: 16px;
}

.e-text-html h5 {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333f48;
  margin-block-start: 16px;
  margin-block-end: 16px;
}

.e-text-html h6 {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333f48;
  margin-block-start: 16px;
  margin-block-end: 16px;
}

.e-text-html img {
  max-width: 100%;
}

.e-text-html i {
  font-style: italic;
}

.e-text-html a {
  color: #21ba72;
}

.e-text-html a:hover {
  color: #209f6d;
  text-decoration: underline;
}

.e-text-html a[data-icon="pdf"]:after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/v2/assets/img/icon-pdf.svg);
  width: 15px;
  height: 18px;
  margin-left: 4px;
}

.e-text-html b {
  font-weight: 600;
}

.e-text-html u {
  text-decoration: underline;
}

.e-text-html ul {
  margin-block-start: 16px;
  margin-block-end: 16px;
}

.e-text-html ol {
  padding-left: 28px;
  margin-block-start: 16px;
  margin-block-end: 16px;
  list-style-type: auto;
}

.e-text-html ol li {
  list-style: decimal;
}

.e-text-html ol li:not(:last-child) {
  margin-bottom: 12px;
}

.e-text-html ul li:not(:last-child) {
  margin-bottom: 12px;
}

.e-text-html ul li {
  position: relative;
  list-style: none;
  padding-left: 28px;
}

.e-text-html ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  top: 11px;
  left: 10px;
  background-color: #333f48;
}

.e-what {
  padding: 48px 0;
  background: linear-gradient(
    92.81deg,
    #20b297 -0.57%,
    #52dbb5 47.43%,
    #96c82c 100%
  );
}

.e-what__block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 100px;
}

.e-what__main-title {
  max-width: 212px;
  width: 100%;
  font-family: "SB Sans Display", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #ffffff;
}

.e-what__side-title {
  font-family: "SB Sans Text", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
}

.e-what__side-text {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: "SB Sans Text", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}

.e-what__side-text-last {
  margin-top: 8px;
}

.e-what__side-text-last a {
  text-decoration: underline;
}

.e-timeline {
  padding: 64px 0px;
  margin-bottom: 64px;
  background: radial-gradient(
      18.15% 87.21% at 3.58% 91.2%,
      rgba(90, 176, 255, 0.2) 0%,
      rgba(90, 176, 255, 0) 100%
    ),
    radial-gradient(
      57.65% 139.46% at 60.54% 12.53%,
      rgba(90, 177, 255, 0.28) 0%,
      rgba(90, 176, 255, 0) 100%
    ),
    radial-gradient(
      31.69% 123.37% at 33.04% 2.47%,
      rgba(49, 194, 167, 0.68) 0%,
      rgba(33, 161, 154, 0) 100%
    ),
    linear-gradient(91.79deg, #21ba72 16.79%, #5ab0ff 110.52%), #f6f6f6;
}

.e-timeline.digital-e-timeline {
  margin-bottom: 0;
}

.e-timeline-item {
  display: flex;
  padding: 20px 48px 20px 40px;
  background: radial-gradient(
      20.88% 269.37% at 19.53% 50%,
      rgba(187, 225, 254, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.e-timeline-item:not(:last-child) {
  margin-bottom: 8px;
}

.e-timeline-date {
  width: 248px;
  flex: none;
  margin-right: 24px;
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  padding-top: 8px;
  font-size: 18px;
  line-height: 24px;
  color: #1164c0;
}

.e-timeline-html .head {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.e-timeline-html p:not(.head) {
  font-size: 16px;
  line-height: 22px;
  margin-top: 8px;
  color: #000000;
}

.e-timeline-html p {
  margin-block-start: 8px;
  margin-block-end: 8px;
}

.e-timeline-html h1 {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #333f48;
  margin-block-start: 8px;
  margin-block-end: 8px;
}

.e-timeline-html h2 {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #333f48;
  margin-block-start: 8px;
  margin-block-end: 8px;
}

.e-timeline-html ul {
  margin-block-start: 16px;
  margin-block-end: 16px;
}

.e-timeline-html u {
  text-decoration: underline;
}

.e-timeline-html ol {
  padding-left: 28px;
  margin-block-start: 16px;
  margin-block-end: 16px;
}

.e-timeline-html ol {
  list-style: decimal;
}

.e-timeline-html ol li:not(:last-child) {
  margin-bottom: 12px;
}

.e-timeline-html ul li:not(:last-child) {
  margin-bottom: 12px;
}

.e-timeline-html ul li {
  position: relative;
  list-style: none;
  padding-left: 28px;
}

.e-timeline-html ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  top: 11px;
  left: 10px;
  background-color: #333f48;
}

.e-timeline-html b {
  font-weight: 600;
}

.e-timeline-html h3 {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #333f48;
  margin-block-start: 8px;
  margin-block-end: 8px;
}

.e-timeline-html h4 {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333f48;
  margin-block-start: 8px;
  margin-block-end: 8px;
}

.e-timeline-html h5 {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333f48;
  margin-block-start: 8px;
  margin-block-end: 8px;
}

.e-timeline-html h6 {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333f48;
  margin-block-start: 8px;
  margin-block-end: 8px;
}

.e-timeline-html i {
  font-style: italic;
}

.e-timeline-html a {
  color: #21ba72;
}

.e-timeline-html a:hover {
  color: #209f6d;
  text-decoration: underline;
}

.e-text-html a[data-icon="pdf"]:after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/v2/assets/img/icon-pdf.svg);
  width: 15px;
  height: 18px;
  margin-left: 4px;
}

.e-tags {
  display: flex;
  margin: 64px 0px;
}

.e-tags-content {
  position: relative;
  width: 600px;
  z-index: 1;
}

.e-tags-title {
  font-family: "SB Sans Display";
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 32px;
  color: #000000;
}

.e-tags-list {
  font-size: 0px;
  margin: -4px;
}

.e-tags-list span {
  display: inline-block;
  border-radius: 8px;
  padding: 12px;
  background-color: #f5f5f5;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin: 4px;
}

.e-tags-image {
  display: flex;
  position: relative;
  margin-left: auto;
  flex: none;
}

.e-tags-image img {
  position: absolute;
  max-width: 535px;
  right: 0px;
  bottom: -40px;
}

.e-tags-text {
  font-size: 10px;
  line-height: 14px;
  color: #878b90;
  margin-top: 32px;
}

.e-faq-item:not(:last-child) {
  margin-bottom: 16px;
}

.e-faq-header {
  border: 1px solid #c4c4c4;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition: background 200ms;
}

.e-faq-item-show .e-faq-header {
  background-color: #f6f6f6;
  border-radius: 16px 16px 0px 0px;
  border-bottom: none;
}

.e-faq-header:hover {
  background-color: #f6f6f6;
}

.e-faq-header span {
  font-family: "SB Sans Display", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  padding-right: 20px;
}

.e-faq-header span i {
  font-style: italic;
}

.e-faq-header span u {
  text-decoration: underline;
}

.e-faq-header span a {
  color: #21ba72;
}

.e-faq-header span a:hover {
  color: #209f6d;
  text-decoration: underline;
}

.e-faq-header svg {
  width: 24px;
  height: auto;
  transition: transform 200ms;
  flex: none;
}

.e-faq-item-show .e-faq-header svg {
  transform: rotate(180deg);
}

.e-faq-content {
  display: none;
  border-radius: 0px 0px 16px 16px;
  border: 1px solid #c4c4c4;
  padding: 8px 32px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.e-faq-content a {
  color: #21ba72;
  transition: color 0.2s;
  text-decoration: none;
}

.e-faq-content a:hover {
  color: #209f6d;
  text-decoration: underline;
}

.e-faq-content b {
  font-weight: 600;
}

.e-faq-content i {
  font-style: italic;
}

.e-faq-content u {
  text-decoration: underline;
}

.e-faq-content ul {
  margin-block-start: 24px;
  margin-block-end: 24px;
}

.e-faq-content h1 {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #333f48;
}

.e-faq-content h2 {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #333f48;
}

.e-faq-content h3 {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #333f48;
}

.e-faq-content h4 {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333f48;
}

.e-faq-content h5 {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333f48;
}

.e-faq-content h6 {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333f48;
}

.e-faq-content ol {
  padding-left: 28px;
  margin-block-start: 24px;
  margin-block-end: 24px;
}

.e-faq-content ol li:not(:last-child) {
  margin-bottom: 12px;
}

.e-faq-content ol li {
  list-style-type: auto;
}

.e-faq-content ul li:not(:last-child) {
  margin-bottom: 12px;
}

.e-faq-content ul li {
  position: relative;
  list-style: none;
  padding-left: 28px;
}

.e-faq-content ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  top: 11px;
  left: 10px;
  background-color: #333f48;
}

.e-faq-content h1 {
  margin-block-start: 24px;
  margin-block-end: 24px;
}

.e-faq-content h2 {
  margin-block-start: 24px;
  margin-block-end: 24px;
}

.e-faq-content h3 {
  margin-block-start: 24px;
  margin-block-end: 24px;
}

.e-faq-content h4 {
  margin-block-start: 24px;
  margin-block-end: 24px;
}

.e-faq-content h5 {
  margin-block-start: 24px;
  margin-block-end: 24px;
}

.e-faq-content h6 {
  margin-block-start: 24px;
  margin-block-end: 24px;
}

.e-faq-content p {
  margin-block-start: 24px;
  margin-block-end: 24px;
}

.e-faq-item-show .e-faq-content {
  display: block;
}

.e-faq {
  margin-top: 32px;
  padding-bottom: 64px;
}

.e-faq-title {
  font-family: "SB Sans Display";
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #000000;
  margin-bottom: 32px;
}

.e-faq-block {
  position: relative;
  background: #f6f6f6;
  border-radius: 16px;
  text-align: center;
  padding: 32px;
  margin-top: 32px;
}

.e-faq-block-title {
  font-family: "SB Sans Display";
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.e-faq-block-subtitle {
  font-size: 16px;
  line-height: 22px;
  margin-top: 8px;
  color: #000000;
}

.e-faq-block-button {
  margin-top: 32px;
}

.e-faq-block-button span {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0px 32px;
  background: #21ba72;
  border-radius: 32px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  transition: background 200ms;
  cursor: pointer;
}

.e-faq-block-button span:hover {
  background: #209f6d;
}

.e-faq-icon-1 {
  position: absolute;
  width: 170px;
  height: auto;
  top: -10px;
  left: 60px;
}

.e-faq-icon-2 {
  position: absolute;
  width: 257px;
  height: auto;
  right: 40px;
  top: -25px;
}

.e-faq-block-green {
  background: linear-gradient(
      126.66deg,
      #34a2e1 22.09%,
      #31b4bb 49.09%,
      #6cdaab 82.15%
    ),
    linear-gradient(266.49deg, #aabafd 6%, #dfe5fc 84.45%), #fed094;
}

.e-faq-block-green .e-faq-block-title {
  color: #fff;
}

.e-faq-block-green .e-faq-block-subtitle {
  color: #fff;
}

.e-faq-block-green .e-faq-block-button span {
  color: #000000;
  background-color: #fff;
}

.e-faq-block-green .e-faq-block-button span:hover {
  background: #21ba72;
  color: #fff;
  text-decoration: none;
}

.e-faq-green-icon-1 {
  position: absolute;
  top: 10px;
  right: 10px;
}

.e-faq-green-icon-1 img {
  width: 105px;
  height: auto;
}

.e-faq-green-icon-2 {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.e-faq-green-icon-2 img {
  width: 118px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .e-faq-block-green.e-faq-block {
    padding-top: 32px;
    padding-bottom: 32px;
    min-height: 220px;
  }

  .e-faq-block-green .e-faq-info {
    padding-right: 90px;
  }
}

@media screen and (min-width: 768px) {
  .e-faq-green-icon-1 img {
    width: 153px;
  }

  .e-faq-green-icon-1 {
    right: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .e-faq-green-icon-2 img {
    width: 179px;
  }

  .e-faq-green-icon-2 {
    bottom: 5px;
  }
}

@media screen and (min-width: 1200px) {
  .e-faq-green-icon-2 img {
    width: 193px;
  }

  .e-faq-green-icon-1 img {
    width: 224px;
  }

  .e-faq-green-icon-1 {
    left: -8px;
    top: -10px;
    transform: none;
  }

  .e-faq-green-icon-2 {
    bottom: auto;
    top: -20px;
  }
}

@media screen and (min-width: 1920px) {
  .e-faq-green-icon-2 {
    right: 60px;
  }
}

.e-faq-info {
  max-width: 600px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}

.e-promo-slider {
  position: relative;
  margin-bottom: 64px;
}

.e-promo-slider-container {
  touch-action: pan-y;
  overflow: hidden;
}

.e-promo-slider-container .swiper-wrapper {
  display: flex;
  transition-property: transform;
  transform: translate3d(0px, 0, 0);
  cursor: grab;
}

.e-promo-slider-container .swiper-slide {
  width: 100%;
  flex-shrink: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform;
  overflow: hidden;
  border-radius: 16px;
}

.e-promo-slider-container a {
  display: block;
  transition: opacity 200ms;
}

.e-promo-slider-container a:hover {
  opacity: 0.8;
}

.e-promo-slider-container img {
  display: block;
  width: 100%;
  height: auto;
}

.e-promo-slider-prev {
  position: absolute;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  top: calc(50% - 25px);
  left: -25px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0px 2px 4px rgb(52 64 75 / 6%), 0px 2px 4px rgb(52 64 75 / 6%);
}

.e-promo-slider-prev:hover svg {
  color: #21ba72;
}

.e-promo-slider-prev svg {
  position: relative;
  display: block;
  width: 13px;
  height: auto;
  left: -2px;
  transition: 0.3s;
}

.e-promo-slider-next {
  display: flex;
  position: absolute;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  top: calc(50% - 25px);
  right: -25px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0px 2px 4px rgb(52 64 75 / 6%), 0px 2px 4px rgb(52 64 75 / 6%);
}

.e-promo-slider-next svg {
  position: relative;
  display: block;
  width: 13px;
  height: auto;
  right: -2px;
  transition: 0.3s;
}

.e-promo-slider-next:hover svg {
  color: #21ba72;
}

.e-promo-slider .swiper-button-disabled {
  opacity: 0;
}

.e-promo-slider-pagen {
  margin-top: 24px;
  justify-content: center;
  display: none;
}

.e-promo-slider-pagen .swiper-pagination-bullet {
  background-color: #c4c4c4;
  margin: 0 8px !important;
  opacity: 1;
}

.e-promo-slider-pagen .swiper-pagination-bullet-active {
  background-color: #21ba72;
}

.e-partners {
  padding-bottom: 64px;
}

.e-partners-title {
  font-family: "SB Sans Display";
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 32px;
  color: #000000;
}

.e-partners-slider {
  position: relative;
}

.e-partners-slider-container {
  touch-action: pan-y;
  overflow: hidden;
}

.e-partners-slide {
  width: 20%;
}

.e-partners-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0px 15px;
}

.e-partners-slide img {
  width: 75%;
  object-fit: contain;
  object-position: center;
  height: 120px;
}

.e-partners-slide span {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  margin-top: 25px;
  display: none;
}

.e-partners-slider-prev {
  display: flex;
  position: absolute;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  top: calc(50% - 25px);
  left: -16px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0px 2px 4px rgb(52 64 75 / 6%), 0px 2px 4px rgb(52 64 75 / 6%);
}

.e-partners-slider-prev svg {
  position: relative;
  display: block;
  width: 13px;
  height: auto;
  left: -2px;
}

.e-partners-slider-prev:hover svg path {
  stroke: #21ba72;
}

.e-partners-slider-next {
  display: flex;
  position: absolute;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  top: calc(50% - 25px);
  right: -16px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0px 2px 4px rgb(52 64 75 / 6%), 0px 2px 4px rgb(52 64 75 / 6%);
}

.e-partners-slider-next svg {
  position: relative;
  display: block;
  width: 13px;
  height: auto;
  right: -2px;
}

.e-partners-slider-next:hover svg path {
  stroke: #21ba72;
}

.e-partners-slider .swiper-button-disabled {
  opacity: 0;
}

.e-team-title {
  font-family: "SB Sans Display";
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 32px;
  color: #000000;
}

.e-team-item {
  width: calc(25% - 24px);
  margin: 16px 12px;
  text-align: center;
}

.e-team-slider {
  display: none;
}

.e-team-photo img {
  border-radius: 50%;
  width: 96px;
  height: 96px;
  object-fit: cover;
  margin: 0px auto;
}

.e-team-list {
  display: flex;
  flex-wrap: wrap;
  margin: -16px -12px;
}

.e-team-photo {
  margin-bottom: 16px;
}

.e-team-name {
  font-family: "SB Sans Text";
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.e-team-work {
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
  color: #878b90;
}

.e-team {
  padding-bottom: 64px;
}

.e-team-slider-pagen {
  display: flex;
  margin-top: 24px;
  justify-content: center;
}

.e-team-slider-pagen .swiper-pagination-bullet {
  background-color: #c4c4c4;
  margin: 0 8px !important;
  opacity: 1;
}

.e-team-slider-pagen .swiper-pagination-bullet-active {
  background-color: #21ba72;
}

.e-docs {
  padding-bottom: 64px;
/*padding-top:64px;*/
}

.e-docs-title {
  font-family: "SB Sans Display";
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 32px;
  color: #000000;
}

.e-docs-list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}

.e-docs-item {
  display: flex;
  align-items: center;
  margin: 8px;
  padding: 12px 16px;
  width: calc(25% - 16px);
  border: 1px solid #c4c4c4;
  border-radius: 16px;
  transition: border 200ms;
}

.e-docs-item:hover {
  border: 1px solid #209f6d;
}

.e-docs-name {
  font-size: 14px;
  line-height: 20px;
  padding-right: 12px;
  color: #000000;
}

.e-docs-icon {
  width: 40px;
  flex: none;
  margin-left: auto;
}

.e-banner {
  padding-bottom: 64px;
}

.e-banner a {
  transition: opacity 200ms;
}

.e-banner a:hover {
  opacity: 0.8;
}

.e-banner img {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  height: auto;
  width: 100%;
}

.e-form {
  margin-bottom: 64px;
  padding: 64px 0px;
  background: linear-gradient(
      91.79deg,
      rgba(33, 186, 114, 0.1) 16.79%,
      rgba(90, 176, 255, 0.1) 110.52%
    ),
    #ffffff;
}

.e-form-title {
  font-family: "SB Sans Display";
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #000000;
}

.e-form-text {
  font-size: 18px;
  line-height: 24px;
  color: #878b90;
  margin-top: 16px;
}

.e-form-text p:not(:first-child) {
  margin-top: 16px;
}

.e-form-text a {
  color: #21ba72;
}

.e-form-text a:hover {
  color: #209f6d;
  text-decoration: underline;
}

.e-form-text b {
  font-weight: 600;
}

.e-form-text u {
  text-decoration: underline;
}

.e-form-text a[data-icon="pdf"]:after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/v2/assets/img/icon-pdf.svg);
  width: 15px;
  height: 18px;
  margin-left: 4px;
}

.e-form-head {
  margin-bottom: 48px;
}

.e-form-columns {
  display: flex;
}

.e-form-steps {
  width: 288px;
  margin-right: 24px;
  flex: none;
}

.e-form-steps-title {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 32px;
  text-transform: uppercase;
  color: #333f48;
}

.e-form-steps-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #aaafb7;
  width: 19px;
  height: 19px;
  border: 1.5px solid #aaafb7;
  border-radius: 4px;
  flex: none;
  margin-right: 10px;
  transition: border 200ms, color 200ms;
}

.e-form-steps-num svg {
  display: none;
}

.e-form-steps-text {
  font-size: 16px;
  line-height: 22px;
  color: #aaafb7;
  transition: color 200ms;
}

.e-form-steps-item {
  display: flex;
  align-items: center;
}

.e-form-steps-item:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e1e5ea;
}

.e-form-steps-active .e-form-steps-num {
  color: #333f48;
  border-color: #333f48;
}

.e-form-steps-active .e-form-steps-text {
  color: #333f48;
}

.e-form-steps-done .e-form-steps-text {
  color: #21ba72;
}

.e-form-steps-done .e-form-steps-num {
  color: #21ba72;
  border-color: #21ba72;
  font-size: 0px;
}

.e-form-steps-done .e-form-steps-num svg {
  display: block;
}

.e-form-content {
  width: calc(100% - 312px);
  background: #ffffff;
  border-radius: 16px;
  padding: 48px 32px;
}

.e-form-content-title {
  font-family: "SB Sans Display";
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
  color: #333f48;
}

.e-form-tab {
  display: none;
}

.e-form-tab-active {
  display: block;
}

.e-form-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #333f48;
  margin-bottom: 16px;
}

.e-form-select {
  position: relative;
  width: 100%;
}

.e-form-select select {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}

.e-form-select-value {
  display: flex;
  align-items: center;
  border: 1px solid #c4c4c4;
  height: 40px;
  border-radius: 40px;
  padding: 0px 16px;
  transition: all 200ms;
  cursor: pointer;
}

.e-form-select-show .e-form-select-value {
  border: 1px solid #209f6d;
}

.e-form-select-arrow {
  width: 16px;
  margin-left: auto;
  flex: none;
  transition: transform 200ms;
}

.e-form-select-show .e-form-select-arrow {
  transform: rotate(180deg);
}

.e-form-select-text {
  font-size: 14px;
  color: #333f48;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.e-form-select-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 4px 2px rgba(157, 157, 157, 0.15);
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  background-color: #ffffff;
  transition: all 200ms;
  z-index: 1;
}

.e-form-select-show .e-form-select-dropdown {
  opacity: 1;
  visibility: visible;
}

.e-form-select-search {
  position: relative;
  margin-bottom: 8px;
}

.e-form-select-search input {
  font-family: "SB Sans Text";
  border: 1px solid #e1e5ea;
  border-radius: 8px;
  height: 40px;
  font-size: 14px;
  padding: 0px;
  width: 100%;
  padding-left: 36px;
  color: #333f48;
}

.e-form-select-search svg {
  position: absolute;
  top: calc(50% - 8px);
  left: 12px;
  width: 16px;
  pointer-events: none;
}

.e-form-submit {
  margin-top: 40px;
  text-align: center;
}

.e-form-submit.is-back {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.e-form-submit.is-back span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  height: 40px;
  border-radius: 32px;
  padding: 0px 32px;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  transition: color 200ms;
  cursor: pointer;
}

.e-form-submit.is-back span:hover {
  color: #209f6d;
}

.e-form-submit button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0px 32px;
  background: #21ba72;
  border-radius: 32px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  transition: background 200ms;
  cursor: pointer;
  font-family: "SB Sans Text";
}

.e-form-submit button:hover {
  background: #209f6d;
}

.e-form-select-items {
  overflow-y: scroll;
  height: 100%;
  padding-right: 8px;
  scrollbar-color: #21ba72 transparent;
  scrollbar-width: thin;
}

.e-form-select-items::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 999px;
}

.e-form-select-items::-webkit-scrollbar-thumb {
  height: 8px;
  width: 8px;
  background: #21ba72;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  border-radius: 999px;
}

.e-form-select-items::-webkit-scrollbar-thumb:hover {
  height: 8px;
  width: 8px;
  background: #21ba72;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  border-radius: 999px;
}

.e-form-select-items::-moz-scrollbar-button:decrement,
.e-form-select-items::-moz-scrollbar-button:increment,
.e-form-select-items::-moz-scrollbar-button:vertical:start:decrement,
.e-form-select-items::-moz-scrollbar-button:vertical:end:increment,
.e-form-select-items::-moz-scrollbar-button:horizontal:start:decrement,
.e-form-select-items::-moz-scrollbar-button:horizontal:end:increment,
.e-form-select-items::-webkit-scrollbar-button:vertical:start:decrement,
.e-form-select-items::-webkit-scrollbar-button:vertical:end:increment,
.e-form-select-items::-webkit-scrollbar-button:horizontal:start:decrement,
.e-form-select-items::-webkit-scrollbar-button:horizontal:end:increment {
  width: 0px !important;
  height: 0px !important;
}

.e-form-select-dropdown-180 .e-form-select-items {
  max-height: 180px;
}

.e-form-select-item {
  font-size: 14px;
  line-height: 20px;
  color: #333f48;
  padding: 8px 12px;
  transition: color 200ms;
  cursor: pointer;
}

.e-form-select-item:hover {
  color: #209f6d;
}

.e-form-item {
  width: calc(50% - 8px);
}

.e-form-item-input {
  border: 1px solid #c4c4c4;
  height: 40px;
  width: 100%;
  border-radius: 40px;
  padding: 0px 16px;
  font-size: 14px;
  color: #333f48;
  transition: all 200ms;
  font-family: "SB Sans Text", sans-serif;
}

.e-form-item-input:focus {
  border: 1px solid #209f6d;
}

.e-form-items {
  display: flex;
}

.e-form-item:not(:first-child) {
  margin-left: auto;
}

.e-form-row:not(:first-child) {
  margin-top: 32px;
}

.e-form-final-image svg {
  width: 203px;
  margin: 0px auto;
}

.e-form-final-image {
  margin-bottom: 32px;
}

.e-form-final-title {
  font-family: "SB Sans Display";
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 16px;
  color: #333f48;
}

.e-form-final-text {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #333f48;
}

.e-form-item-radio-fake {
  position: relative;
}

.e-form-item-radio-fake input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}

.e-form-item-radio-fake span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 2px solid #e1e5ea;
  border-radius: 16px;
  flex: none;
  margin-right: 12px;
}

.e-form-item-radio-fake span:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #209f6d;
  opacity: 0;
  transition: opacity 200ms;
}

.e-form-item-radio-fake input:checked + span:before {
  opacity: 1;
}

.e-form-item-radio {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #333f48;
}

.e-form-item-radio:not(:first-child) {
  margin-left: 24px;
}

.e-form-row-stud-type-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.e-form-item-date-row {
  display: flex;
}

.e-form-item-date-row .e-form-select:last-child {
  margin-left: 8px;
  flex: none;
  width: 120px;
}

.e-form-text-green {
  font-size: 14px;
  line-height: 20px;
  color: #878b90;
  margin-top: 16px;
  margin-left: 17px;
}

.e-form-text-green ul {
  margin-block-start: 6px;
  margin-block-end: 6px;
}

.e-form-text-green ul li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin-block-start: 6px;
  margin-block-end: 6px;
}

.e-form-text-green ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  top: 8px;
  left: 6px;
  background-color: #878b90;
}

.e-form-text-green p {
  margin-block-start: 6px;
  margin-block-end: 6px;
}

.e-form-text-green a {
  text-decoration: underline;
}

.e-form-text-green a:hover {
  color: #209f6d;
}

.e-form-textarea {
  border: 1px solid #c4c4c4;
  border-radius: 12px;
  width: 100%;
  height: 200px;
  padding: 12px 16px;
  font-family: "SB Sans Text";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333f48;
  resize: none;
  transition: border 200ms;
}

.e-form-textarea:focus {
  border: 1px solid #209f6d;
}

.e-form-textarea-block {
  position: relative;
}

.e-form-textarea-note {
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #aaafb7;
  position: absolute;
  right: 16px;
  bottom: 12px;
  width: calc(100% - 32px);
  pointer-events: none;
}

.e-form-label-info {
  position: relative;
}

.e-form-label-info svg {
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 4px;
  width: 16px;
  color: #c4c4c4;
  transition: color 200ms;
  cursor: pointer;
}

.e-form-label-info:hover svg {
  color: #21ba72;
}

.e-form-label-info-modal {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms;
  padding: 16px;
  background: #eeeeff;
  font-size: 12px;
  line-height: 16px;
  border-radius: 8px;
  z-index: 1;
  font-weight: 400;
  text-transform: none;
  width: 562px;
  margin-left: 10px;
}

.e-form-label-info:hover .e-form-label-info-modal {
  opacity: 1;
  visibility: visible;
}

.e-form-text-green ul {
  margin-block-start: 6px;
  margin-block-end: 6px;
}

.e-form-label-info-modal ul li {
  position: relative;
  list-style: none;
  padding-left: 18px;
  margin-block-start: 2px;
  margin-block-end: 2px;
}

.e-form-label-info-modal ul li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  border-radius: 50%;
  top: 7px;
  left: 6px;
  background-color: #333f48;
}

.e-form-label-info-modal p {
  margin-block-start: 2px;
  margin-block-end: 2px;
}

.e-form-text-head {
  font-size: 14px;
  line-height: 140%;
  color: #333f48;
  margin-top: -8px;
}

.e-form-links-button span {
  display: inline-flex;
  align-items: center;
  background: #eeeeff;
  border: 1px solid #e1e1ff;
  box-shadow: 0px 2px 4px rgb(52 64 75 / 6%);
  border-radius: 32px;
  height: 32px;
  transition: opacity 200ms;
  padding: 0px 18px;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}

.e-form-links-button span:hover {
  opacity: 0.8;
}

.e-form-links-button svg {
  width: 16px;
  flex: none;
  margin-right: 8px;
}

.e-form-links {
  margin-top: 16px;
}

.e-form-links-button:not(:first-child) {
  margin-top: 16px;
}

.e-form-links input {
  border: 1px solid #c4c4c4;
  height: 40px;
  width: 100%;
  border-radius: 40px;
  padding: 0px 16px;
  font-size: 14px;
  color: #333f48;
  transition: all 200ms;
  font-family: "SB Sans Text", sans-serif;
}

.e-form-links input:focus {
  border: 1px solid #209f6d;
}

.e-form-links input:not(:first-child) {
  margin-top: 8px;
}

.follow-check {
  margin-top: 40px;
}

.follow-check span {
  width: 24px;
  height: 24px;
  left: 0px;
  top: 0px;
  background: #ffffff;
  border: 2px solid #c4c4c4;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 200ms;
  margin-right: 12px;
  flex: none;
}

.follow-check label:hover span {
  border-color: #209f6d;
}

.follow-check label input[type="checkbox"] {
  opacity: 0;
  width: 1px;
  height: 1px;
}

.follow-check label input[type="checkbox"]:checked + span {
  border-color: #209f6d;
  background-color: #209f6d;
}

.form__checkbox-label {
  display: flex;
  align-items: center;
}

.form__checkbox-label {
  font-family: "SB Sans Text";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #333f48;
}

.form__checkbox-label a {
  color: #21ba72;
  transition: 0.3s;
}

.form__checkbox-label a:hover {
  color: #209f6d;
  text-decoration: underline;
}

.e-form-file-block {
  position: relative;
}

.e-form-file-block .e-form-file-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  border: 0px;
  position: absolute;
}

.e-form-file-id {
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  border: 0px;
  position: absolute;
}

.e-form-row-file-disabled .e-form-label {
  opacity: 0.5;
}

.e-form-row-file-disabled .e-form-file-block {
  pointer-events: none;
  opacity: 0.5;
}

.e-form-file-block span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #eeeeff;
  border: 1px solid #e1e1ff;
  box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06);
  border-radius: 32px;
  font-size: 14px;
  padding: 0px 32px;
  color: #000000;
  transition: opacity 200ms;
  white-space: nowrap;
  cursor: pointer;
}

.e-form-file-block span:hover {
  opacity: 0.8;
}

.e-form-file-block span svg {
  width: 16px;
  flex: none;
  margin-right: 8px;
}

.e-form-file-text {
  font-size: 14px;
  line-height: 16px;
  color: #aaafb7;
}

.e-form-file {
  display: flex;
  align-items: center;
}

.e-form-file-block {
  flex: none;
  margin-right: 24px;
}

.e-form-textarea-small {
  border: 1px solid #c4c4c4;
  border-radius: 12px;
  width: 100%;
  height: 84px;
  padding: 12px 16px;
  font-family: "SB Sans Text";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333f48;
  resize: none;
  transition: border 200ms;
}

.e-form-textarea-small:focus {
  border: 1px solid #209f6d;
}

.e-form-text-head-gray {
  color: #aaafb7;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 16px;
}

.e-width-50 {
  max-width: 70%;
}

.e-form-more-button:not(:first-child) {
  margin-top: 16px;
}

.e-form-more-button span {
  display: inline-flex;
  align-items: center;
  background: #eeeeff;
  border: 1px solid #e1e1ff;
  box-shadow: 0px 2px 4px rgb(52 64 75 / 6%);
  border-radius: 32px;
  height: 32px;
  transition: opacity 200ms;
  padding: 0px 18px;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}

.e-form-more-button span:hover {
  opacity: 0.8;
}

.e-form-more-button svg {
  width: 16px;
  flex: none;
  margin-right: 8px;
}

.e-form-more input {
  border: 1px solid #e1e5ea;
  height: 40px;
  width: 100%;
  border-radius: 40px;
  padding: 0px 16px;
  font-size: 14px;
  color: #333f48;
  transition: all 200ms;
  font-family: "SB Sans Text", sans-serif;
}

.e-form-more input:focus {
  border: 1px solid #209f6d;
}

.e-form-more input:not(:first-child) {
  margin-top: 8px;
}

.e-form-file-loadin-percent {
  flex: none;
  margin-right: 4px;
}

.e-form-file-loadin-percent span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.e-form-file-loadin-percent span:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
}

.e-form-file-loadin {
  display: flex;
  align-items: center;
}

.e-form-file-loadin-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #878b90;
  margin-right: 8px;
  white-space: nowrap;
}

.e-form-file-loadin-name {
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #878b90;
}

.e-form-file-error {
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
  color: #ec1b28;
}

.e-form-file-error:empty {
  display: none;
}

.e-form-file-load {
  display: flex;
  align-items: center;
}

.e-form-file-load-name {
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  color: #209f6d;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.e-form-file-load-remove {
  flex: none;
  margin-left: 8px;
  color: #21ba72;
  transition: color 200ms;
  cursor: pointer;
}

.e-form-file-load-remove:hover {
  color: #209f6d;
}

.e-form-file-load-remove svg {
  width: 16px;
}

.e-form-authors:not(:first-child) {
  margin-top: 16px;
}

.e-form-authors span {
  display: inline-flex;
  align-items: center;
  background: #eeeeff;
  border: 1px solid #e1e1ff;
  box-shadow: 0px 2px 4px rgb(52 64 75 / 6%);
  border-radius: 32px;
  height: 32px;
  transition: opacity 200ms;
  padding: 0px 18px;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}

.e-form-authors span:hover {
  opacity: 0.8;
}

.e-form-authors svg {
  flex: none;
  width: 16px;
  margin-right: 8px;
}

.e-form-items + .e-form-items {
  margin-top: 16px;
}

.e-adv-block {
  margin-bottom: 64px;
}

.e-adv-content {
  display: flex;
  align-items: center;
  background: linear-gradient(
      126.66deg,
      #34a2e1 22.09%,
      #31b4bb 49.09%,
      #6cdaab 82.15%
    ),
    linear-gradient(266.49deg, #aabafd 6%, #dfe5fc 84.45%), #f6f6f6;
  border-radius: 16px;
  padding: 32px 82px;
  min-height: 230px;
  gap: 50px;
}

.e-adv-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  flex: none;
  margin-left: auto;
  height: 0;
}

.e-adv-image img {
  width: 100%;
  height: auto;
}

.e-adv-title {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}

.e-adv-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 16px;
}

.e-adv-text {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.e-adv-button {
  margin-top: auto;
  padding-top: 32px;
}

.e-adv-cont {
  display: flex;
  flex-direction: column;
  min-height: 166px;
  max-width: 560px;
}

.e-adv-button span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06);
  border-radius: 32px;
  height: 40px;
  font-size: 14px;
  line-height: 24px;
  padding: 0 32px;
  color: #000000;
  cursor: pointer;
  transition: color 300ms, background 300ms;
}

.e-adv-button span:hover {
  background: #21ba72;
  color: #fff;
  text-decoration: none;
}

.e-adv-select-list {
  position: absolute;
  top: calc(100% + 8px);
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 4px 2px rgba(157, 157, 157, 0.15);
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  background-color: #ffffff;
  transition: all 200ms;
  z-index: 1;
  min-width: max-content;
}

.e-adv-select {
  position: relative;
}

.e-adv-select-value {
  display: flex;
  align-items: center;
  border: 1px solid #e1e5ea;
  height: 40px;
  border-radius: 40px;
  padding: 0px 16px;
  transition: all 200ms;
  min-width: 150px;
  cursor: pointer;
}

.e-adv-select-value:hover {
  border-color: #fff;
}

.e-adv-select-show .e-adv-select-value {
  border-color: #fff;
}

.e-adv-select-value-text {
  font-size: 14px;
  color: #ffffff;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.e-adv-select-value-arrow {
  width: 16px;
  margin-left: auto;
  flex: none;
  transition: transform 200ms;
}

.e-adv-select-show .e-adv-select-value-arrow {
  transform: rotate(180deg);
}

.e-adv-select-list-items {
  overflow-y: scroll;
  height: 100%;
  padding-right: 8px;
  scrollbar-color: #21ba72 transparent;
  scrollbar-width: thin;
}

.e-adv-select-list-items::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 999px;
}

.e-adv-select-list-items::-webkit-scrollbar-thumb {
  height: 8px;
  width: 8px;
  background: #21ba72;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  border-radius: 999px;
}

.e-adv-select-list-items::-webkit-scrollbar-thumb:hover {
  height: 8px;
  width: 8px;
  background: #21ba72;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  border-radius: 999px;
}

.e-adv-select-list-items::-moz-scrollbar-button:decrement,
.e-adv-select-list-items::-moz-scrollbar-button:increment,
.e-adv-select-list-items::-moz-scrollbar-button:vertical:start:decrement,
.e-adv-select-list-items::-moz-scrollbar-button:vertical:end:increment,
.e-adv-select-list-items::-moz-scrollbar-button:horizontal:start:decrement,
.e-adv-select-list-items::-moz-scrollbar-button:horizontal:end:increment,
.e-adv-select-list-items::-webkit-scrollbar-button:vertical:start:decrement,
.e-adv-select-list-items::-webkit-scrollbar-button:vertical:end:increment,
.e-adv-select-list-items::-webkit-scrollbar-button:horizontal:start:decrement,
.e-adv-select-list-items::-webkit-scrollbar-button:horizontal:end:increment {
  width: 0px !important;
  height: 0px !important;
}

.e-adv-select-list-items {
  max-height: 180px;
}

.e-adv-select-list-item {
  font-size: 14px;
  line-height: 20px;
  color: #333f48;
  padding: 8px 12px;
  transition: color 200ms;
  cursor: pointer;
}

.e-adv-select-list-item:hover,
.e-adv-select-list-item.active {
  color: #209f6d;
}

.e-adv-select-show .e-adv-select-list {
  opacity: 1;
  visibility: visible;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  text-align: center;
  white-space: nowrap;
  background-color: hsl(0deg 0% 11.76% / 90%);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 40px 6px;
  box-sizing: border-box;
}

.modal:before {
  content: "";
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.modal-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  text-align: left;
  max-width: 1032px;
  width: 100%;
}

.modal-content {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 80px 40px 32px;
}

.modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 18px;
  height: 18px;
  color: #000000;
  inset: 40px 32px auto auto;
  cursor: pointer;
  transition: color 300ms;
}

.modal-close:hover {
  color: #21ba72;
}

.modal-content p {
  margin-block-start: 8px;
  margin-block-end: 8px;
}

.modal-content h1 {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #333f48;
  margin-block-start: 8px;
  margin-block-end: 8px;
}

.modal-content h2 {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #333f48;
  margin-block-start: 8px;
  margin-block-end: 8px;
}

.modal-content ul {
  margin-block-start: 16px;
  margin-block-end: 16px;
}

.modal-content u {
  text-decoration: underline;
}

.modal-content ol {
  padding-left: 28px;
  margin-block-start: 16px;
  margin-block-end: 16px;
}

.modal-content ol li {
  list-style-type: auto;
}

.modal-content ol li:not(:last-child) {
  margin-bottom: 12px;
}

.modal-content ul li:not(:last-child) {
  margin-bottom: 12px;
}

.modal-content ul li {
  position: relative;
  list-style: none;
  padding-left: 28px;
}

.modal-content ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  top: 11px;
  left: 10px;
  background-color: #333f48;
}

.modal-content b {
  font-weight: 600;
}

.modal-content h3 {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #333f48;
  margin-block-start: 8px;
  margin-block-end: 8px;
}

.modal-content h4 {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333f48;
  margin-block-start: 8px;
  margin-block-end: 8px;
}

.modal-content h5 {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333f48;
  margin-block-start: 8px;
  margin-block-end: 8px;
}

.modal-content h6 {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333f48;
  margin-block-start: 8px;
  margin-block-end: 8px;
}

.modal-content i {
  font-style: italic;
}

.modal-content a {
  color: #21ba72;
}

.modal-content a:hover {
  color: #209f6d;
  text-decoration: underline;
}

@media screen and (max-width: 1919px) {
  .e-adv-content {
    padding: 32px 15px 32px 60px;
  }
}

@media screen and (max-width: 1199px) {
  .e-adv-content {
    padding: 32px 40px;
    min-height: 290px;
  }

  .e-adv-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .e-adv-title {
    width: 100%;
  }

  .e-adv-cont {
    min-height: 226px;
  }

  .e-adv-image {
    width: 286px;
  }
}

@media screen and (max-width: 767px) {
  .e-adv-block {
    margin-bottom: 40px;
  }

  .e-adv-content {
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    gap: 20px;
  }

  .e-adv-image {
    width: 210px;
    margin: 0 auto;
    height: auto;
  }

  .e-adv-cont {
    min-height: auto;
    width: 100%;
  }

  .e-adv-title {
    font-size: 20px;
    line-height: 26px;
  }

  .e-adv-text {
    line-height: 20px;
  }

  .e-adv-button {
    padding-top: 24px;
  }

  .rlp-form + .e-adv-block {
    border-top: 1px solid rgb(196 196 196 / 35%);
    padding-top: 40px;
  }

  .modal-content h1 {
    font-size: 28px;
    line-height: 36px;
    padding-right: 30px;
  }

  .modal-content h2 {
    font-size: 24px;
    line-height: 30px;
    padding-right: 30px;
  }

  .modal-content h3 {
    font-size: 20px;
    line-height: 24px;
    padding-right: 30px;
  }

  .modal-content h4 {
    font-size: 18px;
    line-height: 24px;
    padding-right: 30px;
  }

  .modal-content h5 {
    font-size: 18px;
    line-height: 24px;
    padding-right: 30px;
  }

  .modal-content h6 {
    font-size: 18px;
    line-height: 24px;
    padding-right: 30px;
  }

  .modal-close {
    inset: 40px 24px auto auto;
  }

  .modal-content {
    padding: 24px;
  }

  .modal {
    padding: 6px;
  }
}

@media screen and (max-width: 550px) {
  .e-adv-select {
    width: 100%;
  }

  .e-adv-button span {
    width: 100%;
  }
}

@media screen and (max-width: 1919px) {
  .e-text-title {
    width: 238px;
  }

  .e-timeline-date {
    width: 200px;
  }

  .e-faq-info {
    max-width: 500px;
  }

  .e-form-steps {
    width: 240px;
  }

  .e-form-content {
    width: calc(100% - 264px);
  }

  .e-tags-image img {
    max-width: 406px;
    position: relative;
    bottom: auto;
  }
}

@media screen and (max-width: 1199px) {
  .e-top-banner {
    height: auto;
    padding-top: 64px;
    padding-bottom: 32px;
  }

  .e-top-banner-content {
    display: block;
  }

  .e-top-banner-image {
    height: auto;
    margin-top: 24px;
  }

  .e-top-banner-image img {
    max-height: 300px;
    max-width: 100%;
  }

  .e-top-banner-text {
    max-width: none;
  }

  .e-text-title {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .e-text {
    display: block;
  }

  .e-what__block {
    flex-direction: column;
    gap: 24px;
  }

  .e-what__main-title {
    max-width: none;
  }

  .e-timeline-date {
    width: 184px;
  }

  .e-timeline-item {
    background: radial-gradient(
        29.6% 105.1% at 20.4% 23.98%,
        rgba(187, 225, 254, 0.5) 0%,
        rgba(255, 255, 255, 0) 100%
      ),
      #ffffff;
    padding: 20px 32px;
  }

  .e-timeline-item:not(:last-child) {
    margin-bottom: 16px;
  }

  .e-tags {
    margin-bottom: 40px;
  }

  .e-tags-title {
    margin-bottom: 24px;
  }

  .e-tags-image img {
    max-width: 336px;
  }

  .e-tags-content {
    width: 456px;
  }

  .e-faq-icon-1 {
    width: 133px;
    top: 12px;
    left: 25px;
  }

  .e-faq-icon-2 {
    width: 180px;
    right: 10px;
    top: auto;
    bottom: -15px;
  }

  .e-partners-slide {
    width: 25%;
  }

  .e-partners-title {
    margin-bottom: 24px;
  }

  .e-team-item {
    width: calc(33.33333% - 24px);
  }

  .e-docs-item {
    width: calc(50% - 16px);
  }

  .e-form-columns {
    display: block;
  }

  .e-form-steps {
    width: 100%;
    margin-bottom: 24px;
  }

  .e-form-steps-text {
    font-size: 0px;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .e-form-steps-item {
    display: flex;
  }

  .e-form-steps-item:not(:last-child) {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    flex: 1;
  }

  .e-form-steps-list {
    display: flex;
  }

  .e-form-steps-num {
    margin-right: 0px;
  }

  .e-form-steps-item:not(:last-child) .e-form-steps-text:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e1e5ea;
    margin: 0px 24px;
    transition: background 200ms;
  }

  .e-form-steps-item.e-form-steps-done .e-form-steps-text:before {
    background-color: #21ba72;
  }

  .e-form-content {
    width: 100%;
  }

  .e-form-items-date {
    display: block;
  }

  .e-form-item.e-form-item-date:not(:first-child) {
    margin-left: 0px;
    margin-top: 32px;
    width: 100%;
  }

  .e-form-item-date-row .e-form-select:first-child {
    width: calc(50% - 8px);
  }

  .e-form-label-info-modal {
    width: 483px;
  }

  .follow-check {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .e-timeline-html h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .e-timeline-html h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .e-timeline-html h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .e-timeline-html h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .e-timeline-html h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .e-timeline-html h6 {
    font-size: 18px;
    line-height: 24px;
  }

  .e-text-html h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .e-text-html h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .e-text-html h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .e-text-html h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .e-text-html h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .e-text-html h6 {
    font-size: 18px;
    line-height: 24px;
  }

  .e-faq-content ol {
    margin-block-start: 18px;
    margin-block-end: 18px;
  }

  .e-faq-content ul {
    margin-block-start: 18px;
    margin-block-end: 18px;
  }

  .e-faq-content h1 {
    font-size: 28px;
    line-height: 36px;
    margin-block-start: 18px;
    margin-block-end: 18px;
  }

  .e-faq-content h2 {
    font-size: 24px;
    line-height: 30px;
    margin-block-start: 18px;
    margin-block-end: 18px;
  }

  .e-faq-content h3 {
    font-size: 20px;
    line-height: 24px;
    margin-block-start: 18px;
    margin-block-end: 18px;
  }

  .e-faq-content h4 {
    font-size: 18px;
    line-height: 24px;
    margin-block-start: 18px;
    margin-block-end: 18px;
  }

  .e-faq-content h5 {
    font-size: 18px;
    line-height: 24px;
    margin-block-start: 18px;
    margin-block-end: 18px;
  }

  .e-faq-content h6 {
    font-size: 18px;
    line-height: 24px;
    margin-block-start: 18px;
    margin-block-end: 18px;
  }

  .e-faq-content p {
    margin-block-start: 18px;
    margin-block-end: 18px;
  }

  .e-top-banner-image img {
    margin: 0px auto;
  }

  .e-top-banner {
    height: auto;
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .e-top-banner-title {
    font-size: 28px;
    line-height: 36px;
  }

  .e-text {
    padding-top: 8px;
    padding-bottom: 40px;
  }

  .e-text-html {
    font-size: 14px;
    line-height: 20px;
  }

  .e-timeline {
    padding: 40px 0px;
    margin-bottom: 40px;
  }

  .e-timeline-item {
    display: block;
    padding: 24px;
    background: radial-gradient(
        79.76% 81.93% at 20.4% 23.98%,
        rgba(187, 225, 254, 0.5) 0%,
        rgba(255, 255, 255, 0) 100%
      ),
      #ffffff;
  }

  .e-timeline-date {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 24px;
    line-height: 24px;
    padding-top: 0;
  }

  .e-timeline-html p:not(.head) {
    line-height: 20px;
  }

  .e-tags {
    display: block;
    padding-top: 0px;
    margin-top: 0px;
  }

  .e-tags-content {
    padding: 0px;
    width: 100%;
  }

  .e-tags-image {
    margin-top: 24px;
  }

  .e-tags-image img {
    position: relative;
    margin: 0px auto;
    width: 100%;
  }

  .e-faq {
    padding-bottom: 40px;
  }

  .e-faq-content {
    padding: 0px 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .e-faq-header {
    padding: 26px 16px;
  }

  .e-faq-header span {
    font-size: 14px;
    line-height: 20px;
  }

  .e-faq-item:not(:last-child) {
    margin-bottom: 12px;
  }

  .e-faq-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 24px;
  }

  .e-faq-block {
    border-radius: 0px;
    margin: 24px -24px 0px -24px;
    padding: 24px;
  }

  .e-faq-block-subtitle {
    line-height: 20px;
  }

  .e-faq-block-button {
    margin-top: 34px;
  }

  .e-faq-info {
    text-align: left;
    max-width: 100%;
    padding-right: 50px;
    margin: 0px;
  }

  .e-faq-icon-2 {
    width: 90px;
    right: 10px;
    top: -15px;
    bottom: auto;
  }

  .e-faq-icon-1 {
    right: 10px;
    bottom: 10px;
    width: 80px;
    top: auto;
    left: auto;
  }

  .e-promo-slider {
    margin-bottom: 40px;
  }

  .e-promo-slider-prev {
    display: none;
  }

  .e-promo-slider-next {
    display: none;
  }

  .e-promo-slider-pagen {
    display: flex;
  }

  .e-partners-slide {
    width: 150px;
  }

  .e-partners-slider-prev {
    display: none;
  }

  .e-partners-slider-next {
    display: none;
  }

  .e-partners-slider {
    overflow: hidden;
    margin: 0px -24px;
    padding: 0px 24px;
  }

  .e-partners-slider-container {
    overflow: visible;
  }

  .e-partners-slide span {
    margin-top: 10px;
  }

  .e-partners {
    padding-bottom: 40px;
  }

  .e-partners-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }

  .e-team-title {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 36px;
  }

  .e-team-list {
    display: none;
  }

  .e-team-slider {
    display: block;
  }

  .e-team {
    padding-bottom: 40px;
  }

  .e-team-slide {
    width: 285px;
  }

  .e-team-slide:not(:last-child) {
    margin-right: 24px;
  }

  .e-team-item {
    display: flex;
    text-align: left;
    width: 100%;
    margin: 0px;
  }

  .e-team-cont {
    padding-top: 10px;
  }

  .e-team-item:not(:last-child) {
    margin-bottom: 16px;
  }

  .e-team-photo {
    margin-bottom: 0px;
    margin-right: 16px;
    flex: none;
  }

  .e-team-photo img {
    width: 72px;
    height: 72px;
  }

  .e-docs {
    padding-bottom: 40px;
  }

  .e-docs-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 24px;
  }

  .e-docs-item {
    width: 100%;
  }

  .e-banner {
    padding-bottom: 40px;
    margin: 0px -24px 40px;
    padding: 32px 24px;
    background-color: #edf7fb;
  }

  .e-form {
    margin-bottom: 40px;
    padding: 40px 0px 0px 0px;
  }

  .e-form-title {
    font-size: 28px;
    line-height: 36px;
  }

  .e-form-text {
    font-size: 18px;
    line-height: 22px;
    margin-top: 16px;
  }

  .e-form-head {
    margin-bottom: 32px;
  }

  .e-form-steps-title {
    margin-bottom: 24px;
  }

  .e-form-content {
    margin: 0px -24px;
    padding: 32px 24px 0px 24px;
    border-radius: 0px;
    width: auto;
  }

  .e-form-content-title {
    margin-bottom: 32px;
  }

  .e-form-items {
    display: block;
  }

  .e-form-item {
    width: 100%;
  }

  .e-form-item:not(:first-child) {
    margin-top: 8px;
  }

  .e-form-submit {
    margin-top: 32px;
  }

  .e-form-submit button {
    width: 100%;
  }

  .e-form-item-date-row {
    display: block;
  }

  .e-form-item-date-row .e-form-select:first-child {
    width: 100%;
  }

  .e-form-item-date-row .e-form-select:last-child {
    width: 100%;
    margin-left: 0px;
    margin-top: 8px;
  }

  .e-form-label-info-modal {
    display: none;
  }

  .e-form-links-button span {
    width: 100%;
  }

  .e-form-file {
    display: block;
  }

  .e-form-row-file-disabled .e-form-file-block {
    margin-right: 0px;
  }

  .e-form-file-block span {
    width: 100%;
  }

  .e-form-file-text {
    margin-top: 16px;
  }

  .e-width-50 {
    max-width: none;
  }

  .e-tags-text {
    margin-top: 24px;
  }

  .e-form-submit.is-back {
    flex-direction: column;
  }

  .e-form-submit.is-back span {
    order: 1;
    width: 100%;
    margin-top: 16px;
  }

  .e-form-textarea-mobile-full {
    height: 270px;
  }

  .e-form-item-other {
    margin-top: 32px !important;
  }
}

.e-form-item .suggestions-wrapper {
  position: relative;
}

.e-form-item .suggestions-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  box-shadow: 0px 0px 4px 2px rgb(157 157 157 / 15%);
  border-radius: 8px;
  border: none;
  padding: 16px;
  width: 100%;
  background-color: #ffffff;
  transition: all 200ms;
  z-index: 1;
}

.e-form-item .suggestions-suggestion {
  font-size: 14px;
  line-height: 20px;
  color: #333f48;
  padding: 4px 12px;
  transition: color 200ms;
  cursor: pointer;
}

.e-form-item .suggestions-suggestion:hover {
  color: #209f6d;
}

.e-form-item .suggestions-hint {
  font-size: 14px;
  line-height: 20px;
  color: #333f48;
}

.e-form-item .suggestions-promo {
  display: none !important;
}

.fancybox-slide--pdf .fancybox-content {
  max-width: none;
}

.e-form-item.error .e-form-select-value {
  border-color: rgb(236, 27, 40);
}

.e-form-item.error .e-form-item-input {
  border-color: rgb(236, 27, 40);
}

.err-text {
  display: none;
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
  color: #ec1b28;
}

.e-form-row.error .err-text {
  display: block;
}

.e-form-file.error + .err-text {
  display: block;
}

.e-form-textarea-block.error .e-form-textarea {
  border-color: rgb(236, 27, 40);
}

.e-form-select.error .e-form-select-value {
  border-color: rgb(236, 27, 40);
}

.e-form-links.error input[required] {
  border-color: rgb(236, 27, 40);
}

.follow-check.error span {
  border-color: rgb(236, 27, 40);
}

.e-form-full.error .e-form-item-input {
  border-color: rgb(236, 27, 40);
}

.e-form-textarea-small.error {
  border-color: rgb(236, 27, 40);
}

.e-form-more input[required].error {
  border-color: rgb(236, 27, 40);
}

.e-form-multi {
  position: relative;
}

.e-form-multi-select {
  display: flex;
  align-items: center;
  border: 1px solid #c4c4c4;
  height: 40px;
  border-radius: 40px;
  padding: 0px 16px;
  transition: all 200ms;
  cursor: pointer;
}

.e-form-multi-value {
  font-size: 14px;
  color: #333f48;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.e-form-multi-arrow {
  width: 16px;
  margin-left: 6px;
  flex: none;
  transition: transform 200ms;
}

.e-form-multi-show .e-form-multi-arrow {
  transform: rotate(180deg);
}

.e-form-multi-show .e-form-multi-select {
  border: 1px solid #209f6d;
}

.e-form-multi-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 4px 2px rgba(157, 157, 157, 0.15);
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  background-color: #ffffff;
  transition: all 200ms;
  z-index: 1;
}

.e-form-multi-show .e-form-multi-dropdown {
  opacity: 1;
  visibility: visible;
}

.e-form-multi-items {
  overflow-y: scroll;
  height: 100%;
  padding-right: 8px;
  scrollbar-color: #21ba72 transparent;
  scrollbar-width: thin;
  max-height: 310px;
}

.e-form-multi-items::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 999px;
}

.e-form-multi-items::-webkit-scrollbar-thumb {
  height: 8px;
  width: 8px;
  background: #21ba72;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  border-radius: 999px;
}

.e-form-multi-items::-webkit-scrollbar-thumb:hover {
  height: 8px;
  width: 8px;
  background: #21ba72;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  border-radius: 999px;
}

.e-form-multi-items::-moz-scrollbar-button:decrement,
.e-form-multi-items::-moz-scrollbar-button:increment,
.e-form-multi-items::-moz-scrollbar-button:vertical:start:decrement,
.e-form-multi-items::-moz-scrollbar-button:vertical:end:increment,
.e-form-multi-items::-moz-scrollbar-button:horizontal:start:decrement,
.e-form-multi-items::-moz-scrollbar-button:horizontal:end:increment,
.e-form-multi-items::-webkit-scrollbar-button:vertical:start:decrement,
.e-form-multi-items::-webkit-scrollbar-button:vertical:end:increment,
.e-form-multi-items::-webkit-scrollbar-button:horizontal:start:decrement,
.e-form-multi-items::-webkit-scrollbar-button:horizontal:end:increment {
  width: 0px !important;
  height: 0px !important;
}

.e-form-multi-item {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  color: #333f48;
  padding: 8px 12px;
  transition: color 200ms;
  cursor: pointer;
}

.e-form-multi-item:hover {
  color: #209f6d;
}

.e-form-multi-item__checkbox {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 11px;
  margin-top: 2px;
  flex-shrink: 0;
}

.e-form-multi-item__checkbox-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #e1e5ea;
  box-sizing: border-box;
  border-radius: 4px;
}

.e-form-multi-item__checkbox input {
  display: none;
}

.e-form-multi-item__checkbox-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
}

.e-form-multi-item__checkbox
  > input:checked
  + .e-form-multi-item__checkbox-back {
  background-color: #209f6d;
  border-color: #209f6d;
}

.e-form-multi-item__checkbox
  > input:checked
  + .e-form-multi-item__checkbox-back
  + .e-form-multi-item__checkbox-arrow {
  opacity: 1;
}

.e-form-multi-cnt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  font-size: 14px;
  line-height: 21px;
  margin-left: auto;
  color: #ffffff;
  border-radius: 50%;
  background-color: #209f6d;
  flex: none;
}

.e-form-multi-cnt:empty {
  opacity: 0;
}

.e-form-multi.error .e-form-multi-select {
  border-color: rgb(236, 27, 40);
}

.e-form-item-type {
  width: 100%;
}

.e-form-item-type .e-form-item-radio:not(:first-child) {
  margin-left: 0px;
}

.e-form-item-type .e-form-item-radio {
  margin: 0px 24px 12px 0px;
}

.e-videos {
  padding-top: 0px;
  padding-bottom: 32px;
}

.e-videos-block {
  position: relative;
}

.e-videos-block.e-videos-block-vk iframe {
	aspect-ratio: 1920 / 1080;
}

.e-videos-block {
  display: flex;
  margin: 0px -16px;
}

.e-videos-item {
  margin: 0px 16px;
  flex: 1;
}

.e-videos-preview {
  position: relative;
}

.e-videos-img {
  position: relative;
  height: 0px;
  padding-top: 56%;
  transition: opacity 200ms;
  border-radius: 16px;
  overflow: hidden;
}

.e-videos-item:hover .e-videos-img {
  opacity: 0.8;
}

.e-videos-img img {
  position: absolute;
  top: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.01);
}

.e-videos-play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.e-videos-preview svg {
  width: 84px;
}

.e-videos-title {
  font-family: "SB Sans Display";
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-top: 20px;
  transition: color 200ms;
}

.e-videos-item:hover .e-videos-title {
  color: #209f6d;
}

@media screen and (max-width: 1199px) {
  .e-videos-block {
    flex-direction: column;
    margin: 0px;
  }

  .e-videos-item {
    margin: 0px;
  }

  .e-videos-item:not(:first-child) {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .e-videos {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .e-videos-title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 16px;
  }

  .e-videos-preview svg {
    width: 64px;
  }

  .e-videos-item:not(:first-child) {
    margin-top: 24px;
  }
}

.e-text-veb {
  margin: 24px 0;
  padding: 24px 48px 24px 40px;
  background: radial-gradient(
      61.79% 272.18% at 109.59% 33.06%,
      rgba(0, 217, 0, 0.35) 0%,
      rgba(0, 217, 0, 0.2625) 21.05%,
      rgba(0, 217, 0, 0.0805) 56.77%,
      rgba(0, 217, 0, 0) 100%
    ),
    linear-gradient(126.66deg, #34a2e1 22.09%, #31b4bb 49.09%, #6cdaab 82.15%);
  border-radius: 16px;
}

.e-text-veb-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.e-text-veb-header-title {
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

.e-text-veb-header-date {
  display: inline-flex;
  align-items: center;
  flex: none;
  margin-left: 8px;
  font-family: "SB Sans Text";
  font-style: normal;
  height: 24px;
  padding: 0 8px;
  border: 1px solid #ffffff;
  border-radius: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}

.e-text-veb-content {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  gap: 24px;
}

.e-text-veb-header-text {
  max-width: 400px;
}

.e-text-veb-header-button {
  flex: none;
  margin-left: auto;
}

.e-text-html .e-text-veb-header-button a {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06);
  border-radius: 32px;
  height: 40px;
  font-size: 14px;
  line-height: 24px;
  padding: 0 32px;
  color: #000000;
  transition: color 300ms, background 300ms;
}

.e-text-html .e-text-veb-header-button a:hover {
  background: #21ba72;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .e-text-veb {
    padding: 24px 32px;
  }

  .e-text-veb-content {
    flex-direction: column;
  }

  .e-text-veb-header-text {
    max-width: none;
    width: 100%;
  }

  .e-text-veb-header-button {
    margin-left: 0;
    width: 100%;
  }
}


.e-reviews {
	padding: 40px 0px 0px;
}

.reviews-title {
	font-family: "SB Sans Display", sans-serif;
	font-size: 28px;
	line-height: 36px;
	margin-top: 32px;
	font-weight: 600;
	margin-bottom: 32px;
	color: #000000;
}

.slider-container {
	touch-action: pan-y;
}

.slider-wrapper {
	display: flex;
	transition-property: transform;
	transform: translate3d(0, 0, 0);
}

.slider-slide {
	flex-shrink: 0;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: transform;
}

.reviews-slider {
	position: relative;
	z-index: 1;
}

.reviews-slider-slide {
	width: 100%;
	max-width: 255px;
}

.reviews-slider-slide:not(:last-child) {
	margin-right: 24px;
}

.reviews-item {
	background-image: linear-gradient(#65A786, #7FC69C, #D9F18F);
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	padding: 2px;
	height: 100%;
}

.reviews-slider-slide.open .reviews-item {
	height: auto;
}

.reviews-item-wrapper {
	border-radius: 14px;
	padding: 16px;
	background-color: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.reviews-item-header {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.reviews-item-photo {
	position: relative;
	width: 60px;
	height: 60px;
	margin-right: 16px;
	border-radius: 50%;
	background-image: linear-gradient(#65A786, #7FC69C, #D9F18F);
	flex: none;
}

.reviews-item-photo-wrapper {
	position: absolute;
	inset: 3px;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
}

.reviews-item-photo-wrapper img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reviews-item-author {
	width: 100%;
}

.reviews-item-author-name {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

.reviews-item-author-position {
	font-size: 12px;
	line-height: 20px;
	color: #C4C4C4;
}

.reviews-item-author-position small {
	font-size: 12px;
	line-height: 16px;
	display: block;
	margin: 3px 0;
}

.reviews-item-content {
	font-size: 14px;
	line-height: 20px;
	color: #333F48;
	max-height: 226px;
	overflow: hidden;
}

.reviews-item-button {
	margin-top: 16px;
}

.reviews-item-button-el {
	display: inline-flex;
	align-items: center;
	padding: 0 20px 0 18px;
	background: #21BA72;
	border-radius: 32px;
	height: 32px;
	transition: background 200ms;
	cursor: pointer;
}

.reviews-item-button-el:hover {
	background-color: #209F6D;
}

.reviews-item-button-text {
	font-size: 14px;
	color: #FFFFFF;
}

.reviews-item-button-arrow {
	margin-left: 10px;
	width: 12px;
}

.reviews-slider-slide:not(.open) .reviews-item-button-text span:last-child {
	display: none;
}

.reviews-slider-slide.open .reviews-item-button-text span:first-child {
	display: none;
}

.reviews-item-button-arrow svg {
	transition: transform 200ms;
}

.reviews-slider-slide.open .reviews-item-button-arrow svg {
	transform: rotateX(180deg);
}

.reviews-item-video {
	position: relative;
	border: 1px solid #C4C4C4;
	border-radius: 16px;
	background-color: #f5f5f5;
	overflow: hidden;
	cursor: pointer;
	transition: opacity 300ms;
	flex: 1;
}

.reviews-item-video:hover {
	opacity: 0.8;
}

.reviews-item-video img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reviews-item-video .l-videos-play {
	position: absolute;
	left: 24px;
	bottom: 24px;
}

.reviews-item-video:hover .l-videos-play-icon svg {
	transform: scale(0.85);
}

.reviews-item-video .l-videos-play {
	width: 42px;
}

.reviews-item-video .l-videos-play-time {
	color: #fff;
}

.reviews-slider-nav {
	display: none;
}

.main-slider-pagination {
	margin-top: 24px;
	text-align: center;
}

.main-slider-pagination span {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 12px;
	background-color: #D3D3D6;
	border-radius: 50%;
	transition: background 200ms, box-shadow 200ms;
	vertical-align: middle;
}

.main-slider-pagination span.slider-pagination-active {
	background-color: #21BA72;
	box-shadow: 0px 0px 0px 5px #C6F4C6;
}

.reviews-slider-nav span {
	position: absolute;
	top: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background-color: #ffffff;
	border: 1px solid #F2F2F2;
	box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06), 0px 2px 4px rgba(52, 64, 75, 0.06);
	border-radius: 32px;
	cursor: pointer;
	transition: opacity 0.2s, color 0.2s;
}

.reviews-slider-nav span svg {
	width: 8px;
	flex: none;
}

.reviews-slider-nav span:first-child {
	left: 0px;
	transform: translate(-24px, -50%);
}

.reviews-slider-nav span:last-child {
	right: 0px;
	transform: translate(24px, -50%);
}

.reviews-slider-nav span:hover {
	color: #209F6D;
}

.reviews-slider-nav span.slider-nav-disabled {
	opacity: 0;
	visibility: hidden;
}

@media screen and (min-width: 768px) {
	.reviews {
		padding: 64px 0px 0px;
	}

	.reviews-title {
		font-size: 36px;
		line-height: 46px;
	}

	.reviews-slider-slide {
		max-width: 573px;
	}

	.reviews-item-wrapper {
		padding: 32px;
	}

	.reviews-item-button {
		display: none;
	}

	.reviews-item {
		height: 100% !important;
	}

	.reviews-slider-slide {
		height: auto !important;
	}


	.reviews-item-photo {
		margin-right: 24px;
	}

	.reviews-item-video span {
		right: 20px;
		bottom: 20px;
	}
}

@media screen and (min-width: 1100px) {
	.reviews {
		padding: 64px 0 ;
	}

	.reviews-item-wrapper {
		padding: 32px 48px;
	}

	.reviews-slider-nav {
		display: block;
	}

	.reviews-slider-slide {
		max-width: none;
		width: calc(50% - 12px);
	}

	.reviews-item {
		opacity: 0.5;
		transition: opacity 200ms;
	}

	.reviews-slider-slide.slide-active .reviews-item {
		opacity: 1;
	}

	.reviews-slider-slide.slide-active+.reviews-slider-slide .reviews-item {
		opacity: 1;
	}

	.reviews-item-video {
		margin-bottom: 16px;
	}
}

.main-slider-pagination.swiper-pagination-lock {
	display: none;
}

.reviews .swiper-pagination-bullet {
  opacity: 1!important;
}