

/* Start:/local/templates/aio/assets/css/homepage.css?176176224933405*/
.hero-section {
  background-color: #313FFE;
  padding-top: 7rem;
  position: relative;
}

@media(max-width: 992px) {
  .h1 {
    padding-bottom: 2rem;
  }
}

.hero-section__inner {}

.hero-section {}

.h1 {
  font-family: var(--third-family);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -2.56px;
  margin-bottom: 16px;
  text-align: center;
}

@media(max-width: 992px) {
  .h1 {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    /* 118.182% */
    letter-spacing: -1.76px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
}

.section-description {
  font-family: var(--second-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.8px;


}

@media(max-width: 992px) {
  .section-description {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    letter-spacing: -0.64px;
    margin-bottom: 20px;
  }
}

.hero-description {
  text-align: center;
  margin-bottom: 24px;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

@media(max-width: 992px) {
  .hero-description {
    margin-bottom: 20px;
  }
}

@media(max-width: 600px) {
  .hero-description {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 20px;
  }
}


.hero-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 24px;
}

@media(max-width: 992px) {
  .hero-btns {
    margin-left: 16px;
    margin-right: 16px;
  }
}


.hero-image {
  max-width: 1200px;
  width: 100%;
  position: relative;
}

.hero-image .hero-image__img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  position: relative;
}

@media(max-width: 992px) {
  .hero-image .hero-image__img {
    height: 377px;
    object-fit: cover;
    object-position: left top;
  }
}

.hero-image .hero-layer__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.blue-layer {
  background: linear-gradient(0deg, #313FFE 0%, rgba(49, 63, 254, 0.00) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 205px;
  z-index: 2;

}

@media(max-width: 992px) {
  .blue-layer {
    height: 110px;
  }
}

.advantages {
  color: #000;
  background-color: #000;
  padding-top: 2rem;
  padding-bottom: 10rem;
}

.advantages-items {
  display: flex;
  gap: 24px;
}

@media(max-width: 1200px) {
  .advantages-items {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media(max-width: 992px) {
  .advantages-items {
    gap: 12px;
  }
}


.advantages-items .advantages-item {
  padding: 24px;
  position: relative;
  border-radius: 32px;
  background: rgba(110, 110, 132, 0.12);
  height: 536px;
  overflow: hidden;
  max-width: 384px;
  width: 100%;
  border: 1px solid rgba(110, 110, 132, 0.12);
}

@media(max-width: 1200px) {
  .advantages-items .advantages-item {
    max-width: 100%;
    height: 400px;
  }

  .advantages-items .advantages-item:not(:first-child) {
    z-index: 3;
    background: #0d0d10;
  }
}

.advantages-items .advantages-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom, white, black 4%, black 96%, white);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 2;
}

.advantages-items .advantages-item .advantages-item__text {
  font-family: var(--third-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -1.28px;
  max-width: 100%;
  color: #fff;
  position: relative;
  z-index: 3;
}

@media(max-width: 992px) {
  .advantages-items .advantages-item .advantages-item__text {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
    letter-spacing: -0.96px;
  }
}

.advantages-items .advantages-item .advantages-item__image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
}

@media(max-width: 1200px) {
  .advantages-items .advantages-item .advantages-item__image {
    width: 30%;
    left: initial;
    right: 0;
  }
}

@media(max-width: 992px) {
  .advantages-items .advantages-item .advantages-item__image {
    width: 40%;
    left: initial;
    right: 0;

  }
}

@media(max-width: 882px) {
  .advantages-items .advantages-item .advantages-item__image {
    width: auto;
    max-width: 55%;

  }
}

@media(max-width: 500px) {
  .advantages-items .advantages-item .advantages-item__image {
    width: auto;
    max-width: 70%;

  }
}


.advantages-items .advantages-item .advantages-item__image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

/* @media(max-width: 882px) {

  .advantages-items .advantages-item:not(:last-child) .advantages-item__image img {
    transform: translateY(-2rem);
  }
} */

.problems {
  background-color: #fff;
  color: #fff;
  padding-bottom: 210px !important;
}

@media(max-width: 992px) {

  .problems {
    padding-left: 16px;
    padding-right: 16px;

  }
}


.problems .section-title {
  color: #000;
  margin-bottom: 84px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media(max-width: 992px) {

  .problems .section-title {
    margin-bottom: 17px;

  }
}


.problems-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.problems-items {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 24px;
  max-width: 795px;
  width: 100%;
}


.problems-decor__top {
  position: absolute;
  z-index: -1;
  left: -16rem;
  top: -8rem;
  max-width: 464px;
  width: 100%;
}

@media(max-width: 1150px) {

  .problems-decor__top {
    right: 0;
    left: initial;
    max-width: 240px;
    top: 0;

  }
}

@media(max-width: 600px) {

  .problems-decor__top {
    right: 0;
    left: initial;
    max-width: 190px;
    top: 0;

  }
}

.problems-decor__top img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.problems-decor__bottom {
  position: absolute;
  z-index: -1;
  right: -14rem;
  bottom: -9rem;
  max-width: 449px;
  width: 100%;
}

@media(max-width: 1150px) {

  .problems-decor__bottom {
    right: 0;
    top: 0;
    bottom: initial;
    max-width: 240px;
    left: 0;
  }
}

@media(max-width: 600px) {

  .problems-decor__bottom {
    right: 0;
    top: 0;
    bottom: initial;
    max-width: 190px;
    left: 0;
  }
}

.problems-decor__bottom img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.problems-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
  border-radius: 48px;
  background: rgba(195, 199, 255, 0.12);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);

}

.problems-item .problems-item__num {
  width: 80px;
  min-width: 80px;
  height: 80px;
}

.problems-item .problems-item__num img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media(max-width: 600px) {

  .problems-item .problems-item__num {
    width: 47px;
    min-width: 47px;
    height: 47px;

  }
}

.problems-item .problems-item__text {
  color: #000;
  font-family: var(--second-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -1.28px;
}

@media(max-width: 600px) {

  .problems-item .problems-item__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.64px;

  }
}

.process {
  color: #000;
  background-color: #000;
}

.process-inner {}

.process-items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

@media(max-width: 1210px) {
  .process-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .process-items {
    display: flex;
    flex-direction: column;
  }

}

.process-item__image-dark__layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 133px;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
  z-index: 2;
}

