/* Generated by vite-plugin-svg-spritemap */
.statistics {
  margin-top: 7.5rem;
  padding-top: 6rem;
  margin-bottom: 7.5rem;
}
@media (max-width: 61.99875em) {
  .statistics {
    margin-top: 3.75rem;
    padding-top: 6rem;
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 47.99875em) {
  .statistics {
    margin-top: 2.5rem;
    padding-top: 6rem;
    margin-bottom: 2.5rem;
  }
}
.statistics__trust {
  position: absolute;
  top: -6rem;
  left: 6rem;
}
@media (max-width: 47.99875em) {
  .statistics__trust {
    left: 2.875rem;
  }
}
.statistics__container {
  display: flex;
  column-gap: 4%;
  justify-content: space-between;
}
@media (max-width: 61.99875em) {
  .statistics__container {
    flex-direction: column;
  }
}
.statistics__numbers-content {
  max-width: 83%;
  flex: 0 1 50.8%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 61.99875em) {
  .statistics__numbers-content {
    min-width: 100%;
    min-height: 50vw;
  }
}
@media (max-width: 47.99875em) {
  .statistics__numbers-content {
    min-height: 80vw;
  }
}
@media (max-width: 29.99875em) {
  .statistics__numbers-content {
    min-height: 120vw;
  }
}
.statistics__about-us {
  flex: 0 1 44%;
  padding-top: 2.125rem;
  padding-bottom: 2.125rem;
}
@media (max-width: 61.99875em) {
  .statistics__about-us {
    padding-top: 2.5rem;
  }
}
.statistics__img {
  object-fit: cover;
}
.statistics__numbers {
  z-index: 2;
  flex-grow: 0;
  position: relative;
  max-width: 93%;
  bottom: 0;
  right: 0;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 2rem;
  column-gap: 2rem;
  row-gap: 0.75rem;
  margin-top: 18.75rem;
}
@media (max-width: 71.25em) {
  .statistics__numbers {
    padding: 0.75rem 1rem;
    column-gap: 1rem;
    max-width: 96%;
  }
}
@media (max-width: 47.99875em) {
  .statistics__numbers {
    max-width: 65%;
  }
}
.statistics__result {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 47.99875em) {
  .statistics__result {
    font-size: 0.875rem;
  }
}
.statistics__number {
  background-color: #fff;
}
@media (max-width: 47.99875em) {
  .statistics__number {
    font-size: 1.625rem;
  }
}
.statistics .text-heading__title {
  max-width: 100%;
}
.statistics .text-heading__subtitle-text {
  margin-bottom: 1rem;
  padding-right: 1.125rem;
  line-height: 1.62;
}
.statistics .text-heading__button.button {
  margin-top: 3rem;
  padding: 1.3125rem 3rem;
  box-shadow: 1.5rem 1.5rem 4.0625rem 0 rgba(81, 140, 119, 0.24);
}
@media (max-width: 47.99875em) {
  .statistics .text-heading__button.button {
    margin-top: 1.875rem;
  }
}
@media (max-width: 47.99875em) {
  .statistics .text-heading__button-wrapper {
    text-align: center;
  }
}
.statistics__result-text {
  color: #a6a6a6;
}

.trust-block {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 2.1875rem 2.1875rem 4.0625rem 0 rgba(146, 106, 120, 0.16);
  padding: 2rem;
  text-align: center;
}
.trust-block__icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6875rem;
  color: #69b99d;
}
.trust-block__number {
  font-weight: 400;
  font-size: 4.5rem;
  line-height: 1.11;
  color: #054457;
}
@media (max-width: 61.99875em) {
  .trust-block__number {
    font-size: 3.125rem;
  }
}
.trust-block__star-rating {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  color: #69b99d;
}
.trust-block__text-sub {
  margin-top: 1rem;
  color: #a6a6a6;
  line-height: 1.5;
}
.trust-block__reviews {
  margin-top: 0.125rem;
  line-height: 1.5;
  color: #054457;
  line-height: 1.5;
}