@charset "UTF-8";
:root {
  /*Отступ по оси x*/
  --main-padding-x: 180px;
  /*Отступ между секциями*/
  --main-spacing-x: 180px;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  font-family: sans-serif;
}

/*html:has(.header__toolbar_opened){*/
/*  overscroll-behavior: none;*/
/*}*/

body {
  margin: 0;
  min-height: 100%;
  color: #191a1e;
  background-color: #f2f3f7;
  font-size: 16px;
  line-height: 1.4;
  overflow-x: hidden;
}

.button,
.button__outlined,
.button__contained {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 500;
  cursor: pointer;
}

.button__large {
  min-height: 70px;
  min-width: 70px;
  padding: 24px;
  border-radius: 24px;
  font-size: 18px;
  line-height: 21px;
}

.button__medium {
  min-height: 51px;
  min-width: 51px;
  padding: 16px 24px;
  border-radius: 16px;
  font-size: 14px;
}

.button__small {
  min-height: 41px;
  min-width: 41px;
  padding: 16px;
  border-radius: 16px;
  font-size: 12px;
}

.button__contained {
  background-color: #090a0d;
  color: #ffffff;
  border: none;
}

.button__outlined {
  background-color: #ffffff;
  color: #090a0d;
  border: 1px solid #eaecf0;
}

