@import "custom-bootstrap.min.css";
:root {
  --animate-delay: 1.2s;
  --fancybox-content-color: var(--bs-body-color);
  --swiperArrowSize: 2.5rem;
  --swiperArrowPosition: calc(var(--swiperArrowSize) * -1 / 2);
  --swiperBorderColorDef: var(--bs-primary);
  --swiperColorDef: #fff;
  --swiperBgDef: linear-gradient(93.08deg, #0051ff, #08f 98.33%);
  --swiperBorderColorDefHover: #fff;
  --swiperColorDefHover: var(--bs-primary);
  --swiperBgDefHover: #fff;
  --dark-card-bg: $gray-950;
  --accent-color: #d63384;
  --sp-base: 1.25rem;
  --sPT: 4.6875rem;
  --sTPB: 3.75rem;
  --sPB: 4.6875rem;
}
.fancybox__container {
  --fancybox-bg: rgba(58, 59, 60, 0.77);
}
.pixel-perfect {
  background-position: center 0;
  background-repeat: no-repeat;
  left: 50%;
  opacity: 0;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  right: auto;
  text-align: center;
  top: 0;
  translate: -50% 0;
  z-index: 1000;
}
body,
html {
  font-size: var(--bs-body-font-size);
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(33, 36, 41, 0);
}
body.fancybox-active,
body[class*="fixed"] {
  margin-right: var(--spacing-end);
}
body.fancybox-active .header,
body[class*="fixed"] .header {
  padding-right: var(--spacing-end);
}
body.loaded_hiding {
  --s: 0.36s;
  opacity: 0;
  pointer-events: none;
  transition: all var(--s) ease-in-out;
}
body.loaded_hiding:before {
  display: none;
}
body.loaded {
  opacity: 1;
  pointer-events: visible;
}
body:before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  --s: 0.36s;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(39, 36, 40, 0.8);
  left: 0;
  opacity: 0;
  top: 0;
  transition: all var(--s) ease-in-out;
  z-index: -1;
}
body.fancybox-active {
  overflow: hidden;
}
body[class*="fixed"] {
  left: 0;
  position: absolute;
  top: 0;
  touch-action: none;
  width: 100%;
  z-index: 999;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}
