@keyframes border-strip {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
.inframe-block {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  border-radius: 50px;
  position: relative;
}
@media (min-width: 1200px) {
  .inframe-block {
    padding: 4px;
  }
}
.inframe-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #66D8D0, #383C48, #66D8D0, #383C48, #66D8D0);
  background-size: 200%;
  border-radius: inherit;
  animation: border-strip 10s linear infinite;
  z-index: -1;
}
.inframe-block__content {
  padding: 15px 15px;
  background-color: rgba(255, 255, 255, 0.99);
  border-radius: inherit;
  z-index: 2;
}
@media (min-width: 1200px) {
  .inframe-block__content {
    padding: 20px 20px;
  }
}
.inframe-block__item {
  padding: 20px 0 20px 55px;
  position: relative;
  color: #212529;
}
.inframe-block__item:before {
  content: attr(data-counter);
  width: 35px;
  padding-right: 20px;
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  text-align: right;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  font-size: 55px;
  font-weight: 700;
  color: #4DB7B2;
}
@media (min-width: 1200px) {
  .inframe-block__item:before {
    width: 30px;
    padding-right: 25px;
    font-size: 60px;
  }
}
.inframe-block__item-name {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.inframe-block__item-text {
  font-size: 16px;
}

.lp-benefits {
  position: relative;
  background: url("../../images/service-lp/bg_yellow.webp");
}
.lp-benefits__inner {
  padding: 20px 0 50px;
}
@media (min-width: 1500px) {
  .lp-benefits:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../../images/service-lp/bg_clock_yellow.webp") no-repeat left center;
    background-size: contain;
    z-index: -1;
  }
}
@media (min-width: 1500px) and (min-width: 1500px) {
  .lp-benefits__inner {
    padding-left: 200px;
  }
}
@media (min-width: 1500px) and (min-width: 1600px) {
  .lp-benefits__inner {
    padding-left: 0;
  }
}
