.guarantee__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.guarantee__container > * {
  width: 50%;
}
.guarantee__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.guarantee__cards > * {
  width: 50%;
}
.guarantee__card::after, .guarantee__card::before, .guarantee__block::after, .guarantee__block::before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 2.5rem;
}
.guarantee__card::after, .guarantee__block::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #101011;
}
.guarantee__card::before, .guarantee__block::before {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  opacity: 0.1;
  background: -webkit-gradient(linear, left top, right top, from(#46FB65), to(#F5FC44));
  background: linear-gradient(90deg, #46FB65 0%, #F5FC44 100%);
}
.guarantee__card {
  position: relative;
  padding: 2.5rem;
}
.guarantee__card-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.5rem;
}
.guarantee__card-ico > img {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.guarantee__card-text {
  font-weight: 500;
  color: var(--white);
}
.guarantee__block {
  position: relative;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3rem;
}
.guarantee__block-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.guarantee__block-bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2.5rem;
}
.guarantee__block-wrapper {
  position: relative;
  z-index: 2;
}
.guarantee__block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: max(1.25rem, 12px);
  line-height: 130%;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-bottom: 2rem;
}
.guarantee__block-title::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  margin-right: 1rem;
}
.guarantee__block::before {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  opacity: 0.1;
  background: -webkit-gradient(linear, left top, right top, from(#46FB65), to(#F5FC44));
  background: linear-gradient(90deg, #46FB65 0%, #F5FC44 100%);
}
@media (max-width: 768px) {
  .guarantee__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .guarantee__container > * {
    width: 100%;
  }
  .guarantee__card::after, .guarantee__card::before, .guarantee__block::after, .guarantee__block::before {
    border-radius: 24px;
  }
  .guarantee__card {
    padding: 16px;
  }
  .guarantee__card-ico {
    width: 40px;
    height: 40px;
  }
  .guarantee__card-ico > img {
    width: 20px;
    height: 20px;
  }
  .guarantee__card-text {
    font-size: 16px;
    line-height: 140%;
  }
  .guarantee__block {
    padding: 48px 24px;
  }
  .guarantee__block-bg > img {
    border-radius: 24px;
  }
  .guarantee__block-title {
    font-size: 18px;
  }
  .guarantee__block-text {
    font-size: 28px;
    line-height: 120%;
  }
}
/*# sourceMappingURL=guarantee.css.map */
/*# sourceMappingURL=guarantee.css.map */