.process-items .process-item {
  border-radius: 32px;
  background: rgba(110, 110, 132, 0.12);
  position: relative;
  padding: 24px;
  display: flex;
  align-items: flex-end;
  height: 354px;
  overflow: hidden;
}


.process-items .process-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom, white, black 4%, black 96%, white);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 3;
}

.process-items .process-item:nth-child(4n + 1) {
  grid-column-end: span 4;
}

.process-items .process-item:nth-child(4n + 2) {
  grid-column-end: span 8;
}

.process-items .process-item:nth-child(4n + 3) {
  grid-column-end: span 8;
}

.process-items .process-item:nth-child(4n + 4) {
  grid-column-end: span 4;
}

.process-items .process-item .process-item__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.process-items .process-item .process-item__image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.process-items .process-item .process-item__name {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -1.6px;
  color: #fff;
  font-family: var(--second-family);
  position: relative;
  z-index: 3;
}

@media(Max-width: 600px) {
  .process-items .process-item .process-item__name {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 125% */
    letter-spacing: -1.28px;
  }
}

.partners {
  background-color: #313FFE;
  color: #313FFE;
  overflow: hidden;
}

.partners-inner .section-title {
  color: #fff;
  text-align: center;
  max-width: 903px;
  margin-bottom: 102px;
  margin-left: auto;
  margin-right: auto;
}



@media(max-width: 992px) {
  .partners-inner {
    margin-left: 16px;
    margin-right: 16px;
  }

  .partners-inner .section-title {
    margin-bottom: 40px;
  }
}

.partners-marquee {}

.partners-marquee {
  overflow: hidden;
}

.partners-marquee__items {
  display: flex;
  gap: 70px;

  animation: marquee 30s linear infinite;
}

.partners-marquee__items::after {
  content: "";
  display: block;
  width: 100%;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--marquee-width))); 
  }
}


.partners-marquee__items .partners-marquee__item {
  height: 80px;
  flex: 0 0 auto;
}

@media(max-width: 600px) {
  .partners-marquee__items .partners-marquee__item {
    height: 40px;
  }

  .partners-marquee__items {
    gap: 72px;
  }
}


.partners-marquee__items .partners-marquee__item img {
  object-fit: contain;
  width: 100%;
  height: 100%;

}

.why {
  background-color: #000;
  color: #000;
}




