.s-hero__wrapper, .s-about__wrapper, .s-clients__wrapper {
  max-width: 1246px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .s-hero__wrapper, .s-about__wrapper, .s-clients__wrapper {
    padding: 0px 2.4rem;
  }
}

.s-hero {
  padding: 18.8rem 0 12rem;
  position: relative;
}
.s-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: #f2f5fc;
  width: 100%;
  height: 85%;
}
.s-hero__wrapper {
  position: relative;
  z-index: 1;
}
.s-hero__tag {
  font-size: 1.6rem;
  font-weight: 600;
  font-style: normal;
  line-height: 150%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #757385;
}
.s-hero__title {
  margin: 1.6rem 0 0.8rem;
  max-width: 65rem;
  font-size: 5.6rem;
  font-weight: 600;
  font-style: normal;
  line-height: 125%;
  color: #0d0b1a;
}
.s-hero__description {
  max-width: 54rem;
  margin-bottom: 3.2rem;
  font-size: 20px;
  line-height: 150%;
  color: #757385;
}
.s-hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2.4rem;
}
.s-hero__button {
  padding: 1.6rem 4.8rem;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 0.6rem;
  background: #1d63ff;
  text-align: center;
}
.s-hero__button span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: normal;
  line-height: 150%;
}
.s-hero__button--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1rem;
  background: transparent;
  padding: 1.3rem 2.4rem;
}
.s-hero__button--secondary span {
  color: #1d63ff;
}
.s-hero__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 5.6rem;
}
.s-hero__features li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.6rem;
}
.s-hero__features li figure {
  display: grid;
  place-items: center;
  margin: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #35d9a8;
}
.s-hero__features li span {
  font-size: 16px;
  line-height: 150%;
  color: #353345;
}
.s-hero__image {
  position: absolute;
  width: 129.7135rem;
  height: 92.964rem;
  top: -10.8rem;
  right: -65rem;
  pointer-events: none;
}
.s-hero__numbers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3.2rem;
}
.s-hero__numbers__card {
  width: 100%;
  padding-top: 2.8rem;
  padding-left: 3.9rem;
  border-radius: 1.2rem;
  background: #fff;
  -webkit-box-shadow: 0 24px 32px 0 rgba(205, 208, 231, 0.3);
  box-shadow: 0 24px 32px 0 rgba(205, 208, 231, 0.3);
  min-height: 19.2rem;
}
.s-hero__numbers__card picture {
  width: 5.5rem;
  height: 5.5rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(217deg, rgba(29, 99, 255, 0.1) 21.43%, rgba(29, 99, 255, 0) 126.66%);
}
.s-hero__numbers__card strong {
  display: block;
  margin: 2.2rem 0 0.4rem;
  font-size: 2.4rem;
  font-weight: 600;
  font-style: normal;
  line-height: 125%;
  color: #2a2739;
}
.s-hero__numbers__card small {
  font-size: 16px;
  line-height: 150%;
  color: #757385;
}
.s-hero__subtitle {
  margin-top: 12.1rem;
  margin-bottom: 3.9rem;
  font-size: 2.4rem;
  font-weight: 600;
  font-style: normal;
  line-height: 125%;
  color: #0d0b1a;
}

.s-about {
  padding: 0 0 12rem 0;
}
.s-about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10.8rem;
  width: 100%;
  height: 33.3rem;
}
.s-about__leftContent {
  max-width: 50rem;
  max-height: 33.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10.8rem;
}
.s-about__leftContent--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
.s-about__leftContent--feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
}
.s-about__rightContent {
  max-width: 54.5rem;
  max-height: 33.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5.2rem;
}
.s-about__rightContent--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.s-about__tag {
  font-size: 1.6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #757385;
}
.s-about__title {
  max-width: 100%;
  font-size: 3.2rem;
  font-weight: 600;
  font-style: normal;
  line-height: 125%;
  color: #2a2739;
}
.s-about__description {
  max-width: 100%;
  font-size: 1.8rem;
  line-height: 150%;
  color: #757385;
}
.s-about__highlight {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  line-height: 150%;
  color: #303044;
}
.s-about__feedback-block {
  margin-left: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.6rem;
}
.s-about__feedback-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.2rem;
}
.s-about__feedback-label {
  font-size: 16px;
  line-height: 150%;
  color: #757385;
}
.s-about__feedback--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
}
.s-about__feedback--icon.thumb {
  width: 5.394rem;
  height: 5.394rem;
  border-radius: 50%;
  background: #f2f5fc;
}
.s-about__feedback--icon.thumb span {
  font-size: 2.4rem;
}
.s-about__feedback-divider {
  width: 0.1rem;
  height: 4.7rem;
  background: #cecdd9;
  margin: 0 3.2rem;
}
.s-about__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.6rem;
}
.s-about__cta picture {
  width: 4.2rem;
  height: 4.2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #35d9a8;
  overflow: hidden;
  margin-right: 0.8rem;
}
.s-about__cta picture img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.s-about__cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
}
.s-about__cta a span {
  margin-right: 0.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  font-style: normal;
  line-height: 150%;
  color: #1d63ff;
  text-decoration: none;
  -webkit-transition: -webkit-text-decoration 0.5s ease-in-out;
  transition: -webkit-text-decoration 0.5s ease-in-out;
  transition: text-decoration 0.5s ease-in-out;
  transition: text-decoration 0.5s ease-in-out, -webkit-text-decoration 0.5s ease-in-out;
}
.s-about__cta a span:hover {
  text-decoration: underline;
}

.s-clients {
  padding: 0 9.4rem 12rem;
}
.s-clients__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.2rem;
  width: 100%;
  background: #353345;
  padding: 6.1rem 8.4rem 7.1rem;
  border-radius: 1.2rem;
}
.s-clients__title {
  font-size: 1.6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.16rem;
}
.s-clients__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
  width: 100%;
}