.measure {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
  background-color: var(--color-bg-neutral-25, #F7F7F7);
}
.measure::after, .measure::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 16px solid var(--color-border-sm, #F7F7F7);
  background: var(--color-content-primary, #1CB5E3);
  z-index: 0;
}
.measure::after {
  width: 1158px;
  height: 1158px;
  right: -400px;
  top: -676px;
}
.measure::before {
  width: 453px;
  height: 453px;
  bottom: -66px;
  right: -109px;
}
.measure__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.measure__descr {
  display: grid;
  gap: 20px;
  align-content: start;
  position: relative;
  z-index: 1;
}
.measure__title {
  margin: 0;
}
.measure__subtitle {
  margin: 0;
}
.measure__list {
  background-color: #FFF;
  padding: 48px;
}
.measure__list .ordered-list {
  margin-bottom: 24px;
}
.measure__list .ordered-list li::before {
  color: var(--color-content-primary, #1CB5E3);
}
.measure__list-title {
  color: var(--color-content-neutral-primary, #5C6063);
  font-family: "Exo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0.1px;
  margin: 2px 0 4px 0;
}
.measure__img {
  max-width: 594px;
  max-height: 833px;
  width: 100%;
  height: 100%;
  position: relative;
  right: -16px;
  margin: auto 0;
  z-index: 1;
}
.measure__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1420px) {
  .measure::after {
    width: 1000px;
    height: 1000px;
    right: -400px;
    top: -590px;
  }
}
@media (max-width: 1240px) {
  .measure {
    padding: 50px 0;
  }
  .measure__list {
    padding: 26px 30px;
  }
}
@media (max-width: 1100px) {
  .measure__inner {
    grid-template-columns: 7fr 5fr;
  }
  .measure::before {
    width: 410px;
    height: 410px;
    bottom: -97px;
    right: -150px;
  }
  .measure::after {
    width: 750px;
    height: 750px;
    right: -370px;
    top: -317px;
  }
}
@media (max-width: 1000px) {
  .measure {
    padding: 38px 0;
  }
  .measure__list {
    padding: 24px 26px;
  }
}
@media (max-width: 850px) {
  .measure__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .measure__img {
    grid-row: 1;
    left: 97px;
    width: 100%;
    height: auto;
    max-width: 385px;
  }
  .measure__descr {
    gap: 12px;
  }
  .measure__subtitle {
    margin: 0 0 16px 0;
    max-width: 85%;
  }
  .measure::after {
    width: 645px;
    height: 645px;
    bottom: auto;
    left: auto;
    top: -100px;
    right: -174px;
  }
  .measure::before {
    width: 375px;
    height: 375px;
    top: -84px;
    left: -9%;
  }
}
@media (max-width: 800px) {
  .measure::after {
    width: 560px;
    height: 560px;
    bottom: auto;
    left: auto;
    top: -155px;
    right: -207px;
  }
  .measure::before {
    width: 300px;
    height: 300px;
    top: -84px;
    left: -9%;
  }
  .measure__img {
    left: 72px;
    width: 100%;
    height: auto;
    max-width: 360px;
  }
}
@media (max-width: 640px) {
  .measure__img {
    width: 100%;
    height: auto;
    max-width: 330px;
  }
  .measure::after {
    width: 420px;
    height: 420px;
    bottom: auto;
    left: auto;
    top: -54px;
    right: -57px;
  }
  .measure::before {
    width: 260px;
    height: 260px;
    top: 139px;
    left: -22px;
  }
}
@media (max-width: 550px) {
  .measure__list {
    padding: 22px 18px;
  }
  .measure::before {
    content: none;
  }
  .measure::after {
    width: 540px;
    height: 540px;
    bottom: auto;
    left: auto;
    top: -204px;
    right: -125px;
  }
  .measure__img {
    width: 100%;
    height: auto;
    max-width: 330px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .measure__subtitle {
    max-width: 100%;
  }
}
@media (max-width: 440px) {
  .measure__img {
    max-width: 245px;
  }
  .measure__inner {
    gap: 26px;
  }
  .measure__title {
    font-size: 28px;
  }
}/*# sourceMappingURL=measure.css.map */