.why-inner .h1 {
  text-align: center;
  margin-bottom: 32px;
  color: #fff;
}

.why-inner .section-description {
  max-width: 770px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 96px;
  color: #fff;
}

@media(max-width: 992px) {
  .why-inner {
    margin-left: 16px;
    margin-right: 16px;
  }

  .why-inner .section-description {
    margin-bottom: 24px;
  }
}


.why-items {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.why-items .why-item {
  max-width: 384px;
  width: 100%;
  height: 354px;
  position: relative;
  border-radius: 32px;
  background: rgba(110, 110, 132, 0.12);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 24px;
}

.why-items .why-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom, white, black 4%, black 96%, white);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 2;
}

.why-items .why-item .why-item__image {
  width: 100%;
  height: 295px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  text-align: right;
}

.why-items .why-item .why-item__image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: right;
}



.why-items .why-item .why-item__text {
  font-family: var(--second-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  letter-spacing: -0.8px;
  max-width: 313px;
}

.book {
  color: #fff;
  background-color: #fff;
}

@media(Max-width: 1210px) {
  .book .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.desktop-btn {}

.mobile-btn {
  display: none !important;
}

.book-inner__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

@media(max-width:600px) {
  .book-inner__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .book-inner__head .h1 {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }


}



.book-inner__head .h1 {
  color: #000;
}

.book .section-description {
  margin-bottom: 44px;
  color: #000;
}

.book-items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.book-items .book-item {
  height: 354px;
  position: relative;
  border-radius: 32px;
  background: #000;
  padding: 24px;
  overflow: hidden;
  display: flex;
}

.book-items .book-item:nth-child(4n + 1) {
  grid-column-end: span 8;
}

.book-items .book-item:nth-child(4n + 2) {
  grid-column-end: span 4;
  align-items: flex-end;
}

.book-items .book-item:nth-child(4n + 3) {
  grid-column-end: span 4;
  align-items: flex-end;
}

.book-items .book-item:nth-child(4n + 4) {
  grid-column-end: span 8;
  align-items: flex-end;
}


.book-items .book-item .book-item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
}

.book-items .book-item .book-item__image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.book-items .book-item .book-item__text {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
  letter-spacing: -1.28px;
  font-family: var(--second-family);
  position: relative;
  z-index: 3;
}

@media(max-width: 600px) {
  .book-items .book-item .book-item__text {
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.8px;
  }
}

.book-items .book-item:nth-child(4n + 1) .book-item__image img {
  object-position: bottom right;
  padding-left: 32px;
}

.book-items .book-item:nth-child(4n + 3) .book-item__image img {
  object-position: top right;
}

.book-items .book-item:nth-child(4n + 2) .book-item__image img {
  object-fit: cover;

}

.book-items .book-item:nth-child(4n + 4) .book-item__image img {
  object-fit: cover;

}



@media(max-width: 992px) {
  .book-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .book-items .book-item:nth-child(4n + 1) .book-item__image {
    height: 65%;
    top: initial;
    bottom: 0;
  }

  .book-items .book-item:nth-child(4n + 1) .book-item__image img {
    object-fit: cover;
    object-position: top left;
  }

  .book-items .book-item:nth-child(4n + 1) .book-item__image img {
    object-fit: cover;
  }

}

@media(max-width:600px) {
  .desktop-btn {
    display: none !important;
  }

  .mobile-btn {
    display: inline-flex !important;
    margin-bottom: 24px;
  }

  .book .section-description {
    margin-left: 0;
    margin-bottom: 16px;
  }

  .book-inner__head {
    margin-bottom: 8px;
  }

}

.overlay-modal {
  background: rgba(49, 63, 254, 0.60);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: none;
}

.overlay-modal.active {
  display: block;
}

.modal-hm {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 16;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  transition: all 0.3s ease;
  overflow-y: auto;
}

@media(max-width: 800px) {
  .modal-hm.lg-modal {
    padding-top: 17rem;

  }
}

.modal-hm.active {
  opacity: 1;
  display: flex;
}

.modal-inner {
  max-width: 588px;
  width: 100%;
  padding: 32px;
  border-radius: 32px;
  background: #000;
  position: relative;
}

@media(max-width: 992px) {
  .modal-inner {
    width: 95%;
  }
}

.modal-inner .modal-close {
  position: absolute;
  right: 32px;
  top: 32px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 56px;
  background-color: transparent;
  cursor: pointer;
}

.modal-inner .modal-close img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.modal-content {}

.modal-content .modal-image {
  width: 100%;
  height: 332px;
  margin-bottom: 32px;
}




.modal-content .modal-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.modal-content .modal-title {
  font-family: var(--third-family);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  /* 120% */
  letter-spacing: -1.6px;
  color: #fff;
  margin-bottom: 8px;
  text-align: center;
}

@media(max-width: 992px) {
  .modal-content .modal-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    /* 137.5% */
    letter-spacing: -1.28px;
  }
}

