@media (max-width: 992px) {
  .block_text .bt {
    width: 100%;
  }
  .block_title {
    padding: 0 !important;
  }
}
.purchase .block_title {
  padding: 1em;
}
.purchase .block_title .block_text {
  align-self: start !important;
  padding-left: 0 !important;
}
.cat-image-wrapper {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.cat-image-wrapper::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 48.5%;
}
.cat-image-wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.cat-image-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.cat-image-overlay {
  background: linear-gradient(90.72deg,rgba(98,114,255,0.3) 0.74%,rgba(254,197,255,0.3) 99.56%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
