.experts {
  background-color: #FAFBFD;
  padding: 103px 0px 116px 0px;
}

.statistics-experts {
  max-width: 654px;
  margin: 0 auto;
  position: relative;
}

.statistics-experts__body {
  background: #FFFFFF;
  box-shadow: 0px 2px 24px rgba(88, 126, 236, 0.15);
  border-radius: 16px;
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}

.statistics-experts__decor {
  position: absolute;
  background: #EC5863;
  border-radius: 30px;
  transform: rotate(-30deg);
}

.statistics-experts__decor_1 {
  width: 66px;
  height: 66px;
  border-radius: 16px;
  bottom: -21px;
  left: -21px;
}

.statistics-experts__decor_2 {
  width: 97px;
  height: 97px;
  transform: rotate(105deg);
  right: 50%;
  top: -40px;
}

.statistics-experts__decor_3 {
  width: 127px;
  height: 127px;
  right: -55px;
  top: 0;
}

.body-statistics-experts {
  padding: 28px 81px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.body-statistics-experts__item {
  text-align: center;
}

.body-statistics-experts__value {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.14em;
  color: #EC5863;
  margin-bottom: 5px;
}

.body-statistics-experts__text {
  font-weight: 700;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.37em;
  text-transform: uppercase;
  color: #000000;
}

.experts__body {
  display: flex;
  align-items: center;
}

.experts__content {
  flex: 0 1 50%;
  padding: 0px 20px 0px 0px;
}

.experts__block-text {
  max-width: 400px;
}

.experts__video {
  position: relative;
  padding: 0px 0px 30% 0px;
  flex: 0 1 50%;
  box-shadow: 0px 4px 18px rgba(88, 126, 236, 0.18);
  border-radius: 8px;
  overflow: hidden;
}

.experts__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .experts {  
    padding: 80px 0px 30px 0px;
  }

  .statistics-experts__body {
    margin-bottom: 50px;
  }

  .body-statistics-experts {
    padding: 28px;
  }

  .experts__body {
    flex-direction: column;
    align-items: stretch;
  }

  .experts__video {
    padding: 0px 0px 50% 0px;
  }

  .experts__content {
    padding: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 479.98px) {
  .body-statistics-experts {
    flex-direction: column;
  }

  .body-statistics-experts__item:not(:last-child) {
    margin-bottom: 20px;
  }
}