.modal-content .modal-subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.64px;
  color: #fff;
  font-family: var(--second-family);
  text-align: center;
  margin-bottom: 24px;
}

.modal-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

html.lock {
  overflow: hidden;
}

.modal-hm.form-modal .modal-inner {
  max-width: 990px;

}

@media(max-width: 992px) {
  .modal-hm.form-modal .modal-inner {
    width: 95%;
  }
}

.modal-hm.form-modal .modal-content .modal-image {
  height: 264px;

}

@media(max-width: 700px) {
  .modal-hm.form-modal .modal-content .modal-image {
    height: 157px;
  }
}

.input-wrap {
  position: relative;
  height: 56px;
}



.input-wrap input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.64px;
  color: #fff;
  font-family: var(--second-family);
  border-radius: 32px;
  border: 1px solid #6E6E84;
  background-color: transparent;
}

.input-wrap input::placeholder {
  color: #fff;
}


.select-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: 1px solid #6E6E84;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  padding: 16px 48px 16px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.64px;
  color: #fff;
  font-family: var(--second-family);
  cursor: pointer;
}

.custom-select option {
  color: #000;
}

.custom-select:focus {
  outline: none;
  border-color: #fff;
}

/* SVG стрелочка */
.select-arrow {
  position: absolute;
  right: 24px;
  pointer-events: none;
  transition: transform 0.3s ease;
}

/* Анимация при фокусе */
.custom-select:focus+.select-arrow {
  transform: rotate(180deg);
}

.form-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.form-inner .input-wrap {
  width: 49%;
}

@media(max-width: 767px) {
  .form-inner .input-wrap {
    width: 100%;
  }
}

.checkbox-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  margin-bottom: 38px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  font-family: var(--second-family);
}

