/*ct-numbers-23*/
.ct-numbers-23 {
  margin-top: -200px;
  z-index: 1;
}
.ct-numbers-23_wrapper .row {
  display: flex;
  justify-content: space-between;
}
.ct-numbers-23_item {
  width: 33%;
}
.ct-numbers-23_wrapper {
  z-index: 2;
  position: relative;
  border-radius: 20px;
  background: radial-gradient(
      59.85% 50.34% at 75.17% 89.82%,
      rgba(0, 61, 222, 0.6) 0%,
      rgba(0, 60, 217, 0) 100%
    ),
    radial-gradient(
      71.86% 51.24% at 79.69% 34.79%,
      #cb4eff 5.42%,
      rgba(203, 78, 255, 0) 91.6%
    ),
    radial-gradient(
      131.35% 41.16% at 10.78% 100%,
      rgba(203, 78, 255, 0.9) 0%,
      rgba(203, 78, 255, 0) 100%
    ),
    linear-gradient(0deg, #0ca9d1 0%, #0ca9d1 100%), #fff;
  padding: 50px 100px;
}
.ct-numbers-23 .h2_23 {
  margin-bottom: 50px;
}
.ct-numbers-23_top {
  display: flex;
  color: #fff;
  margin-bottom: 20px;
  font-family: MuseoSansCyrl;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 200% */
  letter-spacing: 0.64px;
  text-transform: uppercase;
  align-items: center;
}
.ct-numbers-23_mid {
  color: #fff;
  font-family: "MuseoSansMedium";
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px; /* 103.226% */
  letter-spacing: -1.24px;
  margin-bottom: 10px;
}
.ct-numbers-23_bot {
  color: #fff;
  font-family: MuseoSansCyrl;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.ct-numbers-23_top svg {
  padding-right: 5px;
}
.ct-numbers-23_top {
  opacity: 0.6;
}
@media screen and (max-width: 960px) {
 .ct-numbers-23_mid {
    font-size: 52px;
  }
  .ct-numbers-23_wrapper {
    padding: 40px;
  }

}
@media screen and (max-width: 760px) {
 .ct-numbers-23_wrapper .row {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .ct-numbers-23 .container {
    padding: 0;
  }
  .ct-numbers-23_wrapper {
    padding: 48px 16px;
    border-radius: 0;
  }
 .ct-numbers-23_item {
    width: 100%;
  }
  .ct-numbers-23_mid,
  .ct-numbers-23_bot {
    display: inline;
  }
  .ct-numbers-23_top {
    margin-bottom: 12px;
  }
  .ct-numbers-23_mid {
    padding-right: 15px;
  }
}
