@charset "UTF-8";
:root {
  --grey: #a9a9a9;
  --color-placeholder: gray;
}

.dark-theme,
body {
  --theme-color-text: #FEFEFE;
  --theme-color-bg-main: #0E0F11;
  --theme-color-bg-top-menu-link: #212122;
  --theme-color-text-top-menu-link: #fff;
}

.light-theme,
body.light-theme {
  --theme-color-text: #0E0F11;
  --theme-color-bg-main: #FEFEFE;
  --theme-color-bg-top-menu-link: #F8F8F8;
  --theme-color-text-top-menu-link: #0E0F11;
}

/*
$type -- для условия
         1 -- только если ширина окна меньше контейнера
         2 -- только если ширина окна больше контейнера
         0 -- всегда
*/
button {
  font-family: "FoundersGrotesk", sans-serif;
}

.btn, .page-platform .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit,
.section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit {
  display: inline-block;
  border-radius: 5px;
  padding: 15px 40px;
  font-size: 1.125rem;
  white-space: nowrap;
  letter-spacing: 0.02em;
  line-height: 1.166;
  text-align: center;
  color: #fff;
  margin-block: 10px;
  border: 0px;
  cursor: pointer;
}
.btn:not(:disabled),
.section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit:not(:disabled) {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .btn, .page-platform .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit,
  .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit {
    padding: 18px 45px;
  }
}
.btn.with-logo,
.section-registration .hbsp-form .hs-submit .with-logo.wrap-btn-hbsp-submit {
  display: inline-flex;
  gap: 10px;
}
.btn.accent,
.section-registration .hbsp-form .hs-submit .btn.wrap-btn-hbsp-submit,
.section-registration .hbsp-form .hs-submit .accent.wrap-btn-hbsp-submit,
.page-platform .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit,
.section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit {
  border: none;
  background-color: #401EFF;
  transition: background-color 0.3s ease, font-weight 0.3s ease;
}
.btn.accent:hover,
.section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit:hover {
  background-color: rgba(64, 30, 255, 0.8);
}
.btn.btn-2,
.section-registration .hbsp-form .hs-submit .btn.wrap-btn-hbsp-submit,
.section-registration .hbsp-form .hs-submit .btn-2.wrap-btn-hbsp-submit,
.page-platform .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit,
.section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit {
  font-size: calc(20rem / 16);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  border-radius: 12px;
  letter-spacing: 0.02em;
  padding-inline: 20px;
  min-width: auto;
}
@media (max-width: 1728px) {
  .btn.btn-2,
  .section-registration .hbsp-form .hs-submit .btn.wrap-btn-hbsp-submit,
  .section-registration .hbsp-form .hs-submit .btn-2.wrap-btn-hbsp-submit,
  .page-platform .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit,
  .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit {
    font-size: calc(18rem / 16 + 2 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .btn.btn-2,
  .section-registration .hbsp-form .hs-submit .btn.wrap-btn-hbsp-submit,
  .section-registration .hbsp-form .hs-submit .btn-2.wrap-btn-hbsp-submit,
  .page-platform .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit,
  .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit {
    gap: 16px;
    padding-inline: 25px;
  }
}
.btn.btn-2 img,
.section-registration .hbsp-form .hs-submit .btn.wrap-btn-hbsp-submit img,
.section-registration .hbsp-form .hs-submit .btn-2.wrap-btn-hbsp-submit img,
.page-platform .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit img,
.section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit img {
  width: 12px;
}
@media only screen and (min-width: 768px) {
  .btn.btn-2 img,
  .section-registration .hbsp-form .hs-submit .btn.wrap-btn-hbsp-submit img,
  .section-registration .hbsp-form .hs-submit .btn-2.wrap-btn-hbsp-submit img,
  .page-platform .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit img,
  .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit img {
    width: 16px;
  }
}
.btn.accent-2,
.section-registration .hbsp-form .hs-submit .accent-2.wrap-btn-hbsp-submit {
  border: none;
  background-color: #6b34fd;
  transition: background-color 0.3s ease, font-weight 0.3s ease;
  padding-block: 14px;
}
.btn.accent-2:hover,
.section-registration .hbsp-form .hs-submit .accent-2.wrap-btn-hbsp-submit:hover {
  background-color: rgba(107, 52, 253, 0.8);
}
@media only screen and (min-width: 768px) {
  .btn.accent-2,
  .section-registration .hbsp-form .hs-submit .accent-2.wrap-btn-hbsp-submit {
    padding-block: 16px;
  }
}
.btn.btn-bg,
.section-registration .hbsp-form .hs-submit .btn.wrap-btn-hbsp-submit,
.section-registration .hbsp-form .hs-submit .btn-bg.wrap-btn-hbsp-submit,
.page-platform .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit,
.section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit {
  --bg: #6b34fd;
  --bg-hover: #6127f9;
  --bg-pressed: #5820ed;
  --color: #fff;
  border: none;
  transition: background-color 0.3s ease, font-weight 0.3s ease;
  background-color: var(--bg);
  color: var(--color);
  padding-block: 14px;
}
@media only screen and (min-width: 768px) {
  .btn.btn-bg,
  .section-registration .hbsp-form .hs-submit .btn.wrap-btn-hbsp-submit,
  .section-registration .hbsp-form .hs-submit .btn-bg.wrap-btn-hbsp-submit,
  .page-platform .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit,
  .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit {
    padding-block: 16px;
  }
}
.btn.btn-bg.accent,
.section-registration .hbsp-form .hs-submit .btn.btn-bg.wrap-btn-hbsp-submit,
.section-registration .hbsp-form .hs-submit .accent.wrap-btn-hbsp-submit,
.page-platform .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit,
.section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit {
  --bg: #6b34fd;
}
.btn.btn-bg.accent:hover,
.section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit:hover {
  background-color: var(--bg-hover);
}
.btn.btn-bg.accent:active,
.section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit:active {
  background-color: var(--bg-pressed);
}
.btn.btn-bg.white,
.section-registration .hbsp-form .hs-submit .white.wrap-btn-hbsp-submit {
  --bg: #efedff;
  --color: #6b34fd;
}
.btn.btn-bg.white:hover,
.section-registration .hbsp-form .hs-submit .white.wrap-btn-hbsp-submit:hover {
  --bg: #FCF9FE;
}
.btn.demo,
.section-registration .hbsp-form .hs-submit .btn.wrap-btn-hbsp-submit,
.section-registration .hbsp-form .hs-submit .demo.wrap-btn-hbsp-submit,
.page-platform .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit,
.section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit {
  --icon: url("../images/icon-arrow-right-up.svg") ;
}
.btn.demo::after,
.section-registration .hbsp-form .hs-submit .btn.wrap-btn-hbsp-submit::after,
.section-registration .hbsp-form .hs-submit .demo.wrap-btn-hbsp-submit::after,
.page-platform .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit::after,
.section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: var(--icon);
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .btn.demo::after,
  .section-registration .hbsp-form .hs-submit .btn.wrap-btn-hbsp-submit::after,
  .section-registration .hbsp-form .hs-submit .demo.wrap-btn-hbsp-submit::after,
  .page-platform .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit::after,
  .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit::after {
    width: 16px;
    height: 16px;
  }
}
.btn.demo:hover::after,
.section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit:hover::after {
  transform: rotate(45deg);
}
.btn.demo.white,
.section-registration .hbsp-form .hs-submit .white.wrap-btn-hbsp-submit {
  --icon: url("../images/icon-arrow-right-up-accent.svg") ;
}
.btn.demo.border,
.section-registration .hbsp-form .hs-submit .border.wrap-btn-hbsp-submit {
  --icon: url("../images/icon-arrow-right-up-accent.svg") ;
  color: #6b34fd;
  border: 2px solid #6b34fd;
  background: none;
}
.btn.view-link,
.section-registration .hbsp-form .hs-submit .view-link.wrap-btn-hbsp-submit {
  padding-inline: 0;
  background: none;
  font-weight: 500;
  gap: 12px;
}
.btn.view-link.accent.demo,
.section-registration .hbsp-form .hs-submit .view-link.wrap-btn-hbsp-submit {
  --icon: url("../images/icon-arrow-right-up-accent.svg") ;
  color: #6B34FD;
}
.btn.view-link.accent.demo:hover,
.section-registration .hbsp-form .hs-submit .view-link.wrap-btn-hbsp-submit:hover {
  background: none;
}
.btn.border-2,
.section-registration .hbsp-form .hs-submit .border-2.wrap-btn-hbsp-submit {
  border: 2px solid #6b34fd;
  box-shadow: inset 0 0 16px 0 rgba(107, 52, 253, 0.3);
  background: rgba(107, 52, 253, 0.15);
  padding-block: 12px;
  transition: background-color 0.3s ease, background-image 0.3s ease, color 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .btn.border-2,
  .section-registration .hbsp-form .hs-submit .border-2.wrap-btn-hbsp-submit {
    padding-block: 15px;
  }
}
.btn.border-2:hover,
.section-registration .hbsp-form .hs-submit .border-2.wrap-btn-hbsp-submit:hover {
  background-color: rgba(107, 52, 253, 0);
  background-image: linear-gradient(to bottom, rgba(107, 52, 253, 0) 0%, rgba(107, 52, 253, 0.45) 100%);
}
.btn.border-2:active,
.section-registration .hbsp-form .hs-submit .border-2.wrap-btn-hbsp-submit:active {
  background-color: rgba(107, 52, 253, 0);
  background-image: linear-gradient(to bottom, rgba(107, 52, 253, 0) 0%, rgba(107, 52, 253, 0.45) 50%, rgba(107, 52, 253, 0.45) 100%);
}
.btn.border-2.accent,
.section-registration .hbsp-form .hs-submit .border-2.wrap-btn-hbsp-submit {
  color: #6b34fd;
  box-shadow: none;
  background: none;
}
.btn.border-2.accent:hover,
.section-registration .hbsp-form .hs-submit .border-2.wrap-btn-hbsp-submit:hover {
  background-color: #6b34fd;
  color: #fff;
}
.btn.with-icon-vector,
.section-registration .hbsp-form .hs-submit .with-icon-vector.wrap-btn-hbsp-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 15px 25px 15px 30px;
}
@media only screen and (min-width: 768px) {
  .btn.with-icon-vector,
  .section-registration .hbsp-form .hs-submit .with-icon-vector.wrap-btn-hbsp-submit {
    padding: 18px 30px 18px 35px;
  }
}
.btn.with-icon-vector svg,
.section-registration .hbsp-form .hs-submit .with-icon-vector.wrap-btn-hbsp-submit svg {
  transition: all 0.3s ease;
}
.btn.with-icon-vector.accent svg,
.section-registration .hbsp-form .hs-submit .with-icon-vector.wrap-btn-hbsp-submit svg {
  fill: #FEFEFE;
}
.btn.with-icon-vector.border.accent svg,
.section-registration .hbsp-form .hs-submit .with-icon-vector.border.wrap-btn-hbsp-submit svg {
  fill: #401EFF;
}
.btn.with-icon-vector.to-right svg,
.section-registration .hbsp-form .hs-submit .with-icon-vector.to-right.wrap-btn-hbsp-submit svg {
  transform: rotate(-90deg);
}
.btn.with-icon-vector.to-right:hover svg,
.section-registration .hbsp-form .hs-submit .with-icon-vector.to-right.wrap-btn-hbsp-submit:hover svg {
  transform: rotate(-90deg) translateY(2px);
}
.btn.border,
.section-registration .hbsp-form .hs-submit .border.wrap-btn-hbsp-submit {
  border: 1px solid #fff;
  transition: opacity 0.3s ease;
}
.btn.border:hover,
.section-registration .hbsp-form .hs-submit .border.wrap-btn-hbsp-submit:hover {
  opacity: 0.8;
}
.btn.border.accent,
.section-registration .hbsp-form .hs-submit .border.wrap-btn-hbsp-submit {
  border-color: #401EFF;
  background: none;
  color: #401EFF;
}