.custom-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Внешний вид чекбокса */
.checkmark {
  width: 20px;
  height: 20px;
  border: 1px solid #6E6E84;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  background: transparent;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

/* Галочка */
.checkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Когда активен */
.custom-checkbox:checked~.checkmark {
  background-color: #6E6E84;
  border-color: #6E6E84;
}

.custom-checkbox:checked~.checkmark::after {
  display: block;
}

/* Отступ от текста */
.checkbox-text {
  margin-left: 12px;
  user-select: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.28px;
  font-family: var(--second-family);
  color: #CACDDC;
}

.modal-disclaimer {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.28px;
  color: #6E6E84;
  font-family: var(--second-family);
  max-width: 682px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
  text-align: center;
}

form .btn--primary {
  min-width: 232px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.sol-section {
  padding-top: 7rem;
  position: relative;
  background-color: #000;
  padding-top: 7rem;
  padding-bottom: 14rem;
}

@media(max-width: 992px) {
  .sol-section {
    padding-bottom: 7rem;
  }

  .sol-section .container {
    padding-left: 16px;
    padding-right: 16px;
  }

}

.sol-section .container {}

.sol-section .h1 {
  margin-bottom: 16px;
}

@media(max-width: 992px) {
  .sol-section .h1 {
    text-align: left;
  }
}

.sol-section .section-description {
  text-align: center;
  font-family: var(--second-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.8px;
  margin-bottom: 81px;
}

@media(max-width: 992px) {
  .sol-section .section-description {
    margin-bottom: 32px;
    text-align: left;
  }
}

.sol-section__nav {
  display: flex;
  flex-direction: column;
  gap: 37px;
}

.sol-section__nav .sol-section__nav-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 116.667% */
  letter-spacing: -0.96px;
  font-family: var(--third-family);
  color: #fff;
  text-align: center;
}

.sol-section__nav .sol-section__links {
  display: flex;
  justify-content: center;
  gap: 35px;
  max-width: 900px;
  width: 100%;
  border-radius: 200px;
  border: 1px solid #6E6E84;
  background: #000;
  backdrop-filter: blur(28px);
  padding: 8px;
  margin-left: auto;
  margin-right: auto;
}

@media(max-width: 992px) {
  .sol-section__nav .sol-section__links {
    flex-direction: column;
    gap: 23px;
    padding: 0;
    border: none;
  }
}

.sol-section__nav .sol-section__links li {}

.sol-section__nav .sol-section__links li a {
  border-radius: 32px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
  letter-spacing: -0.8px;
  font-family: var(--second-family);
  border: 1px solid #E6F355;
  padding: 19px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  max-width: fit-content;
  color: #fff;

}

@media(max-width: 992px) {
  .sol-section__nav .sol-section__links li a {
    max-width: 100%;
  }
}

.sol-section__nav .sol-section__links li a.current {
  background: #E6F355;
  color: #000;
  font-family: var(--second-family);
}

.list-section {
  background-color: #fff;
  color: #fff;
}

.list-section::before {
  border-top: 1px solid #6E6E84;
  border-right: 1px solid #6E6E84;
  border-left: 1px solid #6E6E84;
}

@media(max-width:1250px) {
  .list-section .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.list-section__banner {
  border-radius: 32px;
  border: 1px solid #6E6E84;
  background: linear-gradient(90deg, #FFF 0%, #313FFE 100%), #FFF;
  display: flex;
  align-items: center;
  padding: 56px;
  position: relative;
  height: 354px;
  margin-bottom: 64px;
  overflow: hidden;
}

@media(max-width:1250px) {
  .list-section__banner {
    padding: 29px;
  }
}

@media(max-width:992px) {
  .list-section__banner {
    align-items: flex-start;
    justify-content: center;
  }
}

.list-section__banner-info {}

.list-section__banner-title {
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 78px;
  /* 111.429% */
  letter-spacing: -2.8px;
  color: #232332;
  margin-bottom: 8px;
  font-family: var(--third-family);
}

@media(max-width:1100px) {
  .list-section__banner-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 125% */
    letter-spacing: -1.28px;
  }
}

@media(max-width:992px) {
  .list-section__banner-title {
    text-align: center;
  }
}



.list-section__banner-subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.64px;
  font-family: var(--second-family);
  color: #232332;
}

@media(max-width:992px) {
  .list-section__banner-subtitle {
    text-align: center;
  }
}

.list-section__banner-image {
  position: absolute;
  right: 35px;
  top: 0;
  max-width: 497px;
  width: 100%;
  height: 396px;
}


@media(min-width: 993px) {
  .list-section__banner-image.lg-height {
    height: 448px;
  }
}

@media(max-width:992px) {
  .list-section__banner-image {
    max-width: 100%;
    width: 100%;
    height: 169px;
    top: initial;
    bottom: 0;
    right: 0;
  }
}

.list-section__banner-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;

}

.list-section__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
  color: #232332;
  margin-bottom: 44px;
  font-family: var(--third-family);
}

.list-section__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 116px;
}

