.test {
  position: relative;
  margin: 14.6875rem 0;
}
.test__bg {
  position: absolute;
  top: -10.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 93.75rem;
  height: 57.75rem;
}
.test__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.test__container {
  position: relative;
  max-width: 77.5rem;
  width: 100%;
  margin: 0 auto;
  padding: 1.25rem;
}
.test__container::before, .test__container::after {
  content: "";
  position: absolute;
  border-radius: 4rem;
}
.test__container::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(255, 0, 0, 0.1);
  backdrop-filter: blur(12.8870649338px);
}
.test__container::after {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -2;
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) padding-box, -webkit-gradient(linear, left top, right top, from(rgb(255, 0, 0)), color-stop(68%, rgb(255, 255, 255)), to(rgba(255, 0, 0, 0.36))) border-box;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(255, 255, 255) 68%, rgba(255, 0, 0, 0.36) 100%) border-box;
}
.test__wrapper {
  position: relative;
  border-radius: 2.75rem;
  background-color: #070101;
  padding: 4.25rem 3.4375rem;
}
.test__wrapper::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  border: 1px solid transparent;
  border-radius: 2.75rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) padding-box, -webkit-gradient(linear, left top, right top, from(rgb(255, 0, 0)), color-stop(68%, rgb(255, 255, 255)), to(rgba(255, 0, 0, 0.36))) border-box;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(255, 255, 255) 68%, rgba(255, 0, 0, 0.36) 100%) border-box;
}
.test__title {
  margin-bottom: 2.5rem;
}
.test__text {
  text-align: center;
  margin-bottom: 2.8125rem;
}
.test__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.test__button .btn {
  min-width: 18.5rem;
}
@media (max-width: 768px) {
  .test {
    margin: 165px 0 150px;
  }
  .test .container {
    padding: 0 16px;
  }
  .test__bg {
    top: -110px;
    width: auto;
    left: -88px;
    right: -88px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    height: 602px;
  }
  .test__bg img {
    -o-object-fit: fill;
    object-fit: fill;
  }
  .test__container {
    padding: 12px;
  }
  .test__container::before, .test__container::after {
    border-radius: 56px;
  }
  .test__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .test__title {
    margin-bottom: 20px;
  }
  .test__title br {
    display: none;
  }
  .test__text {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .test__button .btn {
    min-width: 230px;
  }
}
/*# sourceMappingURL=test.css.map */
/*# sourceMappingURL=test.css.map */