a.btn-demo,
button.btn-demo,
li.btn-demo a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  max-width: 200px;
  width: 100%;
  min-height: 58px;
  background-color: #401EFF;
  color: #fff;
  border-radius: 5px;
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  a.btn-demo,
  button.btn-demo,
  li.btn-demo a {
    font-weight: 500;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
a.btn-demo.hover-text span,
button.btn-demo.hover-text span,
li.btn-demo a.hover-text span {
  transition: transform 0.3s ease;
}
a.btn-demo.hover-text:hover,
button.btn-demo.hover-text:hover,
li.btn-demo a.hover-text:hover {
  background-color: rgba(64, 30, 255, 0.8);
}
a.btn-demo.hover-text:hover span,
button.btn-demo.hover-text:hover span,
li.btn-demo a.hover-text:hover span {
  transform: scale(1.1) translate(10px, -5px);
}
a.btn-demo:hover,
button.btn-demo:hover,
li.btn-demo a:hover {
  background-color: rgba(64, 30, 255, 0.8);
}

.link-sync {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.125rem;
  line-height: 1;
  color: #FEFEFE;
  padding-block: 15px;
  transition: opacity 0.3s ease;
}
.link-sync img {
  width: 25px;
  margin-top: -5px;
  transform: rotate(20deg);
  transition: transform 0.3s ease;
  opacity: 0.8;
}
.link-sync:hover {
  opacity: 0.8;
}
.link-sync:hover img {
  transform: rotate(50deg);
}

.link-to-more {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  margin-block: 10px;
  transition: gap 0.3s ease, color 0.3s ease;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .link-to-more {
    letter-spacing: 0.02em;
  }
}
.link-to-more .arrow-css, .link-to-more .page-platform .section-registration .hbsp-form .select2-selection__arrow b, .page-platform .section-registration .hbsp-form .select2-selection__arrow .link-to-more b,
.link-to-more .section-registration .hbsp-form .select2-selection__arrow b,
.section-registration .hbsp-form .select2-selection__arrow .link-to-more b, .link-to-more .input-wrap-table .select2-container--default .select2-selection--single .select2-selection__arrow b, .link-to-more .section-registration .select-tags .select2-container--default .select2-selection--single .select2-selection__arrow b, .section-registration .link-to-more .select-tags .select2-container--default .select2-selection--single .select2-selection__arrow b, .input-wrap-table .select2-container--default .select2-selection--single .select2-selection__arrow .link-to-more b, .section-registration .select-tags .select2-container--default .select2-selection--single .select2-selection__arrow .link-to-more b {
  padding: calc(3rem / 16);
}
@media (max-width: 1728px) {
  .link-to-more .arrow-css, .link-to-more .page-platform .section-registration .hbsp-form .select2-selection__arrow b, .page-platform .section-registration .hbsp-form .select2-selection__arrow .link-to-more b,
  .link-to-more .section-registration .hbsp-form .select2-selection__arrow b,
  .section-registration .hbsp-form .select2-selection__arrow .link-to-more b, .link-to-more .input-wrap-table .select2-container--default .select2-selection--single .select2-selection__arrow b, .link-to-more .section-registration .select-tags .select2-container--default .select2-selection--single .select2-selection__arrow b, .section-registration .link-to-more .select-tags .select2-container--default .select2-selection--single .select2-selection__arrow b, .input-wrap-table .select2-container--default .select2-selection--single .select2-selection__arrow .link-to-more b, .section-registration .select-tags .select2-container--default .select2-selection--single .select2-selection__arrow .link-to-more b {
    padding: calc(2rem / 16 + 1 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.link-to-more:hover {
  color: #401EFF;
  gap: 13px;
}
.link-to-more:hover .arrow-css,
.link-to-more:hover .section-registration .hbsp-form .select2-selection__arrow b,
.section-registration .hbsp-form .select2-selection__arrow .link-to-more:hover b, .link-to-more:hover .input-wrap-table .select2-container--default .select2-selection--single .select2-selection__arrow b, .link-to-more:hover .section-registration .select-tags .select2-container--default .select2-selection--single .select2-selection__arrow b, .section-registration .link-to-more:hover .select-tags .select2-container--default .select2-selection--single .select2-selection__arrow b, .input-wrap-table .select2-container--default .select2-selection--single .select2-selection__arrow .link-to-more:hover b, .section-registration .select-tags .select2-container--default .select2-selection--single .select2-selection__arrow .link-to-more:hover b {
  border-color: #401EFF;
}

.close-css {
  display: block;
  width: 17px;
  height: 17px;
  position: relative;
  padding: 0;
}
.close-css::before, .close-css::after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 100%;
  background-color: #646464;
  left: 50%;
  top: 50%;
  transition: background-color 0.3s ease;
}
.close-css::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-css::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.close-css:hover::before, .close-css:hover::after {
  background-color: #fff;
}

.humburger-css {
  display: block;
  width: 16px;
  height: 14px;
  position: relative;
}
.humburger-css i {
  display: block;
  height: 1.5px;
  width: 100%;
  background-color: #FCF9FE;
  position: absolute;
}
.humburger-css i:first-child {
  top: 0;
}
.humburger-css i:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.humburger-css i:last-child {
  bottom: 0;
}

.arrow-1 {
  cursor: pointer;
  position: relative;
  width: 80px;
  height: 50px;
  margin: 20px;
}

.arrow-1 div {
  position: relative;
  top: 20px;
  width: 90px;
  height: 10px;
  background-color: #337AB7;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  left: 0;
  display: block;
}

.arrow-1 div::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 10px;
  top: -11px;
  right: -8px;
  background-color: #337AB7;
  transform: rotate(45deg);
}

.arrow-1 div::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 10px;
  top: 11px;
  right: -8px;
  background-color: #337AB7;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  transform: rotate(-45deg);
}

.arrow-1:hover {
  animation: arrow-1 1s linear infinite;
}

.link-with-icon {
  --size-icon: 11px;
  font-size: calc(18rem / 16);
  display: inline-flex;
  align-items: center;
  color: #8771ff;
  font-weight: 500;
  letter-spacing: 0.02em;
  gap: 10px;
  margin-block: 10px;
  transition: all 0.3s ease;
}
@media (max-width: 1728px) {
  .link-with-icon {
    font-size: calc(16rem / 16 + 2 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .link-with-icon {
    letter-spacing: 0.02em;
  }
}
.link-with-icon:hover {
  opacity: 0.9;
}
.link-with-icon::after {
  content: "";
  display: block;
  background-image: url("../images/icon-link-weight.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: var(--size-icon);
  min-width: var(--size-icon);
  height: var(--size-icon);
}

.btn-dropdown {
  --color-icon: #121185;
  background: none;
  border: none;
  padding: 2px;
  cursor: pointer;
}
.btn-dropdown svg path {
  stroke: var(--color-icon);
}

.arrow-css, .page-platform .section-registration .hbsp-form .select2-selection__arrow b,
.section-registration .hbsp-form .select2-selection__arrow b, .input-wrap-table .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b, .input-wrap-table .select2-container--default .select2-selection--single .select2-selection__arrow b, .section-registration .select-tags .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: solid #fff;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 3px;
  transition: all 0.3s ease;
}
.arrow-css.right, .page-platform .section-registration .hbsp-form .select2-selection__arrow b.right,
.section-registration .hbsp-form .select2-selection__arrow b.right, .input-wrap-table .select2-container--default .select2-selection--single .select2-selection__arrow b.right, .section-registration .select-tags .select2-container--default .select2-selection--single .select2-selection__arrow b.right {
  transform: rotate(-45deg);
}
.arrow-css.left, .page-platform .section-registration .hbsp-form .select2-selection__arrow b.left,
.section-registration .hbsp-form .select2-selection__arrow b.left, .input-wrap-table .select2-container--default .select2-selection--single .select2-selection__arrow b.left, .section-registration .select-tags .select2-container--default .select2-selection--single .select2-selection__arrow b.left {
  transform: rotate(135deg);
}
.arrow-css.up,
.section-registration .hbsp-form .select2-container--open .select2-selection__arrow b.arrow-css, .page-platform .section-registration .hbsp-form .select2-selection__arrow b.up, .page-platform .section-registration .hbsp-form .select2-container--open .select2-selection__arrow b,
.section-registration .hbsp-form .select2-selection__arrow b.up,
.section-registration .hbsp-form .select2-container--open .select2-selection__arrow b, .input-wrap-table .select2-container--default .select2-selection--single .select2-selection__arrow b.up, .section-registration .select-tags .select2-container--default .select2-selection--single .select2-selection__arrow b.up,
.input-wrap-table .select2-container--default .select2-selection--single .section-registration .hbsp-form .select2-container--open .select2-selection__arrow b,
.section-registration .select-tags .select2-container--default .select2-selection--single .section-registration .hbsp-form .select2-container--open .select2-selection__arrow b,
.section-registration .hbsp-form .select2-container--open .input-wrap-table .select2-container--default .select2-selection--single .select2-selection__arrow b,
.section-registration .hbsp-form .select2-container--open .select-tags .select2-container--default .select2-selection--single .select2-selection__arrow b {
  transform: rotate(-135deg);
}
.arrow-css.down, .page-platform .section-registration .hbsp-form .select2-selection__arrow b.arrow-css,
.section-registration .hbsp-form .select2-selection__arrow b.arrow-css, .page-platform .section-registration .hbsp-form .select2-selection__arrow b.down, .page-platform .section-registration .hbsp-form .select2-selection__arrow b,
.page-platform .section-registration .hbsp-form .select2-selection__arrow b,
.section-registration .hbsp-form .select2-selection__arrow b.down,
.page-platform .section-registration .hbsp-form .select2-selection__arrow b,
.section-registration .hbsp-form .select2-selection__arrow b, .input-wrap-table .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b.down,
.input-wrap-table .select2-container--default.select2-container--open .select2-selection--single .section-registration .hbsp-form .select2-selection__arrow b,
.section-registration .hbsp-form .input-wrap-table .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b, .input-wrap-table .select2-container--default .select2-selection--single .select2-selection__arrow b, .section-registration .select-tags .select2-container--default .select2-selection--single .select2-selection__arrow b {
  transform: rotate(45deg);
}

.input-wrap-table, .section-registration .select-tags {
  --color-base: #646464;
  --color-placeholder: #353AB0;
  --opacity: .5;
  --color-bg-input: #EFEDFF;
  --color-bg-input-active: #dddaf9;
  --color-bg-select: #fff;
  --color-border-input: #e5e7ff;
  --color-border-input-active: #353ab0;
  --color-arrow: #6C6C6D;
  --h-input: 60px;
  --padding-inline-input: 16px;
  --radius: 8px;
  font-size: calc(30rem / 16);
  position: relative;
  margin-block: 10px;
}
@media (max-width: 1728px) {
  .input-wrap-table, .section-registration .select-tags {
    font-size: calc(24rem / 16 + 6 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}

.input-wrap-table input, .section-registration .select-tags input {
  font-size: calc(30rem / 16);
  height: var(--h-input);
  border-radius: var(--radius);
  border: none;
  background-color: var(--color-bg-input);
  padding-inline: var(--padding-inline-input);
  color: var(--color-base);
  width: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 1728px) {
  .input-wrap-table input, .section-registration .select-tags input {
    font-size: calc(24rem / 16 + 6 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.input-wrap-table input:focus, .section-registration .select-tags input:focus, .input-wrap-table input:active, .section-registration .select-tags input:active {
  background-color: var(--color-bg-input-active);
}
.input-wrap-table.input-wrap-search, .section-registration .input-wrap-search.select-tags {
  position: relative;
}
.input-wrap-table.input-wrap-search .input-search, .section-registration .input-wrap-search.select-tags .input-search {
  border: 1.5px solid var(--color-border-input);
  background-color: var(--color-bg-select);
  padding-right: calc(var(--padding-inline-input) + 40px);
}
.input-wrap-table.input-wrap-search .input-search:focus, .section-registration .input-wrap-search.select-tags .input-search:focus {
  border-color: var(--color-border-input-active);
}
@media only screen and (min-width: 768px) {
  .input-wrap-table.input-wrap-search .input-search:focus, .section-registration .input-wrap-search.select-tags .input-search:focus {
    box-shadow: 3px -3px 20px 0 rgba(18, 17, 133, 0.13);
  }
}
.input-wrap-table.input-wrap-search .btn-search, .section-registration .input-wrap-search.select-tags .btn-search {
  position: absolute;
  right: calc(var(--padding-inline-input) - 5px);
  top: 54%;
  translate: 0 -50%;
  background: none;
  border: none;
  padding: 5px;
  transition: scale 0.3s ease;
  cursor: pointer;
}
.input-wrap-table.input-wrap-search .btn-search:hover, .section-registration .input-wrap-search.select-tags .btn-search:hover {
  translate: 0 -50%;
  scale: 1.2;
}
.input-wrap-table.input-wrap-search .btn-search svg, .section-registration .input-wrap-search.select-tags .btn-search svg {
  fill: var(--color-base);
  width: 24px;
  height: 24px;
  transition: fill 0.3s ease;
}
.input-wrap-table.input-wrap-search .btn-search.active svg, .section-registration .input-wrap-search.select-tags .btn-search.active svg {
  fill: var(--color-base);
}
.input-wrap-table .select2, .section-registration .select-tags .select2 {
  height: var(--h-input);
  width: 100% !important;
}
.input-wrap-table .select2-container--default .select2-selection--single, .section-registration .select-tags .select2-container--default .select2-selection--single {
  border: 1px solid var(--color-border-input);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  height: 100%;
  background-color: var(--color-bg-select);
  width: 100%;
}
.input-wrap-table .select2-container--default .select2-selection--single .select2-selection__placeholder, .section-registration .select-tags .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--color-base);
}
.input-wrap-table .select2-container--default .select2-selection--single .select2-selection__rendered, .section-registration .select-tags .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: calc(24rem / 16);
  letter-spacing: 0.02em;
  color: var(--color-base);
  padding-inline: 16px;
  padding-block: 15px 15px;
}
@media (max-width: 1728px) {
  .input-wrap-table .select2-container--default .select2-selection--single .select2-selection__rendered, .section-registration .select-tags .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: calc(20rem / 16 + 4 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .input-wrap-table .select2-container--default .select2-selection--single .select2-selection__rendered, .section-registration .select-tags .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-inline: 24px;
  }
}
.input-wrap-table .select2-container--default .select2-selection--single .select2-selection__arrow, .section-registration .select-tags .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 15px !important;
  height: 15px !important;
  right: 20px;
  top: calc(50% - 3px) !important;
  transform: translateY(-50%);
}
.input-wrap-table .select2-container--default .select2-selection--single .select2-selection__arrow b, .section-registration .select-tags .select2-container--default .select2-selection--single .select2-selection__arrow b {
  padding: 4px;
  border-color: var(--color-arrow);
  transition: all 0.3s ease;
}
.input-wrap-table .select2-container--default.select2-container--below .select2-selection--single .select2-selection__arrow b, .section-registration .select-tags .select2-container--default.select2-container--below .select2-selection--single .select2-selection__arrow b {
  border-color: var(--color-base);
}
.input-wrap-table .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow, .section-registration .select-tags .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  top: calc(50% - 1px) !important;
}
.input-wrap-table .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b, .section-registration .select-tags .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(-135deg);
  border-color: var(--color-base);
  padding: 4px;
  transition: all 0.3s ease;
}
.input-wrap-table .select2-container--open .select2-dropdown--below, .section-registration .select-tags .select2-container--open .select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.input-wrap-table .select2-dropdown, .section-registration .select-tags .select2-dropdown {
  margin-top: 0;
  border-width: 1.5px;
  border-style: solid;
  border-color: var(--color-border-input-active);
  box-shadow: 3px -3px 20px 0 rgba(18, 17, 133, 0.13);
  overflow: hidden;
  margin-top: 16px;
  border-radius: 8px !important;
}
.input-wrap-table .select2-dropdown.select2-dropdown--above, .section-registration .select-tags .select2-dropdown.select2-dropdown--above {
  margin-top: -16px;
}
.input-wrap-table .select2-dropdown .select2-results, .section-registration .select-tags .select2-dropdown .select2-results {
  --width-scrollbar: 0px;
  padding-block: 0;
}
.input-wrap-table .select2-dropdown .select2-results__option, .section-registration .select-tags .select2-dropdown .select2-results__option {
  font-size: 1.125rem;
  padding-inline: var(--padding-inline-input);
  padding-block: 16px;
  color: #121185;
  display: flex;
  align-items: center;
  height: var(--h-input);
}
.input-wrap-table .select2-dropdown .select2-results__option:not(:last-child), .section-registration .select-tags .select2-dropdown .select2-results__option:not(:last-child) {
  border-bottom: 1px solid var(--color-border-input);
}
.input-wrap-table .select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable, .section-registration .select-tags .select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(0, 0, 0, 0.02);
}

.page-plug-play .light-theme.section-registration,
.page-service .light-theme.section-registration {
  background-color: #f8f8f8;
}
.page-plug-play .light-theme.section-registration .section-registration__wrap-form input,
.page-service .light-theme.section-registration .section-registration__wrap-form input {
  background: none;
}
@media only screen and (min-width: 768px) {
  .page-plug-play .light-theme.section-registration .section-registration__wrap-form,
  .page-service .light-theme.section-registration .section-registration__wrap-form {
    background-color: #fff;
  }
  .page-plug-play .light-theme.section-registration .section-registration__wrap-form input,
  .page-service .light-theme.section-registration .section-registration__wrap-form input {
    background-color: #fff;
  }
}
.page-plug-play .section-registration,
.page-service .section-registration {
  padding-top: calc(125rem / 16);
  padding-bottom: calc(120rem / 16);
}
@media (max-width: 1728px) {
  .page-plug-play .section-registration,
  .page-service .section-registration {
    padding-top: calc(40rem / 16 + 85 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .page-plug-play .section-registration,
  .page-service .section-registration {
    padding-bottom: calc(100rem / 16 + 20 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.page-plug-play .section-registration__wrapper,
.page-service .section-registration__wrapper {
  align-items: center;
}
@media only screen and (min-width: 1400px) {
  .page-plug-play .section-registration__wrapper,
  .page-service .section-registration__wrapper {
    gap: 130px;
  }
}
@media only screen and (min-width: 1025px) {
  .page-plug-play .section-registration__left,
  .page-service .section-registration__left {
    max-width: 650px;
  }
}
@media only screen and (min-width: 1025px) {
  .page-plug-play .section-registration__right,
  .page-service .section-registration__right {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .page-plug-play .section-registration__right,
  .page-service .section-registration__right {
    max-width: 575px;
  }
}
@media only screen and (min-width: 1400px) {
  .page-plug-play .section-registration__wrap-form,
  .page-service .section-registration__wrap-form {
    padding-block: 75px 70px;
    padding-inline: 70px 90px;
  }
}
.page-plug-play .section-registration__wrap-form .btn,
.page-plug-play .section-registration__wrap-form .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit,
.section-registration .hbsp-form .hs-submit .page-plug-play .section-registration__wrap-form .wrap-btn-hbsp-submit,
.page-service .section-registration__wrap-form .btn,
.page-service .section-registration__wrap-form .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit,
.section-registration .hbsp-form .hs-submit .page-service .section-registration__wrap-form .wrap-btn-hbsp-submit {
  margin-top: calc(50rem / 16);
  padding-block: calc(18rem / 16);
}
@media (max-width: 1728px) {
  .page-plug-play .section-registration__wrap-form .btn,
  .page-plug-play .section-registration__wrap-form .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit,
  .section-registration .hbsp-form .hs-submit .page-plug-play .section-registration__wrap-form .wrap-btn-hbsp-submit,
  .page-service .section-registration__wrap-form .btn,
  .page-service .section-registration__wrap-form .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit,
  .section-registration .hbsp-form .hs-submit .page-service .section-registration__wrap-form .wrap-btn-hbsp-submit {
    margin-top: calc(45rem / 16 + 5 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .page-plug-play .section-registration__wrap-form .btn,
  .page-plug-play .section-registration__wrap-form .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit,
  .section-registration .hbsp-form .hs-submit .page-plug-play .section-registration__wrap-form .wrap-btn-hbsp-submit,
  .page-service .section-registration__wrap-form .btn,
  .page-service .section-registration__wrap-form .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit,
  .section-registration .hbsp-form .hs-submit .page-service .section-registration__wrap-form .wrap-btn-hbsp-submit {
    padding-block: calc(20rem / 16 + -2 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.page-plug-play .section-registration .section-title,
.page-service .section-registration .section-title {
  font-size: calc(40rem / 16);
  padding-top: calc(15rem / 16);
  padding-bottom: calc(30rem / 16);
}
@media (max-width: 1728px) {
  .page-plug-play .section-registration .section-title,
  .page-service .section-registration .section-title {
    font-size: calc(32rem / 16 + 8 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .page-plug-play .section-registration .section-title,
  .page-service .section-registration .section-title {
    padding-top: calc(12rem / 16 + 3 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .page-plug-play .section-registration .section-title,
  .page-service .section-registration .section-title {
    padding-bottom: calc(15rem / 16 + 15 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .page-plug-play .section-registration .section-title,
  .page-service .section-registration .section-title {
    line-height: normal;
  }
}
.page-plug-play .section-registration .section-description,
.page-service .section-registration .section-description {
  max-width: 370px;
}
.page-plug-play .section-registration__form,
.page-service .section-registration__form {
  margin-top: calc(65rem / 16);
}
@media (max-width: 1728px) {
  .page-plug-play .section-registration__form,
  .page-service .section-registration__form {
    margin-top: calc(42rem / 16 + 23 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.page-plug-play .section-registration__form input,
.page-service .section-registration__form input {
  padding-block: 8px 15px;
}
@media only screen and (min-width: 768px) {
  .page-plug-play .section-registration__form input,
  .page-service .section-registration__form input {
    padding-block: 10px 14px;
  }
}
.page-plug-play .section-registration .input-wrap,
.page-service .section-registration .input-wrap {
  margin-bottom: calc(30rem / 16);
}
@media (max-width: 1728px) {
  .page-plug-play .section-registration .input-wrap,
  .page-service .section-registration .input-wrap {
    margin-bottom: calc(10rem / 16 + 20 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}

.section-registration {
  padding-top: calc(135rem / 16);
  padding-bottom: calc(140rem / 16);
  background-image: linear-gradient(-50deg, rgba(64, 30, 255, 0.1) 0%, #fefefe 55%, #fefefe 100%);
  color: rgba(14, 15, 17, 0.6);
}
@media (max-width: 1728px) {
  .section-registration {
    padding-top: calc(40rem / 16 + 95 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-registration {
    padding-bottom: calc(50rem / 16 + 90 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-registration__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
@media only screen and (min-width: 1025px) {
  .section-registration__wrapper {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1400px) {
  .section-registration__wrapper {
    gap: 79px;
  }
}
.section-registration__left {
  z-index: 2;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .section-registration__left {
    max-width: 705px;
  }
}
.section-registration__right {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .section-registration__right {
    padding-top: calc(100rem / 16);
    max-width: 450px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1728px) {
  .section-registration__right {
    padding-top: calc(0rem / 16 + 100 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 1200px) {
  .section-registration__right {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-registration__right {
    max-width: 607px;
  }
}
.section-registration .section-title {
  font-size: calc(72rem / 16);
  padding-top: calc(0rem / 16);
  letter-spacing: 0.02em;
}
@media (max-width: 1728px) {
  .section-registration .section-title {
    font-size: calc(32rem / 16 + 40 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-registration .section-title {
    padding-top: calc(12rem / 16 + -12 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .section-registration .section-title {
    letter-spacing: normal;
  }
}
.section-registration__ul-description {
  margin-top: calc(15rem / 16);
  margin-bottom: 32px;
  max-width: 540px;
}
@media (max-width: 1728px) {
  .section-registration__ul-description {
    margin-top: calc(8rem / 16 + 7 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (max-width: 767px) {
  .section-registration__ul-description {
    line-height: 1.51;
    letter-spacing: 0.01em;
  }
}
.section-registration__ul-description_title {
  font-size: calc(24rem / 16);
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.02em;
  margin-top: 20px;
  color: #121185;
}
@media (max-width: 1728px) {
  .section-registration__ul-description_title {
    font-size: calc(18rem / 16 + 6 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-registration__ul-description li {
  font-size: calc(20rem / 16);
  gap: calc(16rem / 16);
  margin-block: calc(5rem / 16);
  display: flex;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #353ab0;
}
@media (max-width: 1728px) {
  .section-registration__ul-description li {
    font-size: calc(18rem / 16 + 2 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-registration__ul-description li {
    gap: calc(12rem / 16 + 4 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-registration__ul-description li {
    margin-block: calc(8rem / 16 + -3 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .section-registration__ul-description li {
    line-height: 1.34;
  }
}
.section-registration__ul-description li svg {
  --wIcon: 16px;
  width: var(--wIcon);
  min-width: var(--wIcon);
  height: var(--wIcon);
  margin-top: 0.3em;
}
.section-registration__wrap-form + .section-registration__wrap-form {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .section-registration__wrap-form {
    background: #f8f8f8;
    border-radius: 20px;
    padding: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-registration__wrap-form {
    padding-block: 70px 60px;
    padding-inline: 60px;
  }
}
.section-registration__wrap-form .btn,
.section-registration__wrap-form .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit,
.section-registration .hbsp-form .hs-submit .section-registration__wrap-form .wrap-btn-hbsp-submit {
  margin-top: calc(55rem / 16);
  padding-block: calc(16rem / 16);
  width: 100%;
}
@media (max-width: 1728px) {
  .section-registration__wrap-form .btn,
  .section-registration__wrap-form .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit,
  .section-registration .hbsp-form .hs-submit .section-registration__wrap-form .wrap-btn-hbsp-submit {
    margin-top: calc(45rem / 16 + 10 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-registration__wrap-form .btn,
  .section-registration__wrap-form .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit,
  .section-registration .hbsp-form .hs-submit .section-registration__wrap-form .wrap-btn-hbsp-submit {
    padding-block: calc(20rem / 16 + -4 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-registration__form {
  --color-placeholder: #000;
  margin-top: calc(40rem / 16);
}
@media (max-width: 1728px) {
  .section-registration__form {
    margin-top: calc(35rem / 16 + 5 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-registration__form label {
  font-size: calc(18rem / 16);
}
@media (max-width: 1728px) {
  .section-registration__form label {
    font-size: calc(15rem / 16 + 3 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-registration__form input {
  font-size: calc(16rem / 16);
  width: 100%;
  letter-spacing: normal;
  letter-spacing: -0.01em;
  padding-block: 15px;
  border: none;
  border-bottom: 1px solid #a9a9a9;
}
@media (max-width: 1728px) {
  .section-registration__form input {
    font-size: calc(14rem / 16 + 2 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .section-registration__form input {
    background: #f8f8f8;
    padding-block: 10px 12px;
  }
}
.section-registration .input-wrap {
  margin-bottom: calc(25rem / 16);
}
@media (max-width: 1728px) {
  .section-registration .input-wrap {
    margin-bottom: calc(10rem / 16 + 15 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-registration__wrap-group-checkbox {
  margin-top: calc(65rem / 16);
  margin-bottom: calc(55rem / 16);
}
@media (max-width: 1728px) {
  .section-registration__wrap-group-checkbox {
    margin-top: calc(37rem / 16 + 28 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-registration__wrap-group-checkbox {
    margin-bottom: calc(27rem / 16 + 28 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-registration__title-group-checkbox {
  font-size: calc(22rem / 16);
  margin-bottom: calc(10rem / 16);
  line-height: 1.51;
  letter-spacing: 0.01em;
}
@media (max-width: 1728px) {
  .section-registration__title-group-checkbox {
    font-size: calc(18rem / 16 + 4 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-registration__title-group-checkbox {
    margin-bottom: calc(2rem / 16 + 8 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .section-registration__title-group-checkbox {
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
}
.section-registration .wrap-check {
  gap: 10px;
  padding-block: 5px;
}
@media only screen and (min-width: 768px) {
  .section-registration .wrap-check {
    padding-block: 3px;
  }
}
.section-registration .wrap-check label {
  font-size: calc(18rem / 16);
  letter-spacing: 0.01em;
}
@media (max-width: 1728px) {
  .section-registration .wrap-check label {
    font-size: calc(15rem / 16 + 3 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .section-registration .wrap-check label {
    letter-spacing: normal;
  }
}
.section-registration .checkbox {
  width: 21px;
  height: 21px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.section-registration .checkbox-checked::before {
  background-image: url("../images/icon-check-dark.svg");
}
.section-registration__form-description {
  font-size: calc(14rem / 16);
  letter-spacing: 0.05em;
  line-height: 1.38;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1728px) {
  .section-registration__form-description {
    font-size: calc(12rem / 16 + 2 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .section-registration__form-description {
    letter-spacing: 0.02em;
  }
}
.section-registration__form-description a {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
}
.section-registration__form-description a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 575px) {
  .section-registration__wrap-slider {
    max-width: 300px;
    margin-inline: auto;
  }
}
.section-registration .slider-review .swiper-slide {
  min-height: auto;
}
.section-registration .card-review {
  min-height: 300px;
}
@media only screen and (min-width: 768px) {
  .section-registration .card-review {
    min-height: 400px;
  }
}
.section-registration .swiper-pagination-bullets {
  margin-top: 30px;
}
.section-registration .card-review__content {
  padding-left: 20px;
  padding-right: 30px;
  padding-block: 43px 50px;
  gap: 30px;
}
@media only screen and (min-width: 576px) {
  .section-registration .card-review__content {
    padding-left: 40px;
    padding-block: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .section-registration .card-review__content {
    gap: 34;
  }
}
@media only screen and (min-width: 1400px) {
  .section-registration .card-review__content {
    padding-left: 84px;
  }
}
.section-registration .card-review__content .card-review__text {
  color: rgba(14, 15, 17, 0.6);
}
@media only screen and (max-width: 575px) {
  .section-registration .card-review__content .author {
    max-width: 230px;
  }
}
.section-registration .card-review__content .author__name,
.section-registration .card-review__content .author__profesion {
  color: #0E0F11;
}
.section-registration__list-logo {
  margin-top: calc(78rem / 16);
  row-gap: calc(90rem / 16);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1728px) {
  .section-registration__list-logo {
    margin-top: calc(110rem / 16 + -32 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-registration__list-logo {
    row-gap: calc(40rem / 16 + 50 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 1400px) {
  .section-registration__list-logo {
    margin-inline: -30px;
  }
}
.section-registration__list-logo li {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 15px;
}
@media only screen and (min-width: 576px) {
  .section-registration__list-logo li {
    width: 33.33%;
  }
}
.section-registration__list-logo_title {
  font-size: 1.125rem;
  text-align: center;
  color: rgba(14, 15, 17, 0.6);
  line-height: 1.38;
  letter-spacing: 0.02em;
  width: 60%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .section-registration__list-logo_title {
    margin-top: 50px;
  }
}
.section-registration__list-logo_title + .section-registration__list-logo {
  margin-top: calc(110rem / 16);
}
@media (max-width: 1728px) {
  .section-registration__list-logo_title + .section-registration__list-logo {
    margin-top: calc(50rem / 16 + 60 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}

.page-platform .section-registration,
.section-registration {
  padding-top: calc(135rem / 16);
  padding-bottom: calc(144rem / 16);
}
@media (max-width: 1728px) {
  .page-platform .section-registration,
  .section-registration {
    padding-top: calc(65rem / 16 + 70 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .page-platform .section-registration,
  .section-registration {
    padding-bottom: calc(70rem / 16 + 74 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.page-platform .section-registration.gradient,
.section-registration.gradient {
  background-image: linear-gradient(150deg, #eceafd 0%, #eceafd 50%, #dfdbfd 80%, #d2ccfc 100%);
}
.page-platform .section-registration__wrapper,
.section-registration__wrapper {
  max-width: 1310px;
  justify-content: center;
  align-items: center;
  row-gap: 58px;
}
@media only screen and (max-width: 767px) {
  .page-platform .section-registration__wrapper,
  .section-registration__wrapper {
    padding-inline: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .page-platform .section-registration__wrapper,
  .section-registration__wrapper {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1300px) {
  .page-platform .section-registration__wrapper,
  .section-registration__wrapper {
    column-gap: 140px;
  }
}
.page-platform .section-registration .section-description-top,
.section-registration .section-description-top {
  padding-bottom: 10px;
}
.page-platform .section-registration .section-title,
.section-registration .section-title {
  font-size: calc(40rem / 16);
  line-height: 1.2;
  letter-spacing: 0.02em;
  padding-bottom: 0;
}
@media (max-width: 1728px) {
  .page-platform .section-registration .section-title,
  .section-registration .section-title {
    font-size: calc(24rem / 16 + 16 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.page-platform .section-registration .section-description,
.section-registration .section-description {
  font-size: calc(20rem / 16);
  color: #353ab0;
  opacity: 1;
  line-height: 1.2;
}
@media (max-width: 1728px) {
  .page-platform .section-registration .section-description,
  .section-registration .section-description {
    font-size: calc(18rem / 16 + 2 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.page-platform .section-registration__list-logo_title,
.section-registration__list-logo_title {
  font-size: calc(24rem / 16);
  color: rgba(18, 17, 133, 0.8);
  width: 100%;
  letter-spacing: normal;
}
@media (max-width: 1728px) {
  .page-platform .section-registration__list-logo_title,
  .section-registration__list-logo_title {
    font-size: calc(20rem / 16 + 4 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (max-width: 767px) {
  .page-platform .section-registration__list-logo_title,
  .section-registration__list-logo_title {
    margin-top: 0;
    max-width: 60%;
    line-height: 1.2;
  }
}
.page-platform .section-registration__list-logo_title + .section-registration__list-logo,
.section-registration__list-logo_title + .section-registration__list-logo {
  margin-top: calc(70rem / 16);
}
@media (max-width: 1728px) {
  .page-platform .section-registration__list-logo_title + .section-registration__list-logo,
  .section-registration__list-logo_title + .section-registration__list-logo {
    margin-top: calc(45rem / 16 + 25 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.page-platform .section-registration__list-logo,
.section-registration__list-logo {
  row-gap: 30px;
}
.page-platform .section-registration__list-logo li,
.section-registration__list-logo li {
  width: 33.33%;
  padding: 0;
}
.page-platform .section-registration__list-logo img,
.section-registration__list-logo img {
  max-width: calc(161rem / 16);
  filter: none;
}
@media (max-width: 1728px) {
  .page-platform .section-registration__list-logo img,
  .section-registration__list-logo img {
    max-width: calc(100rem / 16 + 61 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.page-platform .section-registration__wrap-form,
.section-registration__wrap-form {
  background-color: #f8f8f8;
  box-shadow: 4px -4px 32px 0 rgba(18, 17, 133, 0.06);
}
.page-platform .section-registration__wrap-form .btn,
.section-registration__wrap-form .btn,
.section-registration__wrap-form .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit,
.section-registration .hbsp-form .hs-submit .section-registration__wrap-form .wrap-btn-hbsp-submit {
  width: auto;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .page-platform .section-registration__wrap-form .btn,
  .section-registration__wrap-form .btn,
  .section-registration__wrap-form .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit,
  .section-registration .hbsp-form .hs-submit .section-registration__wrap-form .wrap-btn-hbsp-submit {
    padding-block: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .page-platform .section-registration__wrap-form,
  .section-registration__wrap-form {
    padding: 32px 20px 25px 20px;
    border-radius: 11px;
  }
}
.page-platform .section-registration .section-registration__form,
.section-registration .section-registration__form {
  --color-placeholder: #353ab0;
}
.page-platform .section-registration .section-registration__form *:-ms-input-placeholder,
.section-registration .section-registration__form *:-ms-input-placeholder {
  --opacity: 0.5;
}
.page-platform .section-registration .section-registration__form *::-moz-placeholder,
.section-registration .section-registration__form *::-moz-placeholder {
  --opacity: 0.5;
}
.page-platform .section-registration .section-registration__form *::-webkit-input-placeholder,
.section-registration .section-registration__form *::-webkit-input-placeholder {
  --opacity: 0.5;
}
.page-platform .section-registration .section-registration__form .input-wrap,
.section-registration .section-registration__form .input-wrap {
  margin-bottom: calc(35rem / 16);
}
@media (max-width: 1728px) {
  .page-platform .section-registration .section-registration__form .input-wrap,
  .section-registration .section-registration__form .input-wrap {
    margin-bottom: calc(25rem / 16 + 10 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.page-platform .section-registration .section-registration__form input:not([type=checkbox]):not([type=submit]),
.page-platform .section-registration .section-registration__form textarea,
.section-registration .section-registration__form input:not([type=checkbox]):not([type=submit]),
.section-registration .section-registration__form textarea {
  font-size: calc(22rem / 16);
  font-family: "FoundersGrotesk", sans-serif;
  line-height: 1.33;
  letter-spacing: 0.02em;
  box-sizing: border-box !important;
  width: 100%;
  min-height: 48px !important;
  background-color: #efedff;
  border-radius: 6px;
  border: none;
  box-shadow: none;
  color: #121185 !important;
  padding: 12px 16px;
  width: 100% !important;
}
@media (max-width: 1728px) {
  .page-platform .section-registration .section-registration__form input:not([type=checkbox]):not([type=submit]),
  .page-platform .section-registration .section-registration__form textarea,
  .section-registration .section-registration__form input:not([type=checkbox]):not([type=submit]),
  .section-registration .section-registration__form textarea {
    font-size: calc(18rem / 16 + 4 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .page-platform .section-registration .section-registration__form input:not([type=checkbox]):not([type=submit]),
  .page-platform .section-registration .section-registration__form textarea,
  .section-registration .section-registration__form input:not([type=checkbox]):not([type=submit]),
  .section-registration .section-registration__form textarea {
    line-height: 1.4;
    border-radius: 8px;
    min-height: 55px !important;
  }
}
.page-platform .section-registration .section-registration__form input:not([type=checkbox]):not([type=submit]):focus,
.page-platform .section-registration .section-registration__form textarea:focus,
.section-registration .section-registration__form input:not([type=checkbox]):not([type=submit]):focus,
.section-registration .section-registration__form textarea:focus {
  background-color: #dddaf9;
}
.page-platform .section-registration .hbsp-form,
.section-registration .hbsp-form {
  position: relative;
}
.page-platform .section-registration .hbsp-form .input > .hs-input,
.section-registration .hbsp-form .input > .hs-input {
  width: 100% !important;
}
.page-platform .section-registration .hbsp-form .select2-container + .hs-input,
.section-registration .hbsp-form .select2-container + .hs-input {
  margin-top: calc(32rem / 16);
}
@media (max-width: 1728px) {
  .page-platform .section-registration .hbsp-form .select2-container + .hs-input,
  .section-registration .hbsp-form .select2-container + .hs-input {
    margin-top: calc(25rem / 16 + 7 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (max-width: 480px) {
  .page-platform .section-registration .hbsp-form input,
  .section-registration .hbsp-form input {
    width: 100% !important;
  }
  .page-platform .section-registration .hbsp-form .input,
  .section-registration .hbsp-form .input {
    margin-right: 0;
  }
}
@media only screen and (min-width: 481px) {
  .page-platform .section-registration .hbsp-form fieldset[class*=form-columns],
  .section-registration .hbsp-form fieldset[class*=form-columns] {
    margin-right: -10px;
  }
  .page-platform .section-registration .hbsp-form fieldset.form-columns-3,
  .section-registration .hbsp-form fieldset.form-columns-3 {
    margin-right: -17px;
  }
}
.page-platform .section-registration .hbsp-form form,
.section-registration .hbsp-form form {
  margin-bottom: 0;
}
.page-platform .section-registration .hbsp-form label:not(.hs-form-checkbox-display):not(.hs-error-msg):not(.hs-form-booleancheckbox-display),
.section-registration .hbsp-form label:not(.hs-form-checkbox-display):not(.hs-error-msg):not(.hs-form-booleancheckbox-display) {
  display: none;
}
.page-platform .section-registration .hbsp-form .hs-fieldtype-checkbox > label,
.page-platform .section-registration .hbsp-form .hs-error-msgs label,
.section-registration .hbsp-form .hs-fieldtype-checkbox > label,
.section-registration .hbsp-form .hs-error-msgs label {
  display: block !important;
}
.page-platform .section-registration .hbsp-form label.hs-error-msg,
.page-platform .section-registration .hbsp-form .hs-error-msgs label,
.section-registration .hbsp-form label.hs-error-msg,
.section-registration .hbsp-form .hs-error-msgs label {
  color: red;
}
.page-platform .section-registration .hbsp-form .hs_error_rollup:has(+ .hs-submit),
.section-registration .hbsp-form .hs_error_rollup:has(+ .hs-submit) {
  position: relative;
  margin-top: -33px;
}
.page-platform .section-registration .hbsp-form .hs-error-msgs,
.section-registration .hbsp-form .hs-error-msgs {
  position: relative;
}
.page-platform .section-registration .hbsp-form label.hs-error-msg,
.section-registration .hbsp-form label.hs-error-msg {
  font-size: calc(14rem / 16);
  line-height: 1.05;
  padding-left: 5px;
  padding-top: 2px;
  margin-top: 3px;
  margin-bottom: 0;
}
@media (max-width: 1728px) {
  .page-platform .section-registration .hbsp-form label.hs-error-msg,
  .section-registration .hbsp-form label.hs-error-msg {
    font-size: calc(12rem / 16 + 2 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.page-platform .section-registration .hbsp-form .hs-fieldtype-checkbox,
.section-registration .hbsp-form .hs-fieldtype-checkbox {
  font-family: "FoundersGrotesk", sans-serif;
}
.page-platform .section-registration .hbsp-form .hs-fieldtype-checkbox > label > span,
.section-registration .hbsp-form .hs-fieldtype-checkbox > label > span {
  font-family: "FoundersGrotesk", sans-serif;
  color: #121185;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
.page-platform .section-registration .hbsp-form .hs-fieldtype-checkbox .input label,
.section-registration .hbsp-form .hs-fieldtype-checkbox .input label {
  font-family: "FoundersGrotesk", sans-serif;
  font-size: 1.25rem;
  line-height: 1.34;
  letter-spacing: 0.02em;
  color: #353ab0;
  cursor: pointer;
}
.page-platform .section-registration .hbsp-form .hs-fieldtype-checkbox .inputs-list,
.section-registration .hbsp-form .hs-fieldtype-checkbox .inputs-list {
  max-width: 290px;
  padding-left: 0;
  padding-top: 12px;
}
.page-platform .section-registration .hbsp-form .hs-main-font-element,
.section-registration .hbsp-form .hs-main-font-element {
  margin-bottom: 10px;
}
.page-platform .section-registration .hbsp-form .hs-main-font-element span,
.section-registration .hbsp-form .hs-main-font-element span {
  color: #121185 !important;
}
.page-platform .section-registration .hbsp-form .legal-consent-container .hs-richtext,
.section-registration .hbsp-form .legal-consent-container .hs-richtext {
  font-family: "FoundersGrotesk", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.26;
  letter-spacing: 0.06em;
  text-align: center;
  color: #353ab0;
}
.page-platform .section-registration .hbsp-form .legal-consent-container .hs-richtext a,
.section-registration .hbsp-form .legal-consent-container .hs-richtext a {
  color: #353ab0;
  text-decoration: underline;
}
.page-platform .section-registration .hbsp-form .legal-consent-container .hs-richtext a:hover,
.section-registration .hbsp-form .legal-consent-container .hs-richtext a:hover {
  color: #6b34fd;
}
.page-platform .section-registration .hbsp-form .legal-consent-container,
.section-registration .hbsp-form .legal-consent-container {
  margin-bottom: 45px;
}
.page-platform .section-registration .hbsp-form .submitted-message,
.section-registration .hbsp-form .submitted-message {
  font-size: calc(24rem / 16);
  font-family: "FoundersGrotesk", sans-serif;
  color: #121185;
  font-weight: 500;
}
@media (max-width: 1728px) {
  .page-platform .section-registration .hbsp-form .submitted-message,
  .section-registration .hbsp-form .submitted-message {
    font-size: calc(20rem / 16 + 4 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.page-platform .section-registration .hbsp-form .hs-submit .actions,
.section-registration .hbsp-form .hs-submit .actions {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #6b34fd;
  padding: 0;
  margin: 0;
  border-radius: 12px;
  cursor: pointer;
}
.page-platform .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit,
.section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit {
  display: inline-flex;
  padding: 0;
  margin: 0;
  text-align: left;
  margin-bottom: 0 !important;
  margin-bottom: 10px;
}
.page-platform .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit:after,
.section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit:after {
  margin-right: 20px;
  min-width: 12px;
}
@media only screen and (min-width: 768px) {
  .page-platform .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit:after,
  .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit:after {
    min-width: 16px;
  }
}
.page-platform .section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit:hover,
.section-registration .hbsp-form .hs-submit .wrap-btn-hbsp-submit:hover {
  background-color: #6b34fd;
}
.page-platform .section-registration .hbsp-form .hs-submit input.hs-button,
.section-registration .hbsp-form .hs-submit input.hs-button {
  font-size: calc(20rem / 16);
  font-family: "FoundersGrotesk", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  background: none;
  border: none;
  box-shadow: none;
  text-align: left;
  padding: 16px 0 16px 25px;
  text-align: center;
}
@media (max-width: 1728px) {
  .page-platform .section-registration .hbsp-form .hs-submit input.hs-button,
  .section-registration .hbsp-form .hs-submit input.hs-button {
    font-size: calc(18rem / 16 + 2 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.page-platform .section-registration .hbsp-form .hs-submit input.hs-button:active,
.section-registration .hbsp-form .hs-submit input.hs-button:active {
  font-size: calc(20rem / 16);
  font-weight: 400;
  font-family: "FoundersGrotesk", sans-serif;
  padding: 16px 0 16px 25px;
  line-height: 1.2;
  background: none;
  border: none;
  box-shadow: none;
}
@media (max-width: 1728px) {
  .page-platform .section-registration .hbsp-form .hs-submit input.hs-button:active,
  .section-registration .hbsp-form .hs-submit input.hs-button:active {
    font-size: calc(18rem / 16 + 2 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.page-platform .section-registration .hbsp-form .hs-form-checkbox + .hs-form-checkbox,
.section-registration .hbsp-form .hs-form-checkbox + .hs-form-checkbox {
  margin-top: 16px;
}
.page-platform .section-registration .hbsp-form .hs-form-checkbox-display,
.section-registration .hbsp-form .hs-form-checkbox-display {
  margin-bottom: 0;
}
.page-platform .section-registration .hbsp-form .hs-form-booleancheckbox-display,
.section-registration .hbsp-form .hs-form-booleancheckbox-display {
  color: #353ab0;
}
.page-platform .section-registration .hbsp-form .hs-form-booleancheckbox-display span,
.section-registration .hbsp-form .hs-form-booleancheckbox-display span {
  margin-left: 0;
  cursor: pointer;
}
.page-platform .section-registration .hbsp-form .checkbox-checked,
.section-registration .hbsp-form .checkbox-checked {
  background-color: #6b34fd;
}
.page-platform .section-registration .hbsp-form .checkbox-checked::before,
.section-registration .hbsp-form .checkbox-checked::before {
  background-image: url("../images/icon-check-light.svg");
}
.page-platform .section-registration .hbsp-form .checkbox-wrap,
.section-registration .hbsp-form .checkbox-wrap {
  --size: 20px;
}
.page-platform .section-registration .hbsp-form .checkbox,
.section-registration .hbsp-form .checkbox {
  background-color: #efedff;
  border: none;
  opacity: 1;
  width: var(--size);
  min-width: var(--size);
  height: var(--size);
}
.page-platform .section-registration .hbsp-form .checkbox.checkbox-checked,
.section-registration .hbsp-form .checkbox.checkbox-checked {
  background-color: #6b34fd;
}
.page-platform .section-registration .hbsp-form div.hs-form-field,
.section-registration .hbsp-form div.hs-form-field {
  margin-bottom: calc(32rem / 16);
}
@media (max-width: 1728px) {
  .page-platform .section-registration .hbsp-form div.hs-form-field,
  .section-registration .hbsp-form div.hs-form-field {
    margin-bottom: calc(25rem / 16 + 7 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.page-platform .section-registration .hbsp-form div.hs-form-field:has(.hs-error-msg),
.section-registration .hbsp-form div.hs-form-field:has(.hs-error-msg) {
  margin-bottom: 12px;
}
.page-platform .section-registration .hbsp-form .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.section-registration .hbsp-form .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 6px;
}
@media only screen and (min-width: 768px) {
  .page-platform .section-registration .hbsp-form .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
  .section-registration .hbsp-form .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-radius: 8px;
  }
}
.page-platform .section-registration .hbsp-form select.hs-input,
.section-registration .hbsp-form select.hs-input {
  position: absolute;
  visibility: hidden;
}
.page-platform .section-registration .hbsp-form .select2-container,
.section-registration .hbsp-form .select2-container {
  width: 100% !important;
}
.page-platform .section-registration .hbsp-form .select2-container--below .select2-selection,
.section-registration .hbsp-form .select2-container--below .select2-selection {
  border: 1.5px solid #353ab0;
}
.page-platform .section-registration .hbsp-form .select2-dropdown,
.section-registration .hbsp-form .select2-dropdown {
  border-radius: 6px;
  box-shadow: 3px -3px 20px 0 rgba(18, 17, 133, 0.13);
  margin-top: 16px;
  border: 1.5px solid #353ab0;
  border-radius: 6px !important;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .page-platform .section-registration .hbsp-form .select2-dropdown,
  .section-registration .hbsp-form .select2-dropdown {
    border-radius: 8px !important;
  }
}
.page-platform .section-registration .hbsp-form .select2-dropdown.select2-dropdown--above,
.section-registration .hbsp-form .select2-dropdown.select2-dropdown--above {
  margin-top: -16px;
}
@media only screen and (min-width: 768px) {
  .page-platform .section-registration .hbsp-form .select2-dropdown,
  .section-registration .hbsp-form .select2-dropdown {
    border-radius: 8px;
  }
}
.page-platform .section-registration .hbsp-form .select2-selection,
.section-registration .hbsp-form .select2-selection {
  border: 1.5px solid #E5E7FF;
  background-color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .page-platform .section-registration .hbsp-form .select2-selection,
  .section-registration .hbsp-form .select2-selection {
    padding: 11.5px 24px;
    border-radius: 8px;
  }
}
.page-platform .section-registration .hbsp-form .select2-selection__rendered,
.section-registration .hbsp-form .select2-selection__rendered {
  font-size: calc(24rem / 16);
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #121185;
  padding: 0;
}
@media (max-width: 1728px) {
  .page-platform .section-registration .hbsp-form .select2-selection__rendered,
  .section-registration .hbsp-form .select2-selection__rendered {
    font-size: calc(20rem / 16 + 4 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.page-platform .section-registration .hbsp-form .select2-selection__arrow,
.section-registration .hbsp-form .select2-selection__arrow {
  width: 25px !important;
  height: 25px !important;
  transform: translateY(-50%);
  top: calc(50% - 0px) !important;
  right: 15px;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .page-platform .section-registration .hbsp-form .select2-selection__arrow,
  .section-registration .hbsp-form .select2-selection__arrow {
    right: 20px;
  }
}
.page-platform .section-registration .hbsp-form .select2-selection__arrow b,
.section-registration .hbsp-form .select2-selection__arrow b {
  border-width: 0 1.5px 1.5px 0 !important;
  padding: 4px !important;
  border-color: #121185 !important;
  top: 8px;
  left: 8px;
  margin-left: 0;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .page-platform .section-registration .hbsp-form .select2-selection__arrow b,
  .section-registration .hbsp-form .select2-selection__arrow b {
    padding: 5px !important;
    top: 6px;
    left: 6px;
  }
}
.page-platform .section-registration .hbsp-form .select2-container--open .select2-selection__arrow b,
.section-registration .hbsp-form .select2-container--open .select2-selection__arrow b {
  top: 12px;
}
.page-platform .section-registration .hbsp-form .select2-results,
.section-registration .hbsp-form .select2-results {
  background-color: #fff;
  padding-block: 0;
}
.page-platform .section-registration .hbsp-form .select2-results__option,
.section-registration .hbsp-form .select2-results__option {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #121185;
  padding: 12px 16px;
}
@media only screen and (min-width: 768px) {
  .page-platform .section-registration .hbsp-form .select2-results__option,
  .section-registration .hbsp-form .select2-results__option {
    padding: 16px 24px;
  }
}
.page-platform .section-registration .hbsp-form .select2-results__option--selected, .page-platform .section-registration .hbsp-form .select2-results__option--selected.select2-results__option--highlighted,
.section-registration .hbsp-form .select2-results__option--selected,
.section-registration .hbsp-form .select2-results__option--selected.select2-results__option--highlighted {
  background-color: #efedff;
  color: #121185 !important;
}
.page-platform .section-registration .hbsp-form .select2-results__option--highlighted,
.section-registration .hbsp-form .select2-results__option--highlighted {
  background: none;
  color: #6b34fd;
}
.page-platform .section-registration .hbsp-form .select2-results__option--disabled,
.section-registration .hbsp-form .select2-results__option--disabled {
  display: none;
}
.page-platform .section-registration__left,
.section-registration__left {
  max-width: 545px;
}
.page-platform .section-registration__right,
.section-registration__right {
  max-width: 515px;
  padding-top: 0;
}

.section-registration.section-registration-get-demo {
  background-image: var(--bg-main);
  padding-bottom: calc(75rem / 16);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 1728px) {
  .section-registration.section-registration-get-demo {
    padding-bottom: calc(35rem / 16 + 40 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 576px) {
  .section-registration.section-registration-get-demo {
    background-image: var(--bg-ellipse), var(--bg-main);
    background-size: 75%, cover;
    background-position: left top;
  }
}
.section-registration.section-registration-get-demo.page-without-header-bg__hero {
  padding-top: calc(200rem / 16);
}
@media (max-width: 1728px) {
  .section-registration.section-registration-get-demo.page-without-header-bg__hero {
    padding-top: calc(100rem / 16 + 100 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (max-width: 575px) {
  .section-registration.section-registration-get-demo.page-without-header-bg__hero {
    padding-top: 80px;
  }
}
.section-registration.section-registration-get-demo .section-registration__wrapper {
  max-width: 1500px;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 40px;
}
@media only screen and (max-width: 575px) {
  .section-registration.section-registration-get-demo .section-registration__wrapper {
    row-gap: 0;
  }
}
.section-registration.section-registration-get-demo .section-registration__left {
  max-width: 600px;
  margin-inline: auto;
}
@media only screen and (min-width: 1025px) {
  .section-registration.section-registration-get-demo .section-registration__left {
    max-width: 570px;
    min-width: 450px;
    margin-inline: 0;
  }
}
.section-registration.section-registration-get-demo .section-registration__right {
  max-width: 600px;
  margin-inline: auto;
}
@media only screen and (max-width: 575px) {
  .section-registration.section-registration-get-demo .section-registration__right {
    background-image: var(--bg-ellipse);
    background-size: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    margin-inline: -16px;
    padding-inline: 16px;
    width: calc(100% + 32px);
    padding-top: 56px;
  }
}
@media only screen and (min-width: 1025px) {
  .section-registration.section-registration-get-demo .section-registration__right {
    max-width: 50%;
    margin-inline: 0;
  }
}
@media only screen and (min-width: 1250px) {
  .section-registration.section-registration-get-demo .section-registration__right {
    max-width: 667px;
  }
}
.section-registration.section-registration-get-demo .section-description-top {
  padding-bottom: 5px;
}
.section-registration.section-registration-get-demo .section-title {
  font-size: calc(40rem / 16);
  padding-top: 0;
}
@media (max-width: 1728px) {
  .section-registration.section-registration-get-demo .section-title {
    font-size: calc(32rem / 16 + 8 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (max-width: 767px) {
  .section-registration.section-registration-get-demo .section-registration__wrap-form {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .section-registration.section-registration-get-demo .section-registration__wrap-form {
    margin-inline: -16px;
    border-radius: 0;
    padding-bottom: 65px;
    padding-inline: 22px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-registration.section-registration-get-demo .section-registration__wrap-form {
    padding-block: 65px 60px;
  }
}
.section-registration.section-registration-get-demo .section-registration__wrap-slider {
  max-width: 100%;
}
.section-registration.section-registration-get-demo .section-registration__wrap-slider + div {
  margin-top: calc(75rem / 16);
}
@media (max-width: 1728px) {
  .section-registration.section-registration-get-demo .section-registration__wrap-slider + div {
    margin-top: calc(25rem / 16 + 50 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-registration.section-registration-get-demo .slider-registration-review {
  --pLeftSlide: 40px;
  margin-left: calc(var(--pLeftSlide) * -1);
}
.section-registration.section-registration-get-demo .slider-registration-review__nav {
  gap: 22px;
  margin-top: 0;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .section-registration.section-registration-get-demo .slider-registration-review__nav {
    justify-content: flex-start;
  }
}
.section-registration.section-registration-get-demo .slider-registration-review .swiper-slide {
  padding-left: var(--pLeftSlide);
  padding-bottom: 30px;
}
.section-registration.section-registration-get-demo .card-creative-feedback {
  box-shadow: -20px 10px 25px 0 rgba(0, 0, 0, 0.2), inset 0 0 59px 0 rgba(255, 255, 255, 0.05), inset 0 0 23px 0 rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background-color: rgba(71, 77, 123, 0.045);
  background-image: linear-gradient(45deg, rgba(35, 42, 77, 0.1), rgba(29, 38, 67, 0.4) 70%, rgba(54, 68, 104, 0.6));
  gap: 50px;
}
@media only screen and (min-width: 768px) {
  .section-registration.section-registration-get-demo .card-creative-feedback {
    box-shadow: -20px 15px 30px 0 rgba(0, 0, 0, 0.2), inset 0 0 59px 0 rgba(255, 255, 255, 0.05), inset 0 0 23px 0 rgba(255, 255, 255, 0.02);
  }
}
.section-registration.section-registration-get-demo .section-registration__list-logo_title {
  font-size: calc(24rem / 16);
  font-family: var(--font-family);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  color: #FCF9FE;
}
@media (max-width: 1728px) {
  .section-registration.section-registration-get-demo .section-registration__list-logo_title {
    font-size: calc(20rem / 16 + 4 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 1025px) {
  .section-registration.section-registration-get-demo .section-registration__list-logo_title {
    text-align: left;
  }
}
.section-registration.section-registration-get-demo .section-registration__list-logo {
  margin-top: 32px;
  margin-inline: -10px;
  row-gap: 15px;
}
@media only screen and (max-width: 767px) {
  .section-registration.section-registration-get-demo .section-registration__list-logo {
    display: none;
  }
}
.section-registration.section-registration-get-demo .section-registration__list-logo img {
  max-width: 140px;
}
.section-registration.section-registration-get-demo .slider-logos-registration {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .section-registration.section-registration-get-demo .slider-logos-registration {
    display: none;
  }
}

.section-registration .wrap-select-tags {
  position: relative;
}
.section-registration .select-tags {
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  column-gap: 16px;
  row-gap: 10px;
  margin: 0 !important;
}
@media only screen and (min-width: 768px) {
  .section-registration .select-tags {
    flex-direction: row;
    align-items: center;
  }
}
.section-registration .select-tags .select2-dropdown {
  border-radius: 8px;
}
.section-registration .select-tags .select2-dropdown .select2-results__option:not(:last-child) {
  border-bottom: none !important;
}
.section-registration .select-tags .select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #efedff !important;
  color: #121185 !important;
}
.section-registration .select-tags .select2-dropdown .select2-results__option--selected {
  color: #6b34fd !important;
}
.section-registration .select-tags label {
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #121185;
  white-space: nowrap;
}
.section-registration .select-tags.without-search .select2-search {
  display: none;
}
.section-registration .select-tags .select2 {
  display: block;
  height: auto !important;
}
.section-registration .select-tags .select2-selection--multiple {
  z-index: 2;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .section-registration .select-tags .select2-selection--multiple {
    min-width: auto;
    margin-top: 0;
  }
}
.section-registration .select-tags .dop-label-select-tags {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #401EFF;
  font-weight: 500;
  max-width: inherit;
  text-align: left;
}
.section-registration .select-tags .select2-selection__rendered {
  display: inline-flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 10px;
}
.section-registration .select-tags .select2-selection__choice {
  display: inline-flex;
  align-items: center;
  border: none;
  background: rgba(107, 52, 253, 0.1);
  color: #401EFF;
  padding-block: 5px;
  padding-inline: 10px 25px;
  border-radius: 8px;
  height: 40px;
  margin-left: 0;
}
.section-registration .select-tags .select2-selection__choice__remove {
  font-size: 27px;
  font-weight: 400;
  right: 5px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  color: rgba(64, 30, 255, 0.8);
}
.section-registration .select-tags .select2-selection__choice__remove:hover {
  background: none;
  color: #401eff;
}
.section-registration .select-tags .select2-selection__choice__display {
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #6b34fd;
  padding-right: 13px;
}
.section-registration .wrap-select-tags {
  width: 100%;
}
.section-registration .select-tags .select2-selection__choice .select2-selection__choice__remove {
  font-weight: 300;
  font-size: 30px;
}
.section-registration .select-tags .select2-container--open .select2-selection--multiple::after {
  rotate: -135deg;
  top: 22px;
}
.section-registration .select-tags .wrap-select-multiple-tags-text {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-registration .select-tags .icon-check-tags-option {
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 3.5px;
  border: 1px solid #121185;
}
.section-registration .select-tags .select2-results__option--selected .icon-check-tags-option {
  border-color: rgba(18, 17, 133, 0);
  background-color: #6b34fd;
  border-radius: 5px;
  background-image: url("../images/icon-check-multiple-tags-select.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.section-registration .select-tags .select2-selection--multiple {
  position: relative;
  margin-left: 0;
  padding: 12px 40px 12px 16px;
  background-color: #EFEDFF;
  border: 1.5px solid #EFEDFF;
  border-radius: 8px !important;
  box-sizing: border-box;
  min-height: 48px;
}
@media only screen and (min-width: 768px) {
  .section-registration .select-tags .select2-selection--multiple {
    min-height: 55px;
  }
}
.section-registration .select-tags .select2-selection--multiple:has(.select2-selection__rendered li) {
  padding: 5px 40px 5px 5px;
}
.section-registration .select-tags .select2-selection--multiple::after {
  content: "";
  border: solid #121185;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease;
  position: absolute;
  right: 18px;
  top: 18px;
  rotate: 45deg;
}
.section-registration .select-tags .select2-selection__rendered {
  gap: 8px;
  position: absolute;
}
.section-registration .select-tags .select2-selection__rendered li {
  margin: 0;
  border-radius: 5px;
}
.section-registration .select-tags .select2-selection__rendered:has(li) {
  position: relative;
}
.section-registration .select-tags .select2-selection__rendered:has(li) + .select2-search {
  display: none;
}
.section-registration .select-tags .select2-search {
  display: flex;
  align-items: center;
  height: 28px;
}
.section-registration .select-tags .select2-search__field {
  font-size: calc(22rem / 16);
  line-height: 1;
  letter-spacing: 0.02em;
  margin: 0;
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 1728px) {
  .section-registration .select-tags .select2-search__field {
    font-size: calc(18rem / 16 + 4 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
/*# sourceMappingURL=section-registration.min.css.map */