@media(max-width: 992px) {
  .list-section__cols {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

.list-section__problems,
.list-section__solutions {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.list-section__problems-title,
.list-section__solutions-title {
  border-radius: 1000px;

  display: flex;
  gap: 24px;
  align-items: center;
  padding: 12px 20px;

}

@media(max-width: 992px) {

  .list-section__problems-title,
  .list-section__solutions-title {
    padding: 8px 16px;
    max-width: fit-content;
  }
}

.list-section__problems-title {
  background: #2F2F2F;
}

.list-section__solutions-title {
  background: #313FFE;
}

.list-section__problems-title__icon,
.list-section__solutions-title__icon {
  width: 80px;
  height: 80px;
  min-width: 80px;
}

@media(max-width: 992px) {

  .list-section__problems-title__icon,
  .list-section__solutions-title__icon {
    width: 40px;
    height: 40px;
    min-width: 40px;

  }

  .list-section__problems-title__icon svg,
  .list-section__solutions-title__icon svg {
    height: 100%;
    width: 100%;
  }
}

.list-section__problems-title__text,
.list-section__solutions-title__text {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 83.333% */
  letter-spacing: -1.92px;
  font-family: var(--second-family);
}

@media(max-width: 992px) {

  .list-section__problems-title__text,
  .list-section__solutions-title__text {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 100% */
    letter-spacing: -1.28px;
  }
}

main {
  overflow: hidden;
}

.list-section__problems-title__text {}

.list-section__solutions-title__text {}

.list-section__problems-list,
.list-section__solutions-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.list-section__problems-list-item {
  display: flex;
  gap: 20px;
}

@media(max-width: 992px) {
  .list-section__problems-list-item {
    flex-direction: column;
  }
}

.list-section__solutions-list-item {
  display: flex;
  gap: 20px;
}

@media(max-width: 992px) {
  .list-section__solutions-list-item {
    flex-direction: column;
  }
}

.list-section__problems-list-item__icon {
  width: 80px;
  height: 80px;
  min-width: 80px;
}

@media(max-width: 992px) {
  .list-section__problems-list-item__icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .list-section__problems-list-item__icon svg {
    width: 100%;
    height: 100%;
  }
}

.list-section__solutions-list-item__icon {
  width: 80px;
  height: 80px;
  min-width: 80px;
}

@media(max-width: 992px) {
  .list-section__solutions-list-item__icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .list-section__solutions-list-item__icon svg {
    width: 100%;
    height: 100%;
  }
}

.list-section__problems-list-item__info,
.list-section__solutions-list-item__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.list-section__problems-list-item__info-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  /* 118.75% */
  letter-spacing: -1.28px;
  font-family: var(--second-family);
  color: #000;
}

@media(max-width: 992px) {
  .list-section__problems-list-item__info-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 133.333% */
    letter-spacing: -0.96px;
  }

}

.list-section__solutions-list-item__info-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  /* 118.75% */
  letter-spacing: -1.28px;
  font-family: var(--second-family);
  color: #000;
}

@media(max-width: 992px) {
  .list-section__solutions-list-item__info-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 133.333% */
    letter-spacing: -0.96px;
  }
}

.list-section__problems-list-item__info-text {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  /* 135.714% */
  letter-spacing: -1.12px;
  color: #000;
  font-family: var(--second-family);
}

@media(max-width: 992px) {
  .list-section__problems-list-item__info-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.8px;
  }
}

.list-section__solutions-list-item__info-text {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  /* 135.714% */
  letter-spacing: -1.12px;
  color: #000;
  font-family: var(--second-family);
}

@media(max-width: 992px) {
  .list-section__solutions-list-item__info-text {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    /* 135.714% */
    letter-spacing: -1.12px;
    color: #000;
    font-family: var(--second-family);
  }
}

.for-affiliates {
  background-color: #000;
  color: #000;
}

@media(max-width: 1250px) {
  .for-affiliates .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.for-affiliates__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media(max-width: 700px) {
  .for-affiliates__head {
    flex-direction: column;
    gap: 20px;
  }
}

.for-affiliates__title {
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  margin-bottom: 16px;
  font-family: var(--third-family);
  color: #fff;

  @media(max-width: 992px) {
    font-size: 32px;
    line-height: 100%;
  }
}

.for-affiliates__descr {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.8px;
  color: #fff;
  font-family: var(--second-family);
}

.for-affiliates__items {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 40px;
}

@media(max-width: 1200px) {
  .for-affiliates__items {
    flex-direction: column;
  }
}

.for-affiliates__item {
  padding: 24px;
  position: relative;
  height: 354px;
  border-radius: 32px;
  border: 1px solid #6E6E84;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  max-width: 384px;
  width: 100%;
}

@media(max-width: 1200px) {
  .for-affiliates__item {
    max-width: 100%;
  }
}

.for-affiliates__item-name {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 125% */
  letter-spacing: -1.28px;
  color: #fff;
  font-family: var(--third-family);
  position: relative;
  z-index: 2;
}

.for-affiliates__item-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media(max-width: 1200px) {
  .for-affiliates__item-image {
    display: flex;
  }
}

.for-affiliates__item-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media(max-width: 1200px) {
  .for-affiliates__item-image img {
    object-position: right;
  }
}


.for-affiliates__head .btn--secondary::before {
  display: none;
}

.for-affiliates__head .btn--secondary::after {
  background-color: #232332;
}

.for-affiliates__head .btn--secondary {
  transform: rotate(-10deg);
}

@media(max-width: 1200px) {
  .for-affiliates__head .btn--secondary {
    transform: rotate(0deg);
  }
}
/* End */
/* /local/templates/aio/assets/css/homepage.css?176176224933405 */
