.intro {
  min-height: 50vh;
  position: relative;
  padding: 40px 0;
}
.intro .left {
  gap: 20px;
  justify-content: center;
}
.intro .left p {
  max-width: 500px;
  font-size: 1.3rem;
}
.intro .left .button {
  width: 100%;
  height: 60px;
  padding: 0 30px;
}
.intro .left .button__label {
  font-size: 20px;
}
.intro .left .button svg {
  width: 30px;
  height: 30px;
}
@media screen and (width > 767px) {
  .intro .left .button {
    width: auto;
  }
}
.intro .left .popover__link {
  font-size: 12px;
  margin: 0 auto;
}
@media screen and (width > 767px) {
  .intro .left .popover__link {
    margin: 0;
  }
}
.intro .expert {
  margin-top: -50px;
}
@media screen and (width > 767px) {
  .intro .expert {
    margin-top: auto;
    margin-left: auto;
  }
}
.intro .expert__image {
  width: 100px;
  height: 100px;
  border-radius: 60px;
  overflow: hidden;
  margin: 0 auto 0;
  transform: translate(0, 70%);
  position: relative;
  z-index: 2;
}
.intro .expert__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro .expert__text {
  background: rgba(255, 255, 255, 0.75);
  padding: 90px 20px 50px;
  border-radius: var(--border-radius-block);
  max-width: 400px;
  align-items: center;
  text-align: center;
  position: relative;
}
.intro .expert__text i {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
  text-wrap: balance;
}
.intro .expert__text strong {
  font-size: 18px;
  margin-bottom: 4px;
}
.intro .expert__text small {
  font-size: 14px;
  opacity: 0.5;
}

#how-it-goes {
  padding: 30px 0;
}
@media screen and (width > 1023px) {
  #how-it-goes {
    padding: 40px 0;
  }
}
#how-it-goes .features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (width > 1023px) {
  #how-it-goes .features {
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
  }
}
#how-it-goes .features__card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: var(--border-radius-element);
  overflow: hidden;
  padding: 2px;
}
#how-it-goes .features__card-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: var(--border-radius-element);
  margin-bottom: 20px;
  padding: 15px 15px 0;
}
#how-it-goes .features__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius-element);
}
#how-it-goes .features__card-content {
  padding: 20px;
  background-color: var(--block-background);
  color: white;
  border-radius: var(--border-radius-element);
}
#how-it-goes .features__card-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
#how-it-goes .features__card-text {
  font-size: 1.2rem;
  line-height: 1.5;
}

#onboarding {
  padding: 30px 0;
}
@media screen and (width > 1023px) {
  #onboarding {
    padding: 40px 0;
  }
}
@media screen and (width > 1023px) {
  #onboarding .section-title {
    margin-bottom: 50px;
  }
}
#onboarding .onboarding__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding: 0 20px;
}
@media screen and (width > 1023px) {
  #onboarding .onboarding__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (width > 1279px) {
  #onboarding .onboarding__cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
#onboarding .card {
  text-align: center;
  position: relative;
  padding-top: 140px;
}
#onboarding .card__image {
  width: 180px;
  height: 180px;
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
  background: #eee;
  position: absolute;
  z-index: -1;
  top: -10px;
  left: -30px;
}
#onboarding .card__image:last-child img {
  left: 50%;
}
#onboarding .card__content {
  background: #fff;
  border-radius: var(--border-radius-element);
  padding: 20px;
}
#onboarding .card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#onboarding .card__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #333;
}

.slider__image {
  width: 100%;
  height: 370px;
  object-fit: cover;
  border-radius: var(--border-radius-element);
}

.tns-outer {
  position: relative;
}

.tns-inner {
  padding: 0 20px;
}

.tns-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  translate: 0 -50%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.tns-controls button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  border: none;
  pointer-events: auto;
}
.testimonials {
  padding: 30px 0;
}
@media screen and (width > 1023px) {
  .testimonials {
    padding: 40px 0;
  }
}
.testimonials__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.testimonials__subtitle {
  text-align: center;
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 4px;
  line-height: 1.5;
}
.testimonials__cards {
  padding: 20px 0;
  display: flex;
  align-items: stretch;
}
.testimonials .card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.testimonials .card__header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.testimonials .card__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  background: #eee;
}
.testimonials .card__avatar svg {
  width: 60%;
  height: 60%;
  margin-left: 20%;
  margin-top: 20%;
  display: block;
}
.testimonials .card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials .card__info {
  flex-grow: 1;
}
.testimonials .card__name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}
.testimonials .card__platform {
  font-size: 14px;
  color: #666;
  font-style: italic;
}
.testimonials .card__text {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: auto;
}
.testimonials .card__brand-image {
  width: 130px;
  margin: 25px auto 0;
  display: block;
}
.testimonials .card .button {
  margin-top: 10px;
}