a {
  background-color: rgba(0, 0, 0, 0);
  color: #090a0d;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

* {
  box-sizing: border-box;
  font-family: Inter, sans-serif;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.main,
.footer {
  max-width: 1440px;
  padding: 0 var(--main-padding-x);
  margin: 0 auto;
  width: 100%;
}

.main section {
  margin-bottom: var(--main-spacing-x);
}

.header {
  background-color: transparent;
  /* max-width: 1640px; */
  padding: 0 16px;
  position: sticky;
  width: 100%;
  margin: 16px auto;
  top: 16px;
  z-index: 100;
}

.header__main {
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
}

.header__nav {
  display: flex;
  gap: 4px;
  justify-content: center;
}

.header__nav-link {
  font-size: 14px;
  padding: 8px;
  font-weight: 500;
}

.header__media {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header__button {
  background-color: #090a0d;
  color: #ffffff;
  border: none;
  min-height: 41px;
  min-width: 41px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: block;
}

.header__burger-btn {
  display: none;
  cursor: pointer;
}

.header__toolbar {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 4px;
  margin-bottom: 8px;
  padding: 21px;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 4px - 8px - 83px - 8px);
}

.header__toolbar-link {
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  color: #090a0d;
  border-radius: 8px;
  cursor: pointer;
}

.header__toolbar-link.active {
  background-color: #f4f5f6;
}

input {
  width: 366px;
  height: 40px;
  padding: 10px 14px 10px 14px;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #eaecf0;
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}

form div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

form label {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
}

form input {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

span.highlight {
  font-weight: 500;
  color: black;
}

.swiper-trust {
  padding-bottom: 60px !important;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
}

.swiper-slide img {
  height: 340px;
  display: block;
  object-fit: cover;
}

.swiper-pagination {
  width: auto !important;
  left: -3px !important;
}

.swiper-pagination-bullet {
  background-color: #eaecf0;
}

.swiper-pagination-bullet-active {
  background-color: #090a0d !important;
}

.main__speed {
  margin-bottom: 90px;
  padding: 80px;
  border-radius: 24px;
  background-color: #f5f6f7;
}

.main__speed-title {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.main__speed-subtitle,
.main__speed-subtitle__big {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}

.main__speed-subtitle__big {
  padding: 32px 32px 16px;
}

.main__speed-text {
  color: #667085;
}

.main__speed-blocks {
  display: flex;
  gap: 16px;
  flex-direction: row;
}

.main__speed-blocks__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.main__speed-block {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.main__speed-block__big {
  background-color: #ffffff;
  border-radius: 16px;
}

.main__speed-block__container {
  display: flex;
  gap: 16px;
  flex-direction: row;
  align-items: center;
}

.main__speed-block__button {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0px 32px 32px;
  position: relative;
}

.main__speed .main__speed-button {
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  font-weight: 400;
  min-height: 41px;
  min-width: 41px;
  padding: 12px 16px;
  border-radius: 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  cursor: pointer;
  background-color: #090a0d;
  color: #ffffff;
  border: none;
}

.main .swiper-button-next {
  display: none;
}

.main .swiper-button-prev {
  display: none;
}

.main__cases-slider .swiper {
  max-width: 621px;
}

.main__reviews-slider .swiper {
  max-width: 530px;
}

.main__cases-slider__swiper-container,
.main__reviews-slider__swiper-container {
  margin-right: min(
    -1 * var(--main-padding-x),
    calc(-1 * (100vw - 1080px) / 2)
  );
}

.landing-cases-slider-pagination-buttons,
.landing-reviews-slider-pagination-buttons {
  margin-right: var(--main-padding-x) !important;
}

.main__join-ref {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 90px 0;
  gap: 40px;
}

.main__join-ref-left {
  flex: 1 1;
}

.main__join-ref-right {
  flex: 1 1;
  text-align: right;
}

.main__join-ref-right img {
  min-width: 391px;
  height: auto;
  flex-shrink: 0;
}

.main__join-ref-left-title {
  font-family: Inter;
  font-size: 56px;
  font-weight: 600;
  line-height: 65px;
  letter-spacing: -1.92px;
  text-align: left;
  color: #050505;
  margin-bottom: 24px;
}

.main__join-ref-left-subtitle {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #667085;
  margin-bottom: 24px;
}

.main__what-ref-gives {
  margin: 160px 0px;
}

.main__what-ref-gives_title {
  font-family: Inter;
  font-size: 36px;
  font-weight: 600;
  line-height: 43.2px;
  text-align: center;
  color: #090a0d;
  margin-bottom: 40px;
}

.main__what-ref-gives_cards {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.main__what-ref-gives_card {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 225px;
}

.main__what-ref-gives_card_content {
  flex-grow: 1; /* Чтобы каждый из этих блоков мог расти */
  display: flex;
  align-items: center; /* Центрирование контента по вертикали */
  justify-content: start; /* Центрирование контента по горизонтали */
}

.main__what-ref-gives_card_title {
  padding: 24px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border: 1px solid #eaecf0;

  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  color: #24272f;
}

.main__what-ref-gives_card_content {
  padding: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  border: 1px solid #eaecf0;
}

.main__what-ref-gives_card_content_line {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.main__what-ref-gives_card_content_line_text {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: #667085;
}

.main__how-it-works_title {
  font-family: Inter;
  font-size: 34px;
  font-weight: 600;
  line-height: 40.8px;
  text-align: center;
  color: #24272f;
  margin-bottom: 40px;
}

.main__how-it-works_paper {
  min-width: fit-content;
  background-color: #f5f6f7;
  border-radius: 24px;
  margin-bottom: 40px;
  padding: 32px;
}

.main__how-it-works_paper_how_it_works_title {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  padding-top: 32px;
  padding-bottom: 20px;
}

.main__how-it-works_paper_ref_link {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #eaecf0;
  padding-bottom: 32px;
}

.main__how-it-works_paper_ref_link_left {
  flex: 1;
  box-sizing: border-box;
}

.main__how-it-works_paper_ref_link_right {
  flex: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.main__how-it-works_paper_ref_link_right input {
  width: 100%;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  color: #667085;
}

.main__how-it-works_paper_ref_link_right input:disabled {
  background-color: #ffffff;
  border: 1px solid #eaecf0;
}

.main__how-it-works_paper_ref_link_left_subtitle_text {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  color: #24272f;
  margin-bottom: 8px;
}

.main__how-it-works_paper_ref_link_left_body_text {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: #667085;
}

.main__how-it-works_paper_how_it_works {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
}

.main__how-it-works_paper_how_it_works_card_conainer {
  display: flex;
  flex-direction: column;
  margin-bottom: auto;
}

.main__how-it-works_paper_how_it_works_card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  margin-bottom: auto;
  flex-grow: 1; /* This will allow cards to grow equally */
  box-sizing: border-box; /* Include padding and border in height and width calculations */
}

.main__how-it-works_paper_how_it_works_card_number {
  display: inline-block;
  min-width: 21px;
  width: 21px;
  height: 21px;
  background-color: #31d887;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  line-height: 21px; /* Center text vertically */
  position: relative;
  z-index: 1;
}

.main__how-it-works_paper_how_it_works_card_number::after,
.main__how-it-works_paper_how_it_works_card_number::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 4px;
  background-color: #eaecf0;
  z-index: 0;
  width: calc(60px + 5vw);
  border-radius: 4px;
}

.main__how-it-works_paper_how_it_works_card_number::after {
  left: 100%;
}

.main__how-it-works_paper_how_it_works_card_number::before {
  right: 100%;
}

.main__how-it-works_paper_how_it_works_card:first-child
  .main__how-it-works_paper_how_it_works_card_number::before {
  display: none;
}

.main__how-it-works_paper_how_it_works_card:last-child
  .main__how-it-works_paper_how_it_works_card_number::after {
  display: none;
}

.main__how-it-works_paper_how_it_works_card_text {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  color: #667085;
}

.main__how-it-works_potensial_incomes {
  background:
    radial-gradient(
        98.58% 156.87% at 51.62% -56.87%,
        rgba(12, 212, 108, 0) 17.54%,
        #31c377 67.7%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    url("../images/BackgroundGreen1080.png");
  box-shadow:
    0px 12px 36px -4px rgba(16, 24, 40, 0.13),
    0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  border-radius: 24px;
  padding: 40px 60px;
  margin-bottom: 90px;
}

.main__how-it-works_potensial_incomes_title {
  font-family: Inter;
  font-size: 34px;
  font-weight: 600;
  line-height: 40.8px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

.main__how-it-works_potensial_incomes_flex_container {
  display: flex;
  flex-direction: row;
  gap: 60px;
}

.main__how-it-works_potensial_incomes_flex_card {
  flex: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.main__how-it-works_potensial_incomes_body {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #ffffff;
}

.main__how-it-works_potensial_incomes_salary_title {
  font-family: Inter;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  text-align: left;
  color: #ffffff;
}

.main__register-ref {
  padding: 90px 87px;
}

.main__register-ref-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.main__register-ref-title {
  font-family: Inter;
  font-size: 36px;
  font-weight: 600;
  line-height: 43.2px;
  text-align: center;
  color: #24272f;
}

.default_button {
  background-color: #090a0d;
  color: #ffffff;
  border: none;
  padding: 16px 24px;
  border-radius: 12px;
  cursor: pointer;

  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: center;
}

.green {
  background-color: #0cd46c;
}

.landing-about__card {
  padding: 32px;
  border-radius: 32px;
  background-color: #fff;
}

.landing-about__card-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #191a1e;
}

.landing-about__card-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  color: #191a1e;
}

.scoring-potencial {
  background: radial-gradient(
      84.12% 194.65% at 100% 108.97%,
      #98f480 8.85%,
      #31d887 22.61%,
      #2a2e3b 57.12%,
      #191a1e 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

.footer__tip {
  position: static;
}

.footer__info {
  padding: 80px 120px 48px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}

.footer__info-logo {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer__info-caption {
  max-width: 430px;
  color: #667085;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  line-height: 1.4;
}

.footer__info-apps {
  display: flex;
  align-items: end;
  gap: 16px;
}

.footer__info-apps__small {
  display: flex;
  align-items: center;
  gap: 16px;
  display: none;
}

.footer__info-nav {
  display: none;
}

.footer__contacts {
  padding: 32px 120px;
  background-color: #f9fafb;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__contacts-text {
  color: #98a2b3;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.footer__contacts-address {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.footer__contacts-mail {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.footer__boy-and-girl img {
  position: absolute;
  left: 50%;
  transform: translate(10%, -70%);
  width: 221px;
  height: 166px;
  object-fit: cover;
  object-position: top;
}

.first-ai-service-a-card {
  background: #fff !important;
  border-radius: 32px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  box-shadow:
    8px 13px 34px 0 #c0c1c945,
    30px 54px 62px 0 #c0c1c93d,
    69px 121px 84px 0 #c0c1c924,
    122px 216px 99px 0 #c0c1c90a,
    190px 337px 108px 0 #c0c1c903;
}

.first-ai-service-a-card__letter-wrapper {
  padding: 28px 22px;
  background: radial-gradient(
    106.85% 186.82% at 76.36% 100%,
    #6b45f6 25.3%,
    rgba(147, 121, 239, 0.5) 100%
  ) !important/* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  border-radius: 22.01px;
}

.first-ai-service-a-card__letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 50px;
  border: 0.49px solid #9b51e01a;
  border-radius: 12px;
  background: linear-gradient(42.95deg, #ebdcf9 33.29%, #ffffff 104.91%);
  box-shadow:
    -0.49px 1.46px 3.4px 0px #c93ee50d,
    -2.43px 5.82px 6.31px 0px #c93ee50a,
    -5.82px 13.1px 8.73px 0px #c93ee508,
    -10.67px 22.8px 10.19px 0px #c93ee503,
    -16.49px 35.9px 11.16px 0px #c93ee500;
}

.first-ai-service-c-card__letter,
.first-ai-service-b-card__letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 44px;
  border-radius: 9.69px;
  border: 1.62px solid;
}

.first-ai-service-b-card__letter {
  background: linear-gradient(42.95deg, #fcebdb 33.29%, #ffffff 104.91%);
  border-image-source: linear-gradient(
    141.08deg,
    rgba(242, 153, 74, 0.3) 10.28%,
    rgba(242, 153, 74, 0) 104.7%
  );
  box-shadow:
    -0.36px 1.08px 2.51px 0px #f2994a0d,
    -1.8px 4.31px 4.67px 0px #f2994a0a,
    -4.31px 9.7px 6.47px 0px #f2994a08,
    -7.9px 16.89px 7.54px 0px #f2994a03,
    -12.21px 26.59px 8.26px 0px #f2994a00;
}

.first-ai-service-c-card__letter {
  background: linear-gradient(42.95deg, #ddf5fc 33.29%, #ffffff 104.91%);
  border-image-source: linear-gradient(
    137.27deg,
    rgba(86, 204, 242, 0.2) 7.55%,
    rgba(86, 204, 242, 0) 95.46%
  );
  box-shadow:
    -0.37px 1.1px 2.57px 0px #56ccf20d,
    -1.84px 4.41px 4.78px 0px #56ccf20a,
    -4.41px 9.93px 6.62px 0px #56ccf208,
    -8.09px 17.28px 7.72px 0px #56ccf203,
    -12.5px 27.21px 8.46px 0px #56ccf200;
}

.business-girl-wrapper {
  box-shadow:
    -2px 3px 9px 0px #b4b8c529,
    -7px 14px 16px 0px #b4b8c524,
    -15px 31px 21px 0px #b4b8c514,
    -27px 56px 25px 0px #b4b8c505,
    -42px 87px 27px 0px #b4b8c500;
}

@media screen and (max-width: 1300px) {
  :root {
    --main-padding-x: 100px;
    --main-spacing-x: 120px;
  }

  .main__join-ref-left-title {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    letter-spacing: -1.92px;
  }
}

@media screen and (max-width: 1151px) {
  .main__join-ref {
    flex-direction: column;
  }

  .main__join-ref-right {
    text-align: center;
  }
}

@media screen and (max-width: 1000px) {
  :root {
    --main-padding-x: 80px;
    --main-spacing-x: 100px;
  }
}

@media screen and (max-width: 900px) {
  :root {
    --main-padding-x: 60px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --main-padding-x: 40px;
  }

  .header__media {
    gap: 0;
  }

  .main__join-ref-left-title {
    text-align: center;
  }

  .main__join-ref-left-subtitle {
    margin-bottom: 40px;
    text-align: center;
  }

  .main__join-ref {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .main__join-ref-right {
    text-align: center;
    margin-top: 20px;
  }

  .main__join-ref-right img {
    min-width: auto;
    width: 100%;
    max-width: 391px;
  }

  .main__what-ref-gives {
    margin: 90px 16px;
  }

  .main__what-ref-gives_title {
    font-family: Inter;
    font-size: 21px;
    font-weight: 600;
    line-height: 25.2px;
    text-align: center;
  }

  .main__what-ref-gives_cards {
    flex-direction: column;
  }

  .main__what-ref-gives_card_content_line_text {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
  }

  .main__how-it-works {
    margin: 0 16px;
  }

  .main__how-it-works_paper_how_it_works_title {
    padding-top: 24px;
  }

  .main__how-it-works_paper_ref_link {
    flex-direction: column;
    gap: 24px;
    padding-bottom: 24px;
  }

  .main__how-it-works_paper_how_it_works {
    align-items: stretch;
    flex-direction: column;
    gap: 0px;
  }

  .main__how-it-works_paper_how_it_works_card {
    align-items: center;
    flex-direction: row;
    box-sizing: border-box;
    padding: 4px 0px;
  }

  .main__how-it-works_paper_how_it_works_card_text {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
  }

  .main__how-it-works_paper_how_it_works_card_number::after,
  .main__how-it-works_paper_how_it_works_card_number::before {
    display: none;
  }

  .main__how-it-works_paper_how_it_works_card_line_after {
    width: 4px;
    height: 40px;
    margin: 4px 9px;
    background-color: #eaecf0;
    border-radius: 4px;
  }

  .main__how-it-works_potensial_incomes {
    padding: 24px;
  }

  .main__how-it-works_potensial_incomes_title {
    font-family: Inter;
    font-size: 21px;
    font-weight: 600;
    line-height: 25.2px;
    text-align: center;

    margin-bottom: 32px;
  }

  .main__how-it-works_potensial_incomes_flex_container {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .main__how-it-works_potensial_incomes_body {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
  }

  .main__how-it-works_potensial_incomes_salary_title {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
  }

  .main__how-it-works_title {
    font-family: Inter;
    font-size: 21px;
    font-weight: 600;
    line-height: 25.2px;
    text-align: center;
  }

  .main__how-it-works_paper_ref_link_left_subtitle_text {
    margin-bottom: 12px;
  }

  .main__register-ref {
    padding: 0px 16px;
    margin-bottom: 90px;
  }

  .main__join-ref {
    padding: 0px 16px;
  }

  .main__register-ref-title {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    letter-spacing: -1.9214999675750732px;
    text-align: center;
  }

  .header {
    padding: 0 8px;
    margin: 8px auto;
    top: 8px;
  }

  .header__main {
    padding: 21px;
  }

  .header__nav {
    display: none;
  }

  .header__burger-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .swiper {
    width: 100%;
  }

  .main__speed {
    padding: 40px;
  }

  .main__speed-block {
    padding: 24px;
  }

  .main__speed-block__big {
    display: flex;
    flex-direction: column;
  }

  .main__speed-block__button {
    flex-direction: column;
    align-items: start;
    padding: 0px 24px 24px;
  }

  .main__speed-block__container {
    flex-direction: column;
    align-items: normal;
  }

  .main__speed__subtitle-big {
    padding: 24px;
  }

  .main__speed-image {
    flex: 1;
  }

  .main__speed-text {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: center;
  }

  .landing-about__card {
    min-height: 131px;
    padding: 24px;
    border-radius: 24px;
  }

  .landing-about__card-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19.2px;
    color: #191a1e;
  }

  .landing-about__card-subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 14.4px;
    color: #191a1e;
  }

  .footer__info {
    padding: 40px;
  }

  .footer__info-logo {
    flex: 1;
  }

  .footer__info-apps {
    display: none;
  }

  .footer__info-apps__small {
    display: flex;
  }

  .footer__info-nav {
    display: flex;
    gap: 4px;
    font-size: 14px;
    justify-content: center;
  }

  .footer__info-nav__link {
    padding: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    font-weight: 500;
  }

  .footer__contacts {
    padding: 24px 40px;
  }

  .first-ai-service-a-card {
    border-radius: 24px;
    padding: 24px;
    gap: 24px;
    box-shadow:
      2.19px 3.55px 9.29px 0 #c0c1c945,
      8.2px 14.75px 16.94px 0 #c0c1c93d,
      18.85px 33.06px 22.95px 0 #c0c1c924,
      33.33px 59.01px 27.05px 0 #c0c1c90a,
      51.9px 92.06px 29.5px 0 #c0c1c903;
  }

  .first-ai-service-a-card__letter-wrapper {
    padding: 16px;
  }

  .footer__boy-and-girl img {
    left: 50%;
    transform: translate(-50%, -30%) !important;
  }
}

@media screen and (max-width: 475px) {
  :root {
    --main-padding-x: 16px;
  }

  input {
    width: 100%;
  }

  form {
    width: 100%;
  }

  .main__speed {
    margin: 0px 16px;
    padding: 40px 24px;
  }

  .main__speed-title {
    font-size: 21px;
    font-weight: 600;
  }

  .main__speed-blocks {
    flex-direction: column;
    text-align: center;
  }

  .main__speed-block__button {
    flex-direction: row;
    text-align: left;
  }

  .main__speed-block__container {
    align-items: center;
  }

  .footer__info {
    padding: 40px 16px;
    flex-direction: column;
  }

  .footer__info-nav {
    display: none;
  }

  .footer__contacts {
    padding: 16px;
  }

  .swiper-pagination {
    width: 100% !important;
  }
}

@media screen and (max-width: 430px) {
  .header__button {
    display: none;
  }
}

.gradient-green-card {
  width: 100%;
  border-radius: 24px;
  padding: 24px;
  background: radial-gradient(
    108.93% 125.16% at 14.19% 135.53%,
    #98f480 8.85%,
    #31d887 22.61%,
    #2a2e3b 57.12%,
    #191a1e 100%
  ) !important;
  color: #ffffff;
}

.gradient-green-card__shadow {
  background: radial-gradient(
    84.12% 194.65% at 100% 108.97%,
    #98f480 8.85%,
    #31d887 22.61%,
    #2a2e3b 57.12%,
    #191a1e 100%
  ) !important;
  box-shadow: 0px 56px 70px 0px #26406733 !important;
}

.main__reviews-slider__video {
  border-radius: 24px;
  max-height: 597px;
}

@media (min-width: 768px) {
  .swiper-pagination {
    display: none;
  }

  .gradient-green-card {
    padding: 56px;
    border-radius: 32px;
  }

  .main__reviews-slider__video {
    border-radius: 32px;
    max-height: 629px;
  }
}

.swiper-pagination-bullet {
  background-color: #ccc;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50%;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}