body[class*="fixed"]:before {
  opacity: 0.76;
  z-index: 999;
}
.main-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
main {
  flex-grow: 1;
}
.section {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: var(--sPB);
  padding-top: var(--sPT);
}
.section-title {
  color: var(--Grey, #4d4d4d);
  margin-bottom: var(--sTPB);
}
.section-title span {
  color: #006fff;
}
.section-title img {
  margin-bottom: 0 !important;
  max-width: 100%;
}
.section-title h2 {
  color: #006fff;
}
.mono {
  font-family: var(--bs-font-monospace);
}
.small {
  font-size: 0.875rem;
}
.tdn {
  text-decoration: none !important;
}
.ttu {
  text-transform: uppercase;
}
.tdu {
  text-decoration: underline;
}
.tdu:hover {
  text-decoration: none;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-900 {
  font-weight: 900;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-100 {
  font-weight: 100;
}
.row--sm {
  --bg-gutter-x: 1.25rem;
}
.image-source-link {
  color: #98c3d1;
}
.strong,
strong {
  font-weight: 700;
}
ul {
  padding-left: 0;
}
.res-i,
picture img {
  height: auto;
  max-width: 100%;
}
.img-bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.img-bg img {
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}
.bgs {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.table {
  display: table;
}
.tr {
  display: table-row;
}
.td {
  display: table-cell;
}
.tabs__btn-accordion {
  width: 100%;
}
.tabs__btn:hover {
  cursor: pointer;
}
.tabs__content {
  display: none;
}
.tabs__content.active {
  display: block;
}
.invisible {
  border: 0;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.control-wrap {
  position: relative;
}
.swiper-button-disabled {
  opacity: 0.2;
}
.swiper-button-hand {
  background: var(--swiperBgDef);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid var(--swiperBorderColorDef);
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.1);
  color: var(--swiperColorDef);
  height: var(--swiperArrowSize);
  margin: auto 0;
  outline: none !important;
  position: absolute;
  top: 0;
  width: var(--swiperArrowSize);
  --s: 0.36s;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: all var(--s) ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 50;
}
.swiper-button-hand:hover {
  background: var(--swiperBgDefHover);
  border-color: var(--swiperBorderColorDefHover);
  color: var(--swiperColorDefHover);
}
.swiper-button-hand .icon {
  font-size: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
}
.swiper-button-hand:after {
  display: none;
}
.swiper-button-hand-next {
  right: var(--swiperArrowPosition);
}
.swiper-button-hand-prev {
  left: var(--swiperArrowPosition);
}
.swiper-pagination {
  text-align: center;
  width: 100%;
}
.swiper-pagination-bullet {
  background-color: #e6e6e6;
  border-radius: 50%;
  height: 8px;
  opacity: 1;
  outline: none !important;
  width: 8px;
  --s: 0.36s;
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.3125rem;
  transition: all var(--s) ease-in-out;
}
.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
  background-color: var(--bs-primary);
}
picture {
  display: block;
}
img.object-fit-js {
  display: block;
  height: 100%;
  width: 100%;
}
.object-fit-js img,
img.img-bg,
img.object-fit-js {
  -o-object-fit: cover;
  object-fit: cover;
}
a {
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
}
.picture-bg,
img.img-bg {
  z-index: -1;
}
.picture-bg,
.picture-bg .object-fit-js,
img.img-bg,
img.img-bg .object-fit-js {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.bg-wrap {
  position: relative;
  z-index: 2;
}
.browsehappy {
  background: #000;
  color: #fff;
  font-size: 10px;
  min-height: 100px;
  padding-top: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
iframe {
  border: none;
}
::-webkit-calendar-picker-indicator {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23006FFF" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 18H4V8h16z"/></svg>');
}
.form-control,
.form-select {
  box-shadow: none !important;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none !important;
}
.form-check,
.form-check-input,
.form-switch {
  cursor: pointer;
}
.img-wrap-center {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  margin: auto;
  position: absolute;
}
.img-wrap-center img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.img-wrap-center img.object-fit-js {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.btn-primary {
  border: none;
  box-shadow: 0 18px 64.1px 0 rgba(0, 102, 255, 0.47);
  color: #fff !important;
  position: relative;
  z-index: 2;
}
.btn-primary:before {
  background: linear-gradient(93.08deg, #0051ff, #08f 98.33%);
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: var(--op, 1);
  position: absolute;
  z-index: -1;
}
.btn-primary:hover {
  --op: 0;
}
.panel-with-bg {
  background: var(--Grey3, #e0e4ea);
  border-radius: 24px;
  margin-top: 4rem;
  padding: 5rem 1.25rem;
  position: relative;
}
.panel-with-bg .picture-bg {
  border-radius: inherit;
}
.panel-with-bg .row {
  justify-content: center;
  --bs-gutter-y: 1rem;
}
.fz-lg {
  font-size: 1.25rem;
}
.video-block {
  margin-inline: auto;
  margin-top: 64px;
  max-width: 900px;
}
.video-block h3 {
  margin-bottom: 2rem;
}
.video-block iframe {
  aspect-ratio: 16/9;
  border: none;
  border-radius: 16px;
}
.btn-white {
  background-color: #fff;
  border: 0 solid #000;
  color: #000;
  min-width: 190px;
}
.btn-white:hover {
  background-color: #f2f2f2;
}
.form-control {
  margin-bottom: 1em;
  text-align: center;
}
.footer {
  padding: 2.5rem 0;
  position: relative;
  z-index: 1;
  z-index: 2;
}
.footer__container .before {
  display: block;
  margin-bottom: 1.25rem;
}
.footer .row {
  --bs-gutter-y: 1.25rem;
}
.footer a {
  border-bottom: 1px solid !important;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
.footer a:hover {
  border-bottom-color: transparent !important;
}
.footer a {
  color: #272428 !important;
  display: inline-block;
}
.footer a:hover {
  opacity: 0.8;
}
.footer .spiner {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.footer__txt {
  line-height: 1.2em;
}
.footer__txt p {
  font-feature-settings: "pnum" on, "lnum" on;
  margin-bottom: 0;
}
.footer__txt h6 {
  margin-bottom: 1.03125rem;
  text-transform: none;
}
.footer__txt--h6 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.footer__txt--h6 a {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}
.footer__txt--support {
  margin-bottom: 1.25rem;
}
.footer__txt--support a {
  text-decoration: none;
}
.footer__left-col a {
  display: inline;
}
.form-wrap__input-wrap {
  margin-bottom: 0.9375rem;
}
.form-wrap__input {
  resize: none;
}
.form-wrap__btn {
  cursor: pointer;
  margin-bottom: 0.9375rem;
}
.form-wrap label {
  display: block;
  width: 100%;
}
input[type="number"] {
  -moz-appearance: textfield;
}
select::-ms-expand {
  display: none;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.headerBlock {
  --sPT: 1.875rem;
  --sPB: 3.75rem;
  --sTPB: 3.75rem;
  background-image: url(../img/header-bg.png);
  position: relative;
  text-align: center;
}
.headerBlock .btn {
  margin-bottom: 6.875rem;
  max-width: 23.25rem;
  width: 100%;
  z-index: 4;
}
.headerBlock h1 {
  color: #006fff;
}
.headerBlock .section {
  position: relative;
  z-index: 4;
}
.headerBlock img {
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
  max-width: 120%;
  pointer-events: none;
  position: absolute;
  right: -5%;
  z-index: -1;
}
.headerBlock__row {
  counter-reset: num;
  display: grid;
  gap: 10px;
  margin: 40px auto;
  max-width: 56rem;
}
.headerBlock__row,
.headerBlock__row--lg {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.headerBlock__item {
  align-items: center;
  -webkit-backdrop-filter: blur(11.25px);
  backdrop-filter: blur(11.25px);
  background: hsla(0, 0%, 100%, 0.3);
  border: 1px solid #272428;
  border-radius: 300px;
  display: flex;
  flex-direction: row;
  font-weight: 600;
  justify-content: center;
  text-wrap: balance;
}
.headerBlock__item--lg {
  font-size: calc(1.525rem + 3.3vw);
  height: 2.5em;
}
.headerBlock__item--sm {
  min-height: 7.375rem;
  padding: 10px;
  position: relative;
}
.headerBlock__item--sm:before {
  align-items: center;
  background: linear-gradient(93.08deg, #0051ff, #08f 98.33%);
  border-radius: 50%;
  color: #fff;
  content: counter(num);
  counter-increment: num;
  display: flex;
  flex: none;
  flex-grow: 0;
  height: 40px;
  justify-content: center;
  left: calc(50% - 19.18px);
  order: 1;
  position: absolute;
  top: calc(50% - 78.18px);
  width: 40px;
  z-index: 1;
}
.headerBlock-item {
  -webkit-backdrop-filter: blur(6.6px);
  backdrop-filter: blur(6.6px);
  background: rgba(0, 0, 0, 0.59);
  border-radius: 22px;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  line-height: 1.4;
  padding: 1.5rem;
  text-align: center;
  text-wrap: balance;
}
.headerBlock-item img {
  margin-bottom: 1rem;
}
.soc {
  --bs-gutter-x: 10px;
  --bs-gutter-y: m;
  display: flex;
  margin-left: calc(var(--bs-gutter-x) * -1 / 2);
  margin-right: calc(var(--bs-gutter-x) * -1 / 2);
  margin-top: calc(var(--bs-gutter-y) * -1);
}
.soc > * {
  margin-top: calc(var(--bs-gutter-y));
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
}
.soc__item {
  text-decoration: none !important;
  vertical-align: middle;
  --s: 0.36s;
  display: grid;
  place-items: center;
  transition: all var(--s) ease-in-out;
}
.soc .icon {
  font-size: 1.875rem;
}
.counter {
  counter-reset: num;
}
.counter__item {
  position: relative;
}
.counter__item:before {
  content: counter(num);
  counter-increment: num;
}
.addBlock {
  border: 1px solid;
  border-radius: 23px;
  color: var(--color, #006fff);
  display: flex;
  overflow: hidden;
  position: relative;
}
.addBlock input {
  border: none;
  color: inherit;
  height: 2.8125rem;
  text-align: center;
}
.addBlock__btn {
  background: none !important;
  background: transparent;
  border: none !important;
  border-radius: 23px;
  box-shadow: none !important;
  color: inherit;
  height: 2.8125rem;
  outline: none !important;
  position: relative;
  width: 1.625rem;
}
.addBlock__btn:after,
.addBlock__btn:before {
  background-color: currentColor;
  content: "";
  height: 2px;
  inset: 0;
  margin: auto;
  position: absolute;
  width: 10px;
}
.addBlock__btn--plus:after {
  transform: rotate(90deg);
}
.search-block {
  position: relative;
}
.search-block input {
  border: none !important;
  font-size: 14px;
  outline: none !important;
  padding-bottom: 0.875rem;
  padding-left: 1.875rem;
  padding-top: 0.875rem;
  width: 100%;
}
.search-block .icon {
  border: none !important;
  font-size: 1.25rem;
}
.search-block button {
  align-items: center;
  background: none !important;
  border: none !important;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}
.breadcrumb-item {
  width: auto;
}
.def-slider {
  margin-inline: auto;
  max-width: 1080px;
  position: relative;
}
.def-slider h6 {
  line-height: 1.2;
  margin-bottom: 1.25rem;
  text-align: center;
}
.def-slider .swiper {
  margin-bottom: 40px;
}
.def-slider .swiper-button-hand {
  --swiperArrowPosition: 20px;
}
.def-slider__slide {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: auto;
  justify-content: center;
  text-align: center;
}
:root {
  --fancybox-content-bg: none;
}
.fancybox__content {
  max-width: 100%;
  padding: 0;
}
.modal-win {
  background-color: #fff;
  max-width: 100%;
  padding: 40px;
  position: relative;
  width: 31.25rem;
}
.modal-win .mfp-close {
  color: #006fff;
  font-size: 40px;
  font-weight: 100;
}
a {
  outline: 0 !important;
}
.modal-form {
  position: relative;
}
#foot-dialog h3 {
  font-size: 2.25em;
}
.mfp-close {
  background: 0 0;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  color: #272428;
  cursor: pointer;
  display: block;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-size: 50px;
  font-style: normal;
  font-weight: 100;
  height: 56px;
  line-height: 56px;
  margin-right: -5px;
  margin-top: -5px;
  opacity: 0.65;
  opacity: 1;
  outline: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 56px;
  z-index: 1046;
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
}
.polite .link {
  color: #006fff;
  cursor: pointer;
  text-decoration: underline;
}
.polite .link :hover {
  display: none;
}
.fancybox__container {
  min-height: 100%;
  transform: none !important;
  width: 100% !important;
}
.fancybox-throwOutUp {
  animation: fancybox-throwOutUp 0.25s ease both;
}
.fancybox-throwOutDown {
  animation: fancybox-throwOutDown 0.25s ease both;
}
@keyframes fancybox-throwOutUp {
  0% {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fancybox-throwOutDown {
  to {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
}
.s2025 {
  text-align: center;
}
.s2025 p {
  color: var(--Grey, #4d4d4d);
  font-size: 1.25rem;
}
.s2025 h2 {
  margin-inline: auto;
}
.s2025 p {
  margin: 0 auto 1.625rem;
}
.s2025 img {
  max-width: 100%;
}
.s2025 img,
.s2025__block {
  margin-bottom: var(--sp-base);
}
.s2025__block {
  background: #f5faff;
  border-radius: var(--sp-base);
  padding: var(--sp-base);
}
.s2025__block img {
  border-radius: 24px;
  box-shadow: 0 4px 155.5px 19px rgba(70, 84, 140, 0.09);
  margin-block: var(--sp-base);
}
.s2025__item {
  align-items: center;
  border: 1px solid;
  border-radius: 6.25rem;
  display: flex;
  height: 100%;
  justify-content: space-between;
  min-height: 5.375rem;
  padding: 0.625rem var(--sp-base);
  text-align: left;
}
.s2025__item .text {
  font-size: 2rem;
  text-wrap: nowrap;
}
.s2025__item--l {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  position: relative;
  text-align: center;
}
.s2025__item--l p {
  margin-bottom: 0;
}
.s2025__item--l:before {
  background-color: #eb5757;
  border-radius: 50%;
  content: "";
  height: 40px;
  left: 50%;
  position: absolute;
  top: -20px;
  transform: translateX(-50%);
  width: 40px;
}
.s2025__img-wrap {
  display: inline-block;
  position: relative;
}
.s2025__img-wrap .arrow-success {
  box-shadow: none;
  position: absolute;
  right: 14%;
  top: -5%;
}
.s4SuperProperties iframe {
  aspect-ratio: 16/9;
  border: none;
  border-radius: 16px;
}
.s4SuperProperties p {
  font-size: 1.25rem;
}
.s4SuperProperties-item {
  padding-block: 2.5rem;
}
.s4SuperProperties-item:not(:last-child) {
  border-bottom: 1px solid var(--Grey3, #e0e4ea);
  border-radius: 24px;
}
.s4SuperProperties-item__title-sm {
  color: var(--Grey2, #939598);
  font-size: 1.5rem;
  margin-bottom: 1em;
}
.s4SuperProperties-sm-item__title-sm {
  color: var(--Grey2, #939598);
  font-size: 1.25rem;
  margin-bottom: 1em;
}
.sAboutAuthor {
  background: linear-gradient(196.95deg, #006fff 0.6%, #004299 100.95%);
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
}
.sAboutAuthor ul {
  padding-left: 20px;
}
.sAboutAuthor h2,
.sAboutAuthor h3 {
  color: #fff;
}
.sAboutAuthor__row--lg {
  --bs-gutter-x: 4.375rem;
}
.sAboutAuthor__block {
  background-color: #fff;
  border-radius: var(--sp-base);
  font-size: 20px;
}
.sAboutAuthor__block ul {
  padding-left: 20px;
}
.sAboutAuthor__block .imgg {
  max-width: 100%;
}
.sAboutAuthor__block {
  margin-bottom: 40px;
}
.sAboutAuthor__text {
  max-width: 636px;
}
.sAboutAuthor__body {
  border-radius: var(--sp-base);
  padding: var(--sp-base);
  position: relative;
}
.sAboutAuthor__body--row {
  border-radius: 0 0 var(--sp-base) var(--sp-base);
  display: flex;
  gap: 20px;
}
.sAboutAuthor__body--row .img-wrap {
  max-width: calc(16% - 14px);
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.sAboutAuthor__body--row .img-wrap img {
  max-width: 100%;
}
.sAboutAuthor__body--row .img-wrap:not(:first-child) {
  max-width: calc(28% - 14px);
}
.sAboutAuthor__body--2 .imgg {
  max-width: 100%;
}
.sAboutAuthor em {
  font-style: italic;
  font-weight: 400;
  opacity: 0.5;
}
.sAuthor {
  --sPB: 0rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.sAuthor .h3 {
  background: #f5faff;
  padding: var(--sp-base);
  text-align: left;
}
.sAuthor .section-title p {
  font-size: 20px;
  margin-block: 2rem;
}
.sAuthor__block {
  background: linear-gradient(93.08deg, #0051ff, #08f 98.33%);
  border-radius: var(--sp-base);
  color: #fff;
  font-size: 20px;
  padding: var(--sp-base);
  position: relative;
  z-index: 2;
}
.sAuthor__block img {
  bottom: 0;
  max-width: 40%;
  position: absolute;
  right: 0;
  z-index: -1;
}
.sAuthor__text {
  max-width: 800px;
}
.sAuthor__text ul {
  padding-left: 1.25rem;
}
.sAuthor__success-block {
  background-color: #29b363;
  border-radius: 16px;
  display: inline-block;
  margin-block: 1rem;
  padding: 22px;
}
.sBenefits {
  font-size: 20px;
}
.sBenefits .footer {
  color: #4d4d4d;
  font-weight: 700;
  margin-top: auto;
  max-width: 350px;
  padding: 0;
}
.sBenefits__item {
  border: 1px solid #000;
  border-radius: var(--sp-base);
  margin-bottom: var(--sp-base);
  padding: var(--sp-base);
}
.sBenefits__item--accent {
  background-image: linear-gradient(
      93.08deg,
      rgba(0, 81, 255, 0.1),
      rgba(0, 136, 255, 0.05) 98.33%
    ),
    url(../img/sBenefits-bg.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  box-shadow: 0 4px 155.5px 19px rgba(70, 84, 140, 0.09);
  position: relative;
  z-index: 2;
}
.sBenefits__item--accent img {
  max-width: 90%;
}
.sBenefits__item--accent .footer {
  margin-top: 150px;
}
.sBenefits__item h3 {
  margin-bottom: 2rem;
}
.sBenefits__item .h4 {
  color: #4d4d4d;
  font-weight: 400;
  max-width: 350px;
}
.sBenefits__col {
  display: flex;
  flex-direction: column;
}
.sBenefits .stronger ::marker {
  font-weight: 700;
}
.sCalc {
  background: linear-gradient(180deg, #fff, #f1f6fc);
  border-radius: 40px;
}
.sCalc p {
  font-size: 20px;
}
.sCalc__inner {
  margin-bottom: var(--sp-base);
  padding: var(--sp-base);
}
.sCalc__inner:before {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  left: 0;
  top: 0;
}
.sCalc__inner:after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  bottom: 0;
  right: 0;
}
.sCalc__inner,
.sCalc__inner-border {
  position: relative;
}
.sCalc__inner-border:after,
.sCalc__inner-border:before,
.sCalc__inner:after,
.sCalc__inner:before {
  content: "";
  height: 40px;
  pointer-events: none;
  position: absolute;
  width: 40px;
}
.sCalc__inner-border {
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
}
.sCalc__inner-border:before {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  bottom: 0;
  left: 0;
}
.sCalc__inner-border:after {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  right: 0;
  top: 0;
}
.sCalc label {
  font-size: 32px;
  position: relative;
  width: 100%;
}
.sCalc input {
  border: 1px solid #000;
  border-radius: 2.5rem;
  color: #000 !important;
  font-size: 32px;
  padding-top: 1.5rem;
  padding-inline: 32px;
  text-align: left;
}
.sCalc input::-moz-placeholder {
  color: #000;
  opacity: 0.5;
}
.sCalc input::placeholder {
  color: #000;
  opacity: 0.5;
}
.sCalc .sCalc__input-title {
  font-size: 12px;
  margin-top: 5px;
  padding-left: 32px;
  pointer-events: none;
  position: absolute;
}
.sCalc .currency {
  position: absolute;
  right: 32px;
  top: 50%;
  top: 35%;
  transform: translateY(-50%);
}
.sCalc__result {
  align-items: center;
  background-color: #fff;
  border-radius: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: var(--sp-base);
  min-height: 70px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.sCalc__result .text-primary {
  font-size: 32px;
  font-weight: 700;
}
.sCatalog__row {
  --bs-gutter-y: var(--bs-gutter-x);
}
.sCatalog__slide {
  height: auto;
}
.product-item {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}
.product-item__img-wrap {
  aspect-ratio: var(--ratio, 190/298);
  display: block;
  position: relative;
}
.product-item__caption {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.25rem;
}
.sChanges ul {
  font-size: 16px;
  margin-left: 1em;
}
.sChanges__item p {
  max-width: 620px;
}
.sChanges .em {
  font-style: italic;
  margin: 0 auto 2rem;
  max-width: 900px;
  position: relative;
}
.sChanges .em:before {
  background-color: #006fff;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: -30px;
  transform: translateX(-50%);
  width: 120%;
  z-index: -1;
}
.sCleverExperiment {
  counter-reset: num;
}
.sCleverExperiment__col:before {
  align-items: center;
  border: 1px solid;
  border-radius: 50%;
  color: #006fff;
  content: counter(num);
  counter-increment: num;
  display: inline-flex;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  margin-bottom: 10px;
  width: 40px;
}
.sCleverExperiment__bg-block {
  background: #f5faff;
  border-radius: var(--sp-base);
  padding: var(--sp-base);
  position: relative;
}
.sCleverExperiment__bg-block p {
  font-weight: 600;
}
.sCleverExperiment__item--s {
  align-items: center;
  border: 1px solid;
  border-radius: var(--sp-base);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 7.5rem;
  padding: var(--sp-base);
  text-align: center;
}
.sContact__row {
  --bs-gutter-y: var(--bs-gutter-x);
}
.sContact__slide {
  height: auto;
}
.sContent__row {
  --bs-gutter-y: var(--bs-gutter-x);
}
.sContent__slide {
  height: auto;
}
.sDespair__inner {
  border-radius: 24px;
  color: #fff;
  font-size: 1.25rem;
  overflow: hidden;
  padding: 5rem 1.25rem;
}
.sForm {
  color: #fff;
  counter-reset: num;
  text-align: center;
}
.sForm .container {
  position: relative;
}
.sForm .container img {
  bottom: calc(var(--sPB) * -1);
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  z-index: -1;
}
.sForm .container img:first-child {
  left: 80%;
}
.sForm .container img:nth-child(2) {
  right: 65%;
}
.sForm__row {
  --bs-gutter-y: var(--bs-gutter-x);
}
.sForm__slide {
  height: auto;
}
.sForm .form-wrap,
.sForm form {
  margin: 0 auto;
}
.sForm .form-control {
  background: #006fff;
  border-radius: 2.5rem;
  border-width: 4px;
  font-size: 24px;
  font-weight: 600;
  padding-top: 25px;
  text-align: left;
}
.sForm .form-control::-moz-placeholder {
  opacity: 0.7;
}
.sForm .form-control::placeholder {
  opacity: 0.7;
}
.sForm .form-group {
  position: relative;
  text-align: left;
}
.sForm .form-group .input-label {
  font-size: 14px;
  padding-left: 20px;
  position: absolute;
  top: 8px;
}
.sForm__col {
  position: relative;
}
.sForm__item p {
  margin-inline: auto;
  max-width: 14.375rem;
}
.sForm__item:before {
  border: 1px solid;
  border-radius: 50%;
  color: #fff;
  content: counter(num);
  counter-increment: num;
  display: block;
  font-size: 64px;
  height: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}
.privacy_agreement_block {
  margin-top: 20px;
}
.privacy_agreement_block label {
  display: inline-block;
  width: auto;
}
.privacy_agreement_block label a {
  border-bottom: 1px solid;
  color: #fff;
}
.btn-success {
  --bs-btn-bg: #2ce07d;
  --bs-btn-border-color: #2ce07d;
  font-size: 32px;
  font-weight: 700;
  padding: 15px;
}
.sHelpCry__row {
  --bs-gutter-y: 1.875rem;
  margin-bottom: 60px;
}
.sHelpCry__item {
  border-radius: 16px;
  height: 100%;
  padding: 24px;
  position: relative;
  text-wrap: balance;
  z-index: 2;
}
.sHelpCry__item p {
  font-size: 20px;
  max-width: 400px;
}
.sHelpCry__item img {
  display: block;
  margin-bottom: -24px;
  margin-left: auto;
  margin-top: -60px;
}
.sInTheEnd {
  font-size: 20px;
}
.sInTheEnd__accent-text {
  background: #f5faff;
  border-radius: var(--sp-base);
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 3rem;
  padding: var(--sp-base);
}
.sInTheEnd__item {
  border: 1px solid;
  border-radius: var(--sp-base);
  height: 100%;
}
.sInTheEnd__item--lg {
  align-items: center;
  border-radius: 3.125rem;
  display: flex;
  flex-direction: column;
  height: 17.5625rem;
  justify-content: center;
  text-align: center;
}
.sInTheEnd__item--md {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 7.5rem;
  padding: 10px;
  text-align: center;
}
.sInTheEnd__item--bg {
  border: none;
  padding: var(--sp-base);
  text-align: left;
}
.sInTheEnd__item--bg ul {
  padding-left: 20px;
}
.sInTheEnd__item--bg li {
  margin-bottom: 0.5em;
}
.sInTheEnd .def-slider {
  max-width: 100%;
}
.sInTheEnd .def-slider .swiper {
  max-width: 72.25rem;
}
.sInTheEnd .def-slider .swiper-button-hand {
  --swiperArrowPosition: 0;
}
.sIsForYou {
  font-size: 20px;
}
.sIsForYou__row {
  --bs-gutter-y: 2.5rem;
}
.sIsForYou__item {
  border-radius: var(--sp-base);
  height: 100%;
  padding: var(--sp-base);
}
.sIsForYou__item--s {
  background: #f5fff9;
}
.sIsForYou__item--d {
  background: #fff5fc;
}
.sIsForYou__item ul {
  padding-left: 20px;
}
.sIsForYou__item li {
  margin-bottom: 0.5em;
}
.sPlace {
  font-size: 20px;
}
.sPlace ul {
  padding-left: 20px;
}
.sPlace__block {
  background: #f5faff;
  border-radius: var(--sp-base);
  overflow: hidden;
}
.sPlace__col {
  padding: var(--sp-base);
}
.sPlace__col--left {
  flex-grow: 1;
}
.sPlace__col--left .row {
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.sPlace .primary-label {
  background: var(--bs-primary);
  border-radius: 6.25rem;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  margin: 5px 2px;
  padding: 0.3125rem 0.9375rem;
}
.sPlotes {
  text-wrap: balance;
}
.sPlotes__row {
  margin-bottom: 5rem;
}
.sPlotes__item {
  margin-bottom: 2rem;
}
.sPlotes__item:nth-child(2),
.sPlotes__item:nth-child(3) {
  grid-row: span 2;
}
.sPlotes__item h3 {
  color: #006fff;
}
.sPlotes__item .h4 {
  margin-bottom: 1.5em;
}
.sPlotes__item p {
  font-size: 1.25rem;
}
.sPlotes__item--author {
  align-items: center;
  border-top: 1px solid #006fff;
  display: flex;
  gap: 1.875rem;
  max-width: 375px;
}
.sPlotes__item--author strong {
  font-size: 12px;
}
.sPlotes__row {
  grid-template-columns: repeat(3, 1fr);
}
.sPlotes .text-block {
  max-width: 40rem;
  position: relative;
  text-shadow: 1px 1px 2px hsla(0, 0%, 100%, 0.5);
  z-index: 4;
}
.sPlotes .text-block p {
  font-size: 1.25rem;
}
.sPrivateProfit__row {
  --bs-gutter-y: 2rem;
}
.sPrivateProfit__item {
  border: 1px solid var(--Grey3, #e0e4ea);
  border-radius: 24px;
  height: 100%;
  padding: min(64px, 4vw);
}
.sPrivateProfit p {
  font-size: 20px;
}
.sPrivateProfit ul {
  margin-left: 20px;
}
.sPrivateProfit .privacy_agreement_block {
  display: inline-block;
}
.sProfitableRobot__row {
  display: grid;
  gap: 4.0625rem 8px;
  grid-template-columns: repeat(4, 1fr);
  min-width: 1000px;
}
.sProfitableRobot__row-wrap {
  overflow-x: auto;
}
.sProfitableRobot-item {
  color: #fff;
  grid-row: span 2;
}
.sProfitableRobot-item__inner {
  background: var(--linear, linear-gradient(93deg, #2671b2 0, #08f 98.33%));
  border-radius: 16px;
  padding: 1rem;
  position: relative;
}
.sProfitableRobot-item__inner:before {
  aspect-ratio: 1;
  background: url(../img/cards-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  left: 50%;
  position: absolute;
  top: 99%;
  width: 55%;
  z-index: -1;
}
.sProfitableRobot-item:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sProfitableRobot-item:nth-child(2) .sProfitableRobot-item__inner:before {
  bottom: 80%;
  top: auto;
  transform: scaleY(-1);
}
.sProfitableRobot-item:nth-child(3) .sProfitableRobot-item__inner:before {
  top: 80%;
}
.sProfitableRobot-item:nth-child(4) {
  grid-column: 4/5;
  grid-row: 2/3;
  z-index: 6;
}
.sProfitableRobot-item:nth-child(4) .sProfitableRobot-item__inner:before {
  display: none;
}
.sProfitableRobot-item:nth-child(5) {
  --linear: #733c9d;
  grid-column: 4/5;
  grid-row: 1/2;
}
.sProfitableRobot-item:nth-child(5) .sProfitableRobot-item__inner:before {
  left: 0;
  top: 96%;
  transform: rotate(-90deg);
  z-index: 3;
}
.sProfitFromStudy {
  background: linear-gradient(180deg, #fff, #f1f6fc);
  border-radius: var(--sp-base);
}
.sProfitFromStudy .row {
  --bs-gutter-x: 2.5rem;
  margin-bottom: 40px;
  --bs-gutter-y: 2.5rem;
}
.sProfitFromStudy__video {
  aspect-ratio: 16/9;
  overflow: hidden;
  width: 100%;
}
.sProfitFromStudy__video iframe {
  border: none;
  height: 100% !important;
  width: 100% !important;
}
.sProfitFromStudy p {
  font-size: 20px;
}
.sProfitFromStudy__item {
  align-items: center;
  background-color: #fff;
  border-radius: var(--sp-base);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: var(--sp-base);
}
.sProfitFromStudy__item p {
  max-width: 440px;
}
.sProfitFromStudy__item svg {
  flex-shrink: 0;
}
.sProfitsSetting .section-title p {
  max-width: 59.6875rem;
}
.sProfitsSetting-item {
  border: 1px solid var(--Grey3, #e0e4ea);
  border-radius: 24px;
  font-size: 1.25rem;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
  z-index: 2;
}
.sProfitsSetting-item img {
  bottom: 0;
  opacity: 0.4;
  position: absolute;
  right: 0;
  z-index: -1;
}
.sProfitsSetting-item:after {
  content: "";
  height: 100%;
  left: 0;
  max-width: 640px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.sProfitsSetting-item__text-wrap {
  max-width: 640px;
}
.sProfitsSetting-item__title-sm {
  background: var(--Grey3, #e0e4ea);
  border-radius: 12px;
  display: inline-block;
  padding: 0.4em 0.8em;
  right: 10px;
  top: 10px;
}
.sProfitsSetting-item__title {
  color: var(--Grey2, #939598);
  font-size: 1.5rem;
  margin-bottom: 1em;
}
.dd-group {
  align-self: stretch;
  flex: none;
  flex-grow: 0;
  margin: 0 auto;
  order: 0;
}
.dd-group__head {
  cursor: pointer;
  display: flex;
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  text-wrap: balance;
}
.dd-group__head .text-secondary {
  font-size: 1rem;
}
.dd-group__head:hover {
  --stroke-w: 2;
}
.dd-group__arrow {
  align-items: center;
  border: 1px solid #006fff;
  border-radius: 35px;
  box-shadow: 0 0 0 calc(var(--stroke-w, 0) * 1px) #006fff;
  color: #006fff;
  cursor: pointer;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-grow: 0;
  height: 4rem;
  justify-content: center;
  margin-left: auto;
  order: 1;
  position: relative;
  rotate: var(--rotate, 0);
  width: 4rem;
}
.dd-group__arrow,
.dd-group__arrow .icon {
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
}
.dd-group__arrow .icon {
  fill: none;
  stroke: currentColor;
  font-size: 24px;
  stroke-width: var(--stroke-w, 1);
  bottom: auto;
  left: 50%;
  position: absolute;
  right: auto;
  top: 50%;
  translate: -50% -50%;
}
.dd-group__item {
  background: var(--White, #fff);
  border-bottom: 1px solid var(--Grey3, #e0e4ea);
  margin-bottom: 4px;
  padding: 2.5rem;
}
.dd-group__item:last-child {
  margin-bottom: 0;
}
.dd-group__item.active {
  --rotate: 90deg;
  --stroke-w: 0;
  --color: #000;
  background: linear-gradient(
    196.95deg,
    rgba(0, 111, 255, 0.1) 0.6%,
    rgba(0, 66, 153, 0.1) 100.95%
  );
  border-color: #4d4d4d;
}
.dd-group__item.active .dd-group__arrow {
  border: 3px solid #000;
}
.dd-group__content {
  padding: 1.875rem 0 1.25rem;
}
.dd-group p {
  margin-bottom: 0;
}
.dd-group__content {
  display: none;
}
.dd-group__content.active {
  display: block;
}
.sRoadMap__slider {
  overflow: visible;
}
.sRoadMap__slide {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  height: auto;
  padding-right: 20px;
  width: auto;
  width: 315px;
}
.sRoadMap__slide:after {
  background: #006fff;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 59.5%;
  transform: translateY(-50%);
  width: 8px;
}
.sRoadMap__slide:before {
  border-bottom: 1px dashed #e0e4ea;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 59.5%;
  width: 100%;
}
.sRoadMap__video {
  aspect-ratio: 16/9;
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
}
.sRoadMap__video iframe {
  border: none;
  height: 100% !important;
  position: absolute;
  width: 100% !important;
}
.sRoadMap__title {
  margin-bottom: 20px;
}
.sRoadMap__title--lg {
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
}
.sRoadMap__label {
  background: rgba(111, 207, 151, 0.2);
  border-radius: 1rem;
  color: #219653;
  display: inline-block;
  font-size: 20px;
  margin-top: auto;
  padding: 8px 16px;
}
.sRoadMap__header {
  font-size: calc(1.525rem + 3.3vw);
  min-height: 3.75em;
}
.sRoadMap__footer {
  margin-top: 103px;
}
.sRoadMap .def-swiper {
  position: relative;
}
.sRoadMap .swiper-button-hand {
  top: 19.5%;
}
.sRoadMap__block {
  align-items: center;
  background-color: #fff;
  border-radius: var(--sp-base);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: var(--sp-base);
  padding: var(--sp-base);
}
.sRoadMap__block * {
  margin: 0;
}
.sRoadMap__block--success {
  background: #29b363;
  color: #fff;
  padding: 1.25rem var(--sp-base);
  margin-top: var(--sp-base);
}
.sStartRobots__row {
  gap: 30px;
  --bs-gutter-x: 0rem;
  --bs-gutter-y: 3.75rem;
  margin-bottom: 60px;
  min-width: 1100px;
}
.sStartRobots__row-wrap {
  overflow-x: auto;
}
.sStartRobots-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sStartRobots-item__title {
  border-bottom: 1px solid var(--Grey3, #e0e4ea);
  padding-bottom: 20px;
}
.sStartRobots-item ul {
  flex-grow: 1;
  font-size: 1.25rem;
  margin-bottom: auto;
  margin-left: 20px;
  padding-block: 1.5rem;
}
.sStartRobots-item__footer {
  border-top: 1px solid var(--Grey3, #e0e4ea);
  height: 10.875rem;
  padding-top: 20px;
}
.sStartRobots-item__footer img {
  margin-bottom: 12px;
}
.sStudy {
  counter-reset: num;
  text-align: center;
}
.sStudy__slider {
  overflow: visible;
}
.sStudy__slide {
  align-items: center;
  aspect-ratio: 428/281;
  border: 1px solid #272428;
  border-radius: 18.75rem;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  gap: 20px;
  justify-content: center;
  max-width: 428px;
  text-align: center;
  text-wrap: balance;
}
.sStudy__slide,
.sStudy__slide:not(:last-child) {
  margin-right: 40px !important;
}
.sStudy__slide--type-2 {
  aspect-ratio: 311/281;
  max-width: 19.4375rem;
}
.sStudy__slide--type-2:before {
  content: counter(num);
  counter-increment: num;
  font-size: calc(2.45rem + 14.4vw);
  font-weight: 700;
  inset: 0;
  line-height: 1.2;
  margin: auto;
  opacity: 0.1;
  position: absolute;
}
.sStudy__slide--type-3 {
  aspect-ratio: 311/281;
  border: 5px solid #272428;
  max-width: 19.4375rem;
}
.sStudy__slide--type-3:not(:first-child):after {
  content: url(../img/arrow-before.svg);
  display: inline-block;
  left: -60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.sStudy__slide--type-3:first-child {
  border: 5px dashed rgba(39, 36, 40, 0.1);
}
.sStudy__slide--type-3:nth-child(2) {
  border: 5px dashed rgba(39, 36, 40, 0.3);
}
.sStudy__slide--type-3:nth-child(3) {
  border: 5px dashed rgba(39, 36, 40, 0.8);
}
.sSwitchToTitan table {
  font-size: 20px;
  min-width: 68.75rem;
  text-wrap: balance;
  vertical-align: middle;
}
.sSwitchToTitan td,
.sSwitchToTitan th {
  padding: 1.5625rem 1.5rem 1.5625rem 0;
  width: 33.3333333333%;
}
.sSwitchToTitan td:last-child,
.sSwitchToTitan th:last-child {
  background: linear-gradient(180deg, #f8f8f8, #f6f6f6);
  padding: 1.5rem;
}
.sSwitchToTitan thead th:last-child {
  border-radius: 16px 16px 0 0;
}
.sSwitchToTitan tbody tr:last-child td:last-child {
  border-radius: 0 0 16px 16px;
}
.sSwitchToTitan tbody td,
.sSwitchToTitan tbody th {
  border-top: 1px solid #e0e4ea;
}
.sSwitchToTitan__table-wrap {
  overflow-x: auto;
}
.sSystem {
  background: linear-gradient(180deg, #fff, #f1f6fc);
  border-radius: var(--sp-base);
}
.sSystem__row p {
  margin-inline: auto;
  max-width: 360px;
}
.sTitan__row {
  align-items: center;
  --bs-gutter-y: 3.75rem;
}
.sTitan p {
  font-size: 1.25rem;
}
.sTitan__center {
  text-align: center;
}
.sTitan__img-wrap {
  position: relative;
  z-index: 2;
}
.sTitan__img-wrap:before {
  aspect-ratio: 1;
  background: #a2d4ff;
  border-radius: 410.566px;
  content: "";
  filter: blur(250px);
  inset: 0;
  margin: auto;
  max-width: 37.5rem;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.sTitan .btn {
  margin-top: -80px;
  max-width: 25.375rem;
  width: 100%;
}
.sTitan h3 {
  font-size: 2.5rem;
}
.sTransparent {
  background: linear-gradient(180deg, #fff, #f1f6fc);
  border-radius: 40px;
}
.sTransparent__item--b {
  align-items: center;
  background: #fff;
  border-radius: var(--sp-base);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 17.125rem;
  padding: var(--sp-base);
  position: relative;
}
.sTransparent__item--b svg {
  position: absolute;
  right: 20px;
  top: 20px;
}
.sTransparent__item--s {
  align-items: center;
  border: 1px solid;
  border-radius: var(--sp-base);
  border-radius: 3.125rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 17.5625rem;
  text-align: center;
}
.sTransparent__item--s p {
  max-width: 230px;
}
.sUnreal p {
  font-weight: 600;
}
.sUnreal__row {
  gap: 1.25rem;
  margin-bottom: 48px;
}
.sUnreal__item {
  border: 1px solid;
  border-radius: 6.25rem;
  font-weight: 600;
  padding: 2.5rem;
  text-align: center;
}
.sUnreal__item:first-child {
  flex-grow: 1;
  margin-bottom: 1.25rem;
  position: relative;
  text-wrap: nowrap;
}
.sUnreal__item:first-child:after {
  content: url(../img/arrow.svg);
  position: absolute;
}
.sUnreal__block {
  background: #f5faff;
  border-radius: 2.5rem;
  margin-bottom: 2.5rem;
  min-height: 100%;
  padding: 2.5rem;
}
.sUnreal__block ul {
  font-size: 20px;
  padding-left: 1.25rem;
}
.sUnreal__block li {
  margin-bottom: 0.5em;
}
.sUnreal__block--bg {
  background-image: url(../img/block-bg.jpg);
  background-size: cover;
  color: #fff;
}
.sWithTitanToday {
  font-size: 20px;
}
.sWithTitanToday__row {
  --bs-gutter-y: 4rem;
  margin-bottom: 64px;
}
.sWithTitanToday table {
  font-size: 20px;
  min-width: 68.75rem;
  text-wrap: balance;
  vertical-align: middle;
}
.sWithTitanToday td,
.sWithTitanToday th {
  padding: 1.5625rem 1.5rem 1.5625rem 0;
}
.sWithTitanToday td:last-child,
.sWithTitanToday th:last-child {
  background: linear-gradient(180deg, #f8f8f8, #f6f6f6);
  padding: 1.5rem;
}
.sWithTitanToday thead th:last-child {
  border-radius: 16px 16px 0 0;
}
.sWithTitanToday tbody tr:last-child td:last-child {
  border-radius: 0 0 16px 16px;
}
.sWithTitanToday tbody td,
.sWithTitanToday tbody th {
  border-top: 1px solid #e0e4ea;
}
.sWithTitanToday__table-wrap {
  margin-bottom: 64px;
  overflow-x: auto;
}
.sWithTitanToday__sm-item {
  border-radius: 16px;
  font-weight: 700;
  padding: 24px;
  text-align: center;
}
.sWithTitanToday__sm-item p {
  margin-bottom: 0;
}
.sWithTitanToday-item {
  text-align: center;
}
.sWithTitanToday-item img {
  margin-bottom: 1rem;
}
.sYourWay__row {
  --bs-gutter-y: 2.5rem;
  margin-bottom: 40px;
}
.sYourWay__item {
  background: #f5faff;
  border-radius: var(--sp-base);
  font-size: 20px;
  height: 100%;
  padding: var(--sp-base);
}
.sYourWay__item ul {
  padding-left: 20px;
}
.menu {
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  position: relative;
}
.menu li {
  padding: 0;
}
.menu a {
  display: block;
  padding: 1.25rem calc(var(--bs-gutter-x) / 2);
}
.toggle-menu-mobile {
  --h: 0.125em;
  --color: #006fff;
  --position: calc(var(--h) * 2);
  cursor: pointer;
  display: block;
  font-size: 32px;
  height: calc(var(--h) * 12);
  position: relative;
  width: 1em;
}
.toggle-menu-mobile span:after,
.toggle-menu-mobile span:before {
  content: "";
  left: 0;
  position: absolute;
}
.toggle-menu-mobile span {
  bottom: 0;
  display: block;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
}
.toggle-menu-mobile span:before {
  top: var(--position);
  transform: rotate(var(--rotate, 0));
}
.toggle-menu-mobile span:after {
  bottom: var(--position);
  transform: rotate(calc(var(--rotate, 0) * -1));
}
.toggle-menu-mobile span,
.toggle-menu-mobile span:after,
.toggle-menu-mobile span:before {
  backface-visibility: hidden;
  background-color: var(--color);
  height: var(--h);
  transform-origin: 50% 50%;
  transition: all 0.3s;
  width: 1em;
}
.toggle-menu-mobile.on span {
  --color: transparent;
}
.toggle-menu-mobile.on {
  --position: 0;
  --rotate: 45deg;
}
.top-nav__row {
  --bs-gutter-y: var(--bs-gutter-x);
}
.top-nav__slide {
  height: auto;
}
.topLine {
  --sPT: 2.5rem;
  --sPB: 2.5rem;
  position: relative;
  z-index: 3;
}
.topLine__row {
  --bs-gutter-y: 5px;
  align-items: center;
}
.topLine__slide {
  height: auto;
}
@media (min-width: 576px) {
  :root {
    --sp-base: 2.5rem;
  }
  .def-slider .swiper {
    max-width: 26.8125rem;
  }
  .modal-text {
    max-width: 1000px;
  }
  .sAboutAuthor {
    border-radius: 80px;
  }
  .sAboutAuthor__block .imgg {
    bottom: 0;
    max-width: 40%;
    position: absolute;
    right: 0;
  }
  .sAboutAuthor__body--2 .imgg {
    max-width: 70%;
    pointer-events: none;
    position: absolute;
    right: -15%;
    top: 50%;
    transform: translateY(-50%);
  }
  .sBenefits__item {
    padding: calc(var(--sp-base) * 2);
  }
  .sBenefits__item--accent img {
    bottom: 0;
    max-width: 50%;
    position: absolute;
    right: 0;
  }
  .sCleverExperiment__item--s {
    border-radius: 18.75rem;
  }
  .sHelpCry__item {
    display: flex;
    padding-right: 150px;
  }
  .sHelpCry__item img {
    bottom: 0;
    margin: 0;
    position: absolute;
    right: 24px;
    z-index: -1;
  }
  .sInTheEnd__item--lg {
    border-radius: 18.75rem;
  }
  .sInTheEnd__item--md {
    border-radius: 6.25rem;
  }
  .sProfitFromStudy__item {
    flex-direction: row;
  }
  .sTransparent__item--s {
    border-radius: 18.75rem;
    font-size: 20px;
  }
  .sUnreal__inner-row {
    align-items: center;
    display: flex;
    gap: 2.5rem;
  }
  .sUnreal__item:first-child {
    margin-bottom: 0;
  }
  .sUnreal__item:first-child:after {
    left: 98%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .footer__container .before {
    left: 50.5%;
    position: absolute;
    top: 36%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .sInTheEnd__accent-text {
    padding: calc(var(--sp-base) * 2) var(--sp-base);
  }
  .dd-group__content {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .wow {
    visibility: hidden;
  }
  .panel-with-bg {
    padding: 5rem;
  }
  .footer {
    padding: 2.75rem 0 7.5rem;
  }
  .footer__txt--h6 {
    margin-bottom: 2.625rem;
  }
  .footer__txt--support {
    margin-bottom: 4.875rem;
  }
  .footer__txt--support a {
    display: block;
    margin-left: auto;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .headerBlock .btn {
    margin-bottom: 0;
  }
  .def-slider h6 {
    margin-bottom: 2.5rem;
  }
  .def-slider .swiper-button-hand {
    --swiperArrowPosition: 16%;
  }
  .sDespair__inner {
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
    padding: 5rem 5rem 250px;
  }
  .sDespair__inner .strong {
    max-width: 300px;
  }
  .sDespair__inner .text-block {
    max-width: 375px;
  }
  .sPlace__col-sm {
    max-width: 16.875rem;
  }
  .sPlotes__item {
    margin-bottom: 0;
  }
  .sPlotes__item-inner {
    max-width: 375px;
  }
  .sPlotes__row {
    display: grid;
    gap: 1.875rem;
  }
  .sPlotes .panel-with-bg .img {
    bottom: 0;
    opacity: 1;
    position: absolute;
    right: 4.375rem;
  }
  .sProfitsSetting-item {
    padding: 5rem;
  }
  .sProfitsSetting-item__title-sm {
    position: absolute;
  }
  .sWithTitanToday td,
  .sWithTitanToday th {
    width: 33.3333333333%;
  }
  .menu {
    display: flex;
    text-align: center;
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x) * -1 / 2);
    margin-right: calc(var(--bs-gutter-x) * -1 / 2);
    margin-top: calc(var(--bs-gutter-y) * -1);
  }
  .menu > * {
    margin-top: calc(var(--bs-gutter-y));
    padding-left: calc(var(--bs-gutter-x) / 2);
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
}
@media (min-width: 1200px) {
  .footer__container .before svg {
    height: auto;
    width: 12.9375rem;
  }
  .headerBlock__item--lg {
    font-size: 4rem;
  }
  .sForm__col:after {
    content: url(../img/arrow-form.svg);
    display: block;
    left: 70%;
    position: absolute;
    top: 52px;
  }
  .sForm__col:last-child:after {
    left: 60%;
    top: 100%;
    transform: rotate(110deg);
  }
  .sInTheEnd__accent-text {
    font-size: 2.5rem;
  }
  .sPlace__block {
    display: flex;
  }
  .sPlace__col--right {
    max-width: 467px;
  }
  .sProfitsSetting-item img {
    opacity: 1;
  }
  .dd-group__head {
    font-size: 2rem;
  }
  .sRoadMap__header {
    font-size: 4rem;
  }
  .sStudy__slide--type-2:before {
    font-size: 13.25rem;
  }
  .sUnreal__row {
    align-items: center;
    display: flex;
  }
  .sWithTitanToday-item:nth-child(n + 5) {
    width: 33.3333333333%;
  }
}
@media (min-width: 1300px) {
  :root {
    --bs-body-font-size: 16px;
  }
  .footer .text-lg-end p,
  .footer__txt--support a {
    font-size: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .sPlotes .panel-with-bg {
    padding-bottom: 0;
  }
  .menu-mobile {
    --s: 0.6s;
    background-color: #fff;
    max-width: 85%;
    position: fixed !important;
    right: 0;
    top: 0;
    transition: all var(--s) ease-in-out;
    width: 280px;
    will-change: transform;
    z-index: 999;
  }
  .menu-mobile:not(.active) {
    transform: translate3d(120%, 0, 0);
    --opacity: 0;
  }
  .menu-mobile:not(.active) .toggle-menu-mobile {
    opacity: 0;
  }
  .menu-mobile .toggle-menu-mobile {
    color: #fff;
    left: 0;
    margin-left: -15%;
    position: absolute;
    right: auto;
    top: 10px;
    z-index: 9999;
  }
  .menu-mobile .toggle-menu-mobile span:after,
  .menu-mobile .toggle-menu-mobile span:before {
    --color: #fff;
  }
  .menu-mobile__inner {
    overflow-x: hidden;
    overflow-y: auto;
    padding: calc(env(safe-area-inset-top, 0px) + 1.25rem) 0
      calc(env(safe-area-inset-bottom, 0px) + 1.25rem);
    -webkit-overflow-scrolling: touch;
    height: 100vh;
  }
  .menu-mobile.active .toggle-menu-mobile {
    opacity: 1;
  }
  .menu-mobile ul {
    position: relative;
  }
  .menu-mobile li {
    border-top: 1px solid hsla(0, 0%, 100%, 0.13);
    display: block;
    margin: 0;
  }
  .menu-mobile li a {
    display: block;
    padding: 10px;
  }
}
@media (max-width: 575.98px) {
  .sBenefits__item--accent {
    padding-bottom: 0;
  }
  .sProfitFromStudy__item svg {
    order: -1;
  }
  .sUnreal__item:first-child:after {
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
@media (hover: hover) {
  .custom-scroll {
    scrollbar-color: var(--bs-primary) transparent;
    scrollbar-width: auto;
  }
  .custom-scroll::-webkit-scrollbar {
    width: 4px;
  }
  .custom-scroll::-webkit-scrollbar-track {
    background: transparent;
  }
  .custom-scroll::-webkit-scrollbar-thumb {
    background-color: var(--bs-primary);
    border: 0 solid transparent;
    border-radius: 16px;
  }
}
