.get {
  overflow: hidden;
}
.get .swiper {
  overflow: visible;
}
.get .swiper-slide {
  cursor: -webkit-grab;
  cursor: grab;
}
.get__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2.0625rem 1.4375rem 2.0625rem 1.4375rem;
  background-color: #0c0c0c;
  border-radius: 1.5625rem;
  height: auto;
  width: 19.6875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.get__card-ico {
  width: 4.375rem;
  height: 4.375rem;
  margin-bottom: 5rem;
  -webkit-box-shadow: -4px 10px 45px rgba(128, 0, 0, 0.67);
  box-shadow: -4px 10px 45px rgba(128, 0, 0, 0.67);
  border-radius: 1rem;
}
.get__card-ico > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
}
.get__card-title {
  margin-bottom: 0.9375rem;
}
.get__card-text {
  color: var(--white-07);
}
@media (max-width: 768px) {
  .get__title {
    margin-bottom: 50px;
  }
  .get__card {
    border-radius: 18px;
    padding: 24px 22px 50px 22px;
    width: 230px;
  }
  .get__card-ico {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    margin-bottom: 50px;
    -webkit-box-shadow: -3px 7px 33px 0 rgba(128, 0, 0, 0.67);
    box-shadow: -3px 7px 33px 0 rgba(128, 0, 0, 0.67);
  }
  .get__card-ico > img {
    border-radius: 12px;
  }
  .get__card-text {
    font-size: 12px;
    line-height: 120%;
  }
}
/*# sourceMappingURL=get.css.map */