.get__title {
  padding-bottom: 1.25rem;
  margin-bottom: 3.75rem;
}
.get__cards {
  margin-bottom: -2rem;
}
.get__cards-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px 0;
}
.get__cards-row > * {
  margin: 0 16px 2rem;
}
.get__cards-row--two > * {
  width: calc(50% - 32px);
}
.get__cards-row--three > * {
  width: calc(33.3333333333% - 32px);
}
.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;
  position: relative;
  padding: 2rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
  backdrop-filter: blur(12px);
  background-color: #242222;
}
.get__card-title {
  font-size: max(1.25rem, 12px);
  line-height: 140%;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--orange);
}
.get__card-text {
  margin-top: 1.25rem;
}
.get__card-img {
  margin: auto -2rem -2rem;
  line-height: 0;
}
.get__card-img > img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 0 0 1.25rem 1.25rem;
}
.get__card-blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.get__card-blur > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.25rem;
}
.get__card-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.get__card-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.25rem;
}
.get__card--big {
  width: calc(66% - 32px);
}
.get__block {
  margin-top: 2.5rem;
  padding: 2.5rem;
  border-radius: 1.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#e46b0e), to(#5d230c));
  background: linear-gradient(180deg, #e46b0e 0%, #5d230c 100%);
}
.get__block-title {
  margin-bottom: 2rem;
}
.get__block-list {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  margin-bottom: -0.75rem;
}
.get__block-list > li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}
.get__block-list > li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: var(--white);
}
.get__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .get {
    position: relative;
    z-index: 3;
    margin-top: -40px;
  }
  .get__cards {
    margin-bottom: unset;
  }
  .get__cards-row {
    margin: unset;
  }
  .get__cards-row > * {
    margin: unset;
  }
  .get__cards-row--two > * {
    width: 100%;
  }
  .get__cards-row--three > * {
    min-height: 320px;
    width: 100%;
  }
  .get__cards-row:not(:last-child) {
    margin-bottom: 20px;
  }
  .get__card {
    padding: 20px;
  }
  .get__card-title {
    font-size: 18px;
  }
  .get__card-text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 140%;
  }
  .get__card-img {
    margin: 0 -20px -20px;
  }
  .get__card--big {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .get__card:not(:last-child) {
    margin-bottom: 20px;
  }
  .get__block {
    padding: 32px 20px;
    border-radius: 20px;
  }
  .get__block-title {
    margin-bottom: 20px;
  }
  .get__block-list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
    margin-bottom: -0.75rem;
  }
  .get__block-list > li {
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
  }
  .get__block-list > li::before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: var(--white);
  }
}
/*# sourceMappingURL=get.css.map */
/*# sourceMappingURL=get.css.map */