.results__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -2.5rem;
}
.results__blocks > * {
  margin: 0 20px 2.5rem;
  width: calc(50% - 40px);
}
.results__block {
  position: relative;
}
.results__block-img {
  width: 6.25rem;
  height: 5rem;
  margin: 0 auto 1.25rem;
}
.results__block-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.results__block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.results__block-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 0.5rem 0.75rem;
  border-radius: 0.75rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.01)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.01) 100%);
}
.results__block-list > li > span {
  font-size: max(1.25rem, 12px);
  line-height: 100%;
  display: block;
  margin-right: 0.625rem;
}
.results__block-list > li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.results__block:nth-child(even)::before {
  top: 0;
  left: -1.3125rem;
  width: 0.125rem;
  background-image: url('data:image/svg+xml,%3Csvg width="2" height="474" preserveAspectRatio="none" viewBox="0 0 2 474" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 0L1.00002 474" stroke="url(%23paint0_linear_137_960)" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_137_960" x1="1.50058" y1="474.531" x2="1.49952" y2="-1.11679e-06" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%230F0F0F" stop-opacity="0" /%3E%3Cstop offset="0.25" stop-color="%23F5F5FF" /%3E%3Cstop offset="0.5" stop-color="%23FF8017" /%3E%3Cstop offset="0.75" stop-color="%23F5F5FF" /%3E%3Cstop offset="1" stop-color="%230F0F0F" stop-opacity="0" /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
}
.results__block::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.results__subtitle {
  margin: 5rem 0 2.5rem;
}
.results__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -1.25rem;
}
.results__cards > * {
  margin: 0 10px 1.25rem;
  width: calc(25% - 20px);
}
.results__card {
  position: relative;
  border-radius: 0.75rem;
  border: 1px solid var(--orange);
}
.results__card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  border-radius: 0.75rem;
  background: -webkit-gradient(linear, left top, right top, from(#0F0F0F), color-stop(25%, #F5F5FF), color-stop(50%, #FF8017), color-stop(75%, #F5F5FF), to(#0F0F0F));
  background: linear-gradient(to right, #0F0F0F 0%, #F5F5FF 25%, #FF8017 50%, #F5F5FF 75%, #0F0F0F 100%);
}
.results__card-wrapper {
  position: relative;
  padding: 2rem;
  background-color: var(--bg);
  text-align: center;
  height: 100%;
  border-radius: 0.75rem;
}
.results__card-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 0.75rem;
  background-color: var(--white-005);
}
.results__card-ico {
  font-size: max(1.5rem, 12px);
  line-height: 140%;
  margin-bottom: 0.75rem;
}
.results__card-text {
  font-size: max(1.125rem, 14px);
  line-height: 140%;
}
@media (max-width: 768px) {
  .results__blocks {
    margin: unset;
  }
  .results__blocks > * {
    margin: unset;
    width: 100%;
  }
  .results__block-img {
    width: 80px;
    height: 64px;
    margin-bottom: 16px;
    mix-blend-mode: luminosity;
  }
  .results__block-list > li {
    width: 100%;
    max-width: unset;
  }
  .results__block-list > li br {
    display: none;
  }
  .results__block:nth-child(even)::before {
    content: none;
  }
  .results__block:not(:last-child) {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .results__block:not(:last-child)::before {
    content: "" !important;
    top: unset;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-image: url('data:image/svg+xml,%3Csvg width="328" height="2" preserveAspectRatio="none" viewBox="0 0 328 2" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M328 1L5.48363e-06 1" stroke="url(%23paint0_linear_130_1012)" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_130_1012" x1="-0.367291" y1="1.50056" x2="328" y2="1.50006" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%230F0F0F" stop-opacity="0" /%3E%3Cstop offset="0.25" stop-color="%23F5F5FF" /%3E%3Cstop offset="0.5" stop-color="%23FF8017" /%3E%3Cstop offset="0.75" stop-color="%23F5F5FF" /%3E%3Cstop offset="1" stop-color="%230F0F0F" stop-opacity="0" /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
  }
  .results__cards {
    margin: unset;
  }
  .results__cards > * {
    margin: unset;
    width: 100%;
  }
  .results__card::before {
    top: -1.5px;
    left: -1.5px;
    right: -1.5px;
    bottom: -1.5px;
  }
  .results__card-wrapper {
    padding: 20px;
  }
  .results__card:not(:last-child) {
    margin-bottom: 12px;
  }
}
/*# sourceMappingURL=results.css.map */