@charset "UTF-8";
@import "custom-bootstrap.min.css";
@font-face {
  font-display: swap;
  font-family: Akrobat;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Akrobat-Light.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Akrobat;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Akrobat-SemiBold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Akrobat;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Akrobat-Regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Akrobat;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Akrobat-Bold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Akrobat;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/Akrobat-Black.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Akrobat;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Akrobat-ExtraBold.woff2) format("woff2");
}
: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: var(--bs-primary);
  --swiperBorderColorDefHover: var(--bs-primary);
  --swiperColorDefHover: #fff;
  --swiperBgDefHover: var(--bs-primary);
  --dark-card-bg: $gray-950;
  --accent-color: #d63384;
  --sp-base: 1.25rem;
  --red: #1c40d0;
  --gr2: #a1a1a1;
  --sPT: 3.75rem;
  --sTPB: 1.875rem;
  --sPB: 3.75rem;
}
.fancybox__container {
  --fancybox-bg: rgba(58, 59, 60, 0.77);
}
.h1,
.h2,
.h25,
h1,
h2 {
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 90%;
}
.h1,
.h2,
.h25,
.h3,
.h5,
h1,
h2,
h5 {
  font-family: Akrobat, sans-serif;
  text-transform: uppercase;
}
.h3,
.h5,
h5 {
  font-weight: 700;
  letter-spacing: -0.04em;
}
.h25 {
  font-size: calc(1.5rem + 3vw);
}
.item {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
}
.pixel-perfect {
  background-position: center 0;
  background-repeat: no-repeat;
  left: 50%;
  opacity: 0;
  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 {
  margin-bottom: var(--sTPB);
}
.section-title img {
  margin-bottom: 0 !important;
  max-width: 100%;
}
.section-title h2 {
  text-transform: uppercase;
}
.section-title h2 span {
  color: #1c40d0;
}
.section-title__text-block {
  background: linear-gradient(180deg, #1c40d0, rgba(28, 64, 208, 0.46));
  border-radius: 16px;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 100%;
  max-width: 330px;
  padding: 24px;
  text-transform: uppercase;
}
.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="%231c40d0" 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 {
  line-height: 1;
}
.btn-primary {
  color: #fff;
  font-family: Akrobat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.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;
}
.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;
}
.fw-800 {
  font-weight: 800;
}
.h1,
.h2,
.h22,
h1,
h2 {
  font-weight: 800;
}
.h1,
.h2,
.h22,
.h5,
h1,
h2,
h5 {
  font-family: Akrobat, sans-serif;
  letter-spacing: -0.05em;
}
.h22 {
  font-size: calc(1.5rem + 3vw);
  line-height: 1;
}
.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: 6.25rem;
  --sPB: 3.75rem;
  --sTPB: 3.75rem;
  background-color: #000;
  background-image: url(../img/header-bg.png);
  background-position: 50%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 calc(1vw + 30px) calc(1vw + 30px);
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.headerBlock .container,
.headerBlock h1 {
  position: relative;
}
.headerBlock h1 {
  color: #fff;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  z-index: 4;
}
.headerBlock__text {
  max-width: 510px;
}
.headerBlock__text-bg {
  -webkit-backdrop-filter: blur(6.6px);
  backdrop-filter: blur(6.6px);
  background: rgba(28, 64, 208, 0.15);
  border-radius: 0.8em;
  max-width: 246px;
  padding: 0.8em;
}
.headerBlock img {
  bottom: -5%;
  max-height: 100%;
  max-width: 100%;
  max-width: 120%;
  pointer-events: none;
  position: absolute;
  right: -20%;
}
.headerBlock__row {
  counter-reset: num;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(342px, 1fr));
  margin: 20px 0;
  position: relative;
  z-index: 4;
}
.headerBlock__item {
  font-family: Akrobat, sans-serif;
  font-size: 35px;
  line-height: 1;
  text-transform: uppercase;
}
.headerBlock__item:before {
  content: url(../img/chart-i.svg);
  display: block;
  margin-bottom: 18px;
}
.headerBlock .btn {
  position: relative;
  z-index: 2;
}
.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, #1c40d0);
  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;
  margin-bottom: 40px;
  max-width: 1080px;
  position: relative;
}
.def-slider h6 {
  line-height: 1.2;
  margin-bottom: 1.25rem;
  text-align: center;
}
.def-slider .awiper-wrapper {
  align-self: center;
}
.def-slider .swiper {
  margin-bottom: var(--sPB);
}
.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;
}
.def-slider {
  max-width: 873px;
}
.def-slider .swiper {
  max-width: 100%;
  overflow: visible;
}
.def-slider .swiper-wrapper {
  align-items: center;
  text-align: center;
}
.def-slider .swiper-slide {
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
}
.def-slider .swiper-slide img {
  border-radius: 8px;
  height: auto;
  max-width: 100%;
}
.def-slider .swiper-slide:not(.swiper-slide-active) {
  scale: 0.9;
}
.control-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 295px;
}
: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: #1c40d0;
  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: #1c40d0;
  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);
  }
}
.sArbitr {
  background: linear-gradient(180deg, #f8f9ff, #fff 44.71%, #eef1ff);
  border-radius: calc(1vw + 30px);
  box-shadow: 0 4px 163px 0 rgba(53, 74, 157, 0.1);
  counter-reset: num;
}
.sArbitr__item {
  border-bottom: 1px solid #a1a1a1;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.25rem;
  gap: 24px;
  padding-block: 1.5rem;
  position: relative;
}
.sArbitr__item:before {
  color: #1c40d0;
  content: "0" counter(num);
  counter-increment: num;
  font-family: Akrobat, sans-serif;
  font-size: calc(1.28125rem + 0.375vw);
  font-weight: 700;
}
.sArbitr__item:last-child {
  border-bottom: none;
}
.sArbitr__item:nth-child(n + 10):before {
  content: counter(num);
}
.sArbitr__title {
  font-family: Akrobat, sans-serif;
  font-size: calc(1.28125rem + 0.375vw);
  font-weight: 700;
  text-transform: uppercase;
}
.sArbitr__block {
  background-image: url(../img/graf-bg.svg),
    linear-gradient(134deg, #1c40d0, #7300ff);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  box-shadow: 0 60px 113px 0 rgba(240, 243, 255, 0.89);
  color: #fff;
  margin-top: var(--sPT);
  padding: 2.5rem;
}
.sArbitr__block .h3 {
  max-width: 890px;
}
.sArbitr__block .btn {
  color: #1c40d0;
  font-family: Akrobat, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.sAuthor .def-slider__img-wrap {
  border: 1px solid #1c40d0;
  border-radius: 8px;
  display: inline-block;
  padding: 16px;
}
.sAuthor .swiper-slide {
  max-width: 90%;
  width: auto;
}
.sAuthor .swiper-slide img {
  border-radius: 8px;
}
.sAuthor ul {
  margin-left: 20px;
}
.sAuthor li {
  font-size: 20px;
  margin-bottom: 20px;
}
.sAuthor .center-img {
  position: relative;
}
.sAuthor .center-img img {
  max-width: 100%;
}
.sAuthor__block {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background: rgba(66, 66, 66, 0.46);
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-family: "PT Serif";
  font-style: italic;
  margin-top: -250px;
  max-width: 355px;
  padding: 19px 23px;
  text-align: center;
}
.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;
}
.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;
}
.sFabric li {
  font-size: 20px;
  list-style: none;
  margin-bottom: 24px;
  padding-left: 70px;
  position: relative;
}
.sFabric li:before {
  background-color: var(--red);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 40px;
}
.sFabric ul {
  padding: 0;
}
.sFabric .form-control {
  border-color: #1c40d0;
  border-radius: 2.5rem;
  border-radius: 4px;
  border-top-width: 3px;
  font-family: Akrobat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  padding-top: 68px;
  text-align: left;
  text-transform: uppercase;
}
.sFabric .form-group {
  position: relative;
  text-align: left;
}
.sFabric .form-group .input-label {
  font-family: Akrobat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.04em;
  padding-left: 20px;
  position: absolute;
  text-transform: uppercase;
  top: 28px;
}
.sFabric__line {
  flex-wrap: wrap;
  gap: 2px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  text-align: center;
}
.sFabric__label,
.sFabric__line {
  align-items: center;
  display: flex;
  justify-content: center;
}
.sFabric__label {
  border: 1px solid;
  border-radius: 100px;
  font-family: Akrobat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  height: 60px;
  letter-spacing: -0.04em;
  min-width: 60px;
  padding: 0 24px;
  text-transform: uppercase;
}
.sFabric__label--arrow {
  color: #1c40d0;
  font-weight: 400;
  padding: 0;
}
.sFabric__label--arrow:last-child {
  transform: rotate(90deg);
}
.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;
}
.sForWho {
  counter-reset: num;
}
.sForWho__item {
  border-bottom: 1px solid var(--gr2);
  height: 100%;
  padding: 40px;
  position: relative;
  z-index: 2;
}
.sForWho__item:before {
  bottom: 0;
  color: var(--gr);
  content: counter(num);
  counter-increment: num;
  font-family: "PT Serif";
  font-size: 307px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
  line-height: 0.75;
  opacity: 0.1;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: -1;
}
.sForWho ul {
  font-size: 20px;
  margin-left: 20px;
}
.sGet__block {
  background-image: url(../img/get-bg.png);
}
.sGet__block .h25 {
  max-width: none;
}
.sGetAdv__col:first-child {
  color: #da4049;
}
.sGetAdv__col:first-child .sProtect__item {
  background: #da4049;
}
.sGetAdv .sArbitr__item {
  border-bottom: none;
  border-top: 1px solid #1c40d0;
}
.sGetAdv .sArbitr__item:before {
  display: none;
}
.sGetAdv .sArbitr__title {
  color: #1c40d0;
  font-family: "PT Serif";
  font-size: 24px;
  font-style: italic;
  text-transform: none;
}
.sHowMuch {
  background: linear-gradient(180deg, #f8f9ff, #fff 44.71%, #eef1ff);
  box-shadow: 0 4px 163px 0 rgba(53, 74, 157, 0.1);
}
.sHowMuch h2 {
  max-width: 900px;
}
.sHowMuch__max {
  max-width: 1070px;
}
.sHowMuch__block {
  background: linear-gradient(134deg, #fff, #f6f8ff);
  border-radius: 16px;
  box-shadow: 0 60px 113px 0 rgba(240, 243, 255, 0.89);
  padding: 40px;
}
.sHowMuch__item {
  background: #fff;
  border-radius: 12px;
  border-top: 1px solid #1c40d0;
  box-shadow: 0 60px 113px 0 rgba(240, 243, 255, 0.89);
  height: 100%;
  padding: 40px;
}
.graf {
  margin-bottom: var(--sPB);
  position: relative;
}
.sHowWork {
  background: linear-gradient(180deg, #f8f9ff, #fff 44.71%, #eef1ff);
  border-radius: calc(1vw + 30px);
  box-shadow: 0 4px 163px 0 rgba(53, 74, 157, 0.1);
  counter-reset: num;
}
.sHowWork__block {
  background-color: #000;
  background-image: url(../img/sHowWork-bg.jpg),
    linear-gradient(134deg, #fff, #f6f8ff);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  box-shadow: 0 60px 113px 0 rgba(240, 243, 255, 0.89);
  color: #fff;
  padding: 40px;
}
.sHowWork__texts {
  max-width: 690px;
}
.sHowWork__texts .h4 {
  margin-bottom: 15px;
}
.sHowWork ol {
  margin-left: 0;
  margin-top: 20px;
  padding-left: 0;
}
.sHowWork li {
  list-style: none;
  margin-bottom: 15px;
  padding-left: 50px;
  position: relative;
}
.sHowWork li .h5 {
  font-weight: 700;
}
.sHowWork li:before {
  color: #1c40d0;
  content: "0" counter(num);
  counter-increment: num;
  font-family: Akrobat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  left: 0;
  margin-top: -3px;
  position: absolute;
}
.dark-bg {
  background: #000;
  background-image: url(../img/header-bg.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #fff;
  margin-bottom: 40px;
  position: relative;
}
.dark-bg .container {
  position: relative;
  z-index: 2;
}
.dark-bg .container:after,
.dark-bg .container:before {
  aspect-ratio: 1/1;
  background-color: #1c40d0;
  content: "";
  filter: blur(500px);
  opacity: 0.6;
  position: absolute;
  width: 30%;
  z-index: -1;
}
.dark-bg .container:after {
  left: 70%;
  top: 40%;
}
.dark-bg .container:before {
  right: 80%;
  top: 0;
}
.dark-bg:after,
.dark-bg:before {
  aspect-ratio: 1921/72;
  background-image: url(../img/header-after.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
}
.dark-bg:before {
  bottom: 99.9%;
  left: 0;
  scale: 1 -1;
}
.dark-bg:after {
  left: 0;
  top: 99.9%;
}
.dark-bg .swiper-pagination {
  opacity: 0.5;
}
.sKnowBefore .h3 {
  line-height: 1;
}
.sKnowBefore__block {
  background-image: url(../img/block-bg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 8px;
  padding: 40px;
  text-transform: uppercase;
}
.sKnowBefore__block .h3 {
  max-width: 18em;
}
.sKnowBefore__block p {
  font-family: Akrobat, sans-serif;
  font-size: calc(1.34375rem + 1.125vw);
  font-weight: 700;
  line-height: 1;
}
.sKnowBefore ul {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
  list-style: none;
  margin-bottom: var(--sPB);
}
.sKnowBefore li {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: rgba(27, 0, 0, 0.2);
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  font-family: Akrobat, sans-serif;
  font-size: calc(1.34375rem + 1.125vw);
  line-height: 1;
  padding: 1.1em;
  text-transform: uppercase;
}
.sKnowBefore h2 {
  max-width: 900px;
}
.sKnowBefore p {
  font-size: 20px;
}
.sKnowBefore__footer-row {
  align-items: center;
}
.sManagment {
  background: linear-gradient(180deg, #f8f9ff, #fff 44.71%, #eef1ff);
  border-radius: 48px;
  box-shadow: 0 4px 163px 0 rgba(53, 74, 157, 0.1);
}
.sManagment .sProtect__item {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.sManagment .sProtect__item img {
  height: auto;
  max-width: 100%;
}
.sManagment .sProtect__item ul {
  font-size: 20px;
  margin-left: 20px;
}
.sManagment .btn {
  position: relative;
  z-index: 2;
}
.sMyName h2 {
  max-width: 10em;
}
.sMyName .section-title p {
  font-family: Akrobat, sans-serif;
  font-size: calc(1.34375rem + 1.125vw);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-wrap: balance;
}
.sMyName .section-title p span {
  color: #1c40d0;
  display: block;
}
.sNoticeYourself__item {
  border: 1px solid rgba(67, 67, 67, 0.2);
  border-radius: 8px;
  margin-bottom: 8px;
  padding: 20px;
}
.sNoticeYourself__caption {
  flex-grow: 1;
}
.sNoticeYourself__caption ul {
  padding-left: 20px;
}
.sPortfolio {
  counter-reset: num;
}
.sPortfolio__max {
  max-width: 1080px;
}
.sPortfolio ul {
  margin-left: 20px;
}
.sPortfolio .sArbitr__block .h6 {
  max-width: 900px;
}
.sProgram {
  counter-reset: section -1;
}
.sProgram .item ul {
  font-size: 20px;
  padding-left: 20px;
}
.sProgram__aside {
  max-width: 335px;
}
.sProgram .dd-group p {
  margin-bottom: 1em;
}
.sProgram .dd-group ul {
  margin-bottom: 40px;
  padding-left: 40px;
}
.sProgram .dd-group li {
  margin-bottom: 1em;
}
.sProgram .dd-group {
  margin-bottom: var(--sPB);
}
.sProgram .dd-group__title:before {
  color: #1c40d0;
  content: "Модуль " counter(section) " ";
  counter-increment: section;
}
.sProgram__item {
  border: 1px solid #434343;
  border-radius: 8px;
  height: 100%;
  padding: 40px;
}
.sProgram__item .h3 {
  margin-bottom: 40px;
}
.sProgram__item ul {
  padding-left: 40px;
}
.sProtect__item {
  background: linear-gradient(90deg, #a0b3ff, #fff, #4066ff);
  border-radius: 16px;
  box-shadow: 0 60px 113px 0 rgba(240, 243, 255, 0.89);
  height: 100%;
  padding: 2.5rem;
  position: relative;
  z-index: 2;
}
.sProtect__item:before {
  background: linear-gradient(134deg, #fff, #f6f8ff);
  border-radius: inherit;
  content: "";
  inset: 1px;
  position: absolute;
  z-index: -1;
}
.sProtect .sView__line:before {
  display: none;
}
.sQA {
  counter-reset: num;
}
.sQA .dd-group__title:before {
  color: #1c40d0;
  content: counter(num);
  counter-increment: num;
  margin-right: 0.6em;
}
.dd-group {
  align-self: stretch;
  flex: none;
  flex-grow: 0;
  margin: 0 auto;
  order: 0;
}
.dd-group__title {
  font-family: Akrobat, sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.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 {
  color: #1c40d0;
  cursor: pointer;
  height: 2rem;
  margin-left: auto;
  position: relative;
  width: 2rem;
  --s: 0.36s;
  flex: none;
  flex-grow: 0;
  order: 1;
  transition: all var(--s) ease-in-out;
}
.dd-group__arrow:after,
.dd-group__arrow:before {
  background-color: currentColor;
  content: "";
  height: 2px;
  position: absolute;
  transition: all 0.3s ease;
  width: 2rem;
}
.dd-group__arrow:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dd-group__arrow:after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(var(--rotate, 90deg));
}
.dd-group__arrow svg {
  display: none;
}
.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: 0;
  --stroke-w: 0;
  color: #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;
}
.sRew .def-slider__img-wrap {
  border: 1px solid #da4053;
  border-radius: 8px;
  padding: 16px;
}
.sRew .swiper-slide {
  max-width: 90%;
  text-align: center;
  width: auto;
}
.sRew .swiper-slide img {
  border-radius: inherit;
}
.section-light {
  background: linear-gradient(180deg, #f8f9ff, #fff 44.71%, #eef1ff);
  border-radius: calc(1vw + 30px);
  box-shadow: 0 4px 163px 0 rgba(53, 74, 157, 0.1);
}
.sSet {
  counter-reset: num;
}
.sSet .section-title .h6 {
  max-width: 850px;
}
.sSet .sArbitr__item:first-child {
  border-top: 1px solid var(--gr2);
}
.sSet .sArbitr__item:before {
  content: "Модуль " counter(num);
  text-transform: uppercase;
}
.sSet .sArbitr__item--last:before {
  display: none;
}
.sSet__grid {
  display: grid;
  gap: 40px;
}
.sSet__grid ol {
  font-size: 20px;
}
.sSet__grid .sArbitr__block {
  background-size: cover;
  margin: 0;
  position: relative;
  width: 100%;
}
.sSet__grid .sArbitr__block:nth-child(3) img {
  bottom: 0;
  max-height: 100%;
  max-width: 50%;
  position: absolute;
  right: 0;
}
.sSet .sArbitr__block-inner {
  max-width: 320px;
}
.sSet .btn {
  position: relative;
  z-index: 2;
}
.sSimple {
  counter-reset: num2;
}
.sSimple .row {
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0.5rem;
  counter-reset: num;
}
.sSimple__item {
  background: radial-gradient(
    73.92% 87.75% at 89.04% 73.73%,
    #f3f3f3 0,
    #fafafa 100%
  );
  font-size: 20px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.sSimple__item:before {
  bottom: 0;
  color: #fff;
  content: counter(num2);
  counter-increment: num2;
  font-family: Akrobat, sans-serif;
  font-size: calc(10vw + 250px);
  font-weight: 700;
  line-height: 0.6;
  position: absolute;
  right: 0;
  transform: translateX(25%);
  z-index: -1;
}
.sSimple__item p {
  max-width: 530px;
}
.sSimple__step {
  background-color: #1c40d0;
  color: #fff;
  display: inline-block;
  font-family: Akrobat, sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
  padding: 10px 12px;
  text-transform: uppercase;
}
.sSimple__step:after {
  content: counter(num);
  counter-increment: num;
}
.sSimple__video {
  aspect-ratio: 670/376;
  background-color: #000;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.sSimple__video iframe {
  border: none;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.sSimple__block {
  background-image: url(../img/sSimple-bg.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  color: #fff;
  padding: 20px;
}
.sSimple__block .h3 {
  max-width: 820px;
}
.sStrategies__row {
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0.5rem;
}
.sStrategies ul {
  margin-bottom: var(--sPB);
}
.sStrategies .main-list-item {
  list-style: none;
  margin-bottom: 2em;
  padding-left: 4em;
  position: relative;
}
.sStrategies .main-list-item li {
  list-style: disc;
  margin-left: 10px;
  opacity: 0.5;
}
.sStrategies .main-list-item:before {
  background-color: #1c40d0;
  content: "";
  height: 0.25em;
  left: 0;
  position: absolute;
  top: 1em;
  width: 2.5em;
}
.sStrategies .swiper-pagination {
  opacity: 0.5;
}
.sGet li,
.sStudy li {
  list-style: none;
  margin-bottom: 2em;
  padding-left: 4em;
  position: relative;
}
.sGet li:before,
.sStudy li:before {
  background-color: #1c40d0;
  content: "";
  height: 0.25em;
  left: 0;
  position: absolute;
  top: 1em;
  width: 2.5em;
}
.sGet__block,
.sStudy__block {
  background-color: #f3f3f3;
  background-image: url(../img/study-bg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 0 35px 106px 0 rgba(74, 22, 33, 0.18);
  mix-blend-mode: darken;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.sGet__block img,
.sStudy__block img {
  max-height: 90%;
  max-width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.sGet__block .h25,
.sStudy__block .h25 {
  max-width: 780px;
}
.sGet__block .h3,
.sStudy__block .h3 {
  max-width: 800px;
}
.sTest {
  background: linear-gradient(180deg, #f8f9ff, #fff 44.71%, #eef1ff);
  border-radius: calc(1vw + 30px);
  box-shadow: 0 4px 163px 0 rgba(53, 74, 157, 0.1);
}
.sTest .section-title h2 {
  max-width: 600px;
}
.sTest ul {
  font-size: 20px;
  padding-left: 20px;
}
.sTest__max {
  max-width: 1070px;
}
.sTest .sArbitr__block {
  background-image: url(../img/bg-2.svg),
    linear-gradient(134deg, #1c40d0, #7300ff);
}
.sTry__bg-block {
  background: linear-gradient(134deg, #1c40d0, #7300ff);
  background-image: url(../img/sTry-bg.jpg);
  background-position: 50%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  box-shadow: 0 60px 113px 0 rgba(240, 243, 255, 0.89);
  color: #fff;
  padding: 40px;
}
.sTry__bg-block div {
  max-width: 724px;
}
.sTry img {
  height: auto;
  max-width: 100%;
}
.sTry__block {
  background: linear-gradient(134deg, #fff, #f6f8ff);
  border-radius: 16px;
  box-shadow: 0 60px 113px 0 rgba(240, 243, 255, 0.89);
  padding: 2.5rem;
}
.sView__row {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 2.5rem;
}
.sView__item {
  background: linear-gradient(90deg, #a0b3ff, #fff, #4066ff);
  border-radius: 16px;
  box-shadow: 0 60px 113px 0 rgba(240, 243, 255, 0.89);
  height: 100%;
  padding: 2.5rem;
  position: relative;
  z-index: 2;
}
.sView__item:before {
  background: linear-gradient(134deg, #fff, #f6f8ff);
  border-radius: inherit;
  content: "";
  inset: 1px;
  position: absolute;
  z-index: -1;
}
.sView .section2 .h6 {
  max-width: 24.125rem;
}
.sView .h22 {
  position: relative;
  z-index: 3;
}
.sView__line-item {
  font-size: 1.25rem;
  min-width: 15rem;
  position: relative;
  width: 15rem;
}
.sView__line-item:before {
  content: counter(num);
  counter-increment: num;
  display: block;
  font-family: Akrobat, sans-serif;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -0.05em;
  margin-bottom: 104px;
}
.sView__line-item:first-child {
  --scale: 1;
}
.sView__line-item:nth-child(2) {
  --scale: 1.4;
}
.sView__line-item:nth-child(3) {
  --scale: 1.6;
}
.sView__line-item:nth-child(4) {
  --scale: 1.8;
}
.sView__line-item:nth-child(5) {
  --scale: 2;
}
.sView__line-slider {
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.sView__line {
  display: flex;
  gap: 2.5rem;
  position: relative;
  width: 100%;
}
.sView__line:before {
  background-image: url(../img/curve.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  left: 16px;
  pointer-events: none;
  position: absolute;
  top: 112px;
  width: 1120px;
}
.sView__line-circle {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  left: 12px;
  top: 120px;
  transform: translate(-50%, -50%);
  width: 1px;
}
.sView__line-circle,
.sView__line-circle:after {
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
}
.sView__line-circle:after {
  background: #1c40d0;
  content: "";
  inset: 0;
  left: calc(10px * var(--scale) / 2);
  margin: auto;
  width: calc(6px * var(--scale));
}
.sView__line-circle:before {
  aspect-ratio: 1;
  background-color: #fff;
  border: 1px solid #1c40d0;
  border-radius: 50%;
  content: "";
  inset: 0;
  margin: auto;
  position: absolute;
  width: calc(16px * var(--scale));
  z-index: -1;
}
.sView .section3 .h3 {
  max-width: 20.625rem;
}
.sView ul {
  font-size: 20px;
  margin-left: 20px;
}
.video-block {
  aspect-ratio: 943/546;
  position: relative;
}
.video-block iframe {
  border-radius: 16px;
  height: 100%;
  inset: 0;
  margin: auto;
  position: absolute;
  width: 100%;
}
.sView__line-slider {
  counter-reset: num;
}
.sWhy {
  background-image: none;
}
.sWhy ol {
  counter-reset: num;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 20px 0;
  position: relative;
  text-wrap: balance;
  z-index: 4;
}
.sWhy ol li:before {
  color: #1c40d0;
  content: counter(num);
  counter-increment: num;
  display: block;
  font-family: Akrobat, sans-serif;
  font-size: 120px;
  font-weight: 800;
  line-height: 1;
}
.sWhy ol .h5 {
  font-family: Akrobat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.sWhy ol p {
  color: #a1a1a1;
}
.sWhy .form-control {
  border-color: #1c40d0;
  border-radius: 2.5rem;
  border-radius: 4px;
  font-family: Akrobat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  padding-top: 25px;
  text-align: left;
  text-transform: uppercase;
}
.sWhy .form-control::-moz-placeholder {
  opacity: 0.2;
}
.sWhy .form-control::placeholder {
  opacity: 0.2;
}
.sWhy .form-group {
  position: relative;
  text-align: left;
}
.sWhy .form-group .input-label {
  font-family: Akrobat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.04em;
  padding-left: 20px;
  position: absolute;
  text-transform: uppercase;
  top: 8px;
}
.lg-text {
  margin-bottom: 2em;
  position: relative;
}
.lg-text__item {
  color: #1c40d0;
}
.lg-text__item:first-child {
  color: #fff;
}
.lg-text__item:nth-child(2) {
  margin-left: 0.9em;
  opacity: 0.3;
}
.lg-text__item:nth-child(3) {
  margin-left: 1.8em;
  opacity: 0.5;
}
.lg-text__item:nth-child(4) {
  margin-left: 2.7em;
  opacity: 0.7;
}
.lg-text__item:nth-child(5) {
  margin-left: 3.6em;
}
.lg-text img {
  bottom: 1em;
  max-height: 100%;
  max-width: 80%;
  position: absolute;
  right: 0;
}
.sWhyEveryday__row {
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0.5rem;
}
.sWhyEveryday__item {
  background: radial-gradient(
    73.92% 87.75% at 89.04% 73.73%,
    #f3f3f3 0,
    #fafafa 100%
  );
  border-radius: 8px;
  padding: 20px;
}
.sWhyEveryday__item ul {
  font-size: 20px;
  padding-left: 20px;
}
.sWhyEveryday__item p {
  font-size: 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: #1c40d0;
  --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: 1.25rem;
  --sPB: 0rem;
  color: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.topLine__row {
  --bs-gutter-y: 5px;
  align-items: center;
}
.topLine__slide {
  height: auto;
}
.sCenteredSlider__slider-wrap {
  position: relative;
}
.sCenteredSlider .swiper {
  padding: 20px 0;
}
.sCenteredSlider .swiper-slide {
  background: #f0f0f0;
  border-radius: 10px;
  height: auto;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
}
.sCenteredSlider .swiper-slide-active {
  transform: scale(1.1);
}
.sCenteredSlider .swiper-button-next,
.sCenteredSlider .swiper-button-prev {
  background: hsla(0, 0%, 100%, 0.8);
  border-radius: 50%;
  color: #000;
  height: 40px;
  margin-top: -20px;
  width: 40px;
}
.sCenteredSlider .swiper-button-next:after,
.sCenteredSlider .swiper-button-prev:after {
  font-size: 16px;
}
.sCenteredSlider .swiper-button-next {
  right: -20px;
}
.sCenteredSlider .swiper-button-prev {
  left: -20px;
}

.inbfrm .form-control{
  color: #000;
}

.inbfrm .privacy_agreement_block label a{
  color: #000;
}
@media (min-width: 576px) {
  :root {
    --sp-base: 2.5rem;
    --sPT: 5rem;
    --sTPB: 5rem;
    --sPB: 5rem;
  }
  .item {
    padding: 40px;
  }
  .headerBlock__row {
    gap: 40px;
    margin: 40px 0;
  }
  .modal-text {
    max-width: 1000px;
  }
  .sNoticeYourself__item {
    align-self: center;
    display: flex;
    flex-direction: row-reverse;
    padding: 40px;
  }
  .sGet__block,
  .sStudy__block {
    padding: 40px;
  }
  .sWhy ol {
    gap: 30px;
    margin: 40px 0;
  }
  .topLine {
    --sPT: 5rem;
  }
}
@media (min-width: 768px) {
  .footer__container .before {
    left: 50.5%;
    position: absolute;
    top: 36%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .sProgram__item {
    padding: 40px;
  }
  .dd-group__content {
    font-size: 1.25rem;
  }
  .sSimple__item {
    padding: 40px;
  }
  .sSimple__block {
    padding: 40px;
  }
  .sWhy ol {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }
  .sWhyEveryday__item {
    padding: 40px;
  }
}
@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;
  }
  .def-slider h6 {
    margin-bottom: 2.5rem;
  }
  .def-slider .swiper-button-hand {
    --swiperArrowPosition: 16%;
  }
  .sKnowBefore__block .h3 {
    font-size: 60px;
  }
  .sManagment .sProtect__item img {
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    max-height: 100%;
    max-width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .sMyName .section-title p {
    margin-left: auto;
    max-width: 426px;
  }
  .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) {
  .h1,
  h1 {
    font-size: 120px;
  }
  .h25 {
    font-size: 3.75rem;
  }
  .h2,
  h2 {
    font-size: 100px;
  }
  h1 {
    font-size: 200px;
  }
  .h22 {
    font-size: 3.75rem;
  }
  .footer__container .before svg {
    height: auto;
    width: 12.9375rem;
  }
  .headerBlock {
    --sPT: 14.375rem;
    --sPB: 10.625rem;
  }
  .headerBlock .row {
    margin-bottom: 5rem;
  }
  .sArbitr__item:before {
    font-size: 1.5625rem;
  }
  .sArbitr__title {
    font-size: 1.5625rem;
  }
  .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);
  }
  .sKnowBefore__block p {
    font-size: 2.1875rem;
  }
  .sKnowBefore li {
    font-size: 2.1875rem;
  }
  .sMyName .section-title p {
    font-size: 2.1875rem;
  }
  .dd-group__head {
    font-size: 2rem;
  }
  .sSet .sArbitr__item {
    flex-wrap: nowrap;
  }
  .sSet__grid {
    grid-template-columns: 1fr 1fr;
  }
  .sSet__grid .sArbitr__block:nth-child(3) {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .sTry__text {
    max-width: 23.75rem;
  }
}
@media (min-width: 1300px) {
  :root {
    --bs-body-font-size: 16px;
  }
  .footer .text-lg-end p,
  .footer__txt--support a {
    font-size: 1.25rem;
  }
  .sAuthor .center-img {
    margin-top: -200px;
  }
  .sAuthor .center-img img {
    margin-left: -20%;
    max-width: 135%;
  }
  .sFabric .h2 {
    font-size: 120px;
  }
  .graf:before {
    bottom: 0;
    content: url(../img/graf2.svg);
    left: 0;
    position: absolute;
  }
}
@media (max-width: 1199.98px) {
  .sGet__block img,
  .sStudy__block img {
    opacity: 0.6;
  }
}
@media (max-width: 991.98px) {
  .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) {
  .headerBlock {
    background-position: 20% 0;
  }
  .headerBlock img {
    right: -40%;
  }
  .sHowMuch__block {
    margin-left: -15px;
    margin-right: -15px;
    padding-inline: 15px;
  }
  .lg-text img {
    opacity: 0.5;
  }
}
@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;
  }
}
