.guaranty {
  margin-top: 56rem;
  margin-bottom: 114rem;
}
.guaranty__pay {
  display: flex;
  flex-wrap: wrap;
  gap: 26rem;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 80rem;
}
.guaranty__pay .icon {
  height: 95rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto 37rem;
}
.guaranty__box {
  max-width: 413rem;
  width: 100%;
  background: #ffffff;
  border-radius: 20rem;
  box-shadow: 0rem 2rem 10rem 0rem rgba(0, 0, 0, 0.25);
  padding: 30rem;
}
.guaranty__box::before {
  height: 65rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0 auto 37rem;
}
.guaranty__box:nth-child(1)::before {
  display: block;
  background-image: url(images/pay/1.svg);
}
.guaranty__box:nth-child(2)::before {
  display: block;
  background-image: url(images/pay/2.svg);
}
.guaranty__box:nth-child(3)::before {
  display: block;
  background-image: url(images/pay/3.svg);
}
.guaranty__box:nth-child(4)::before {
  display: block;
  background-image: url(images/pay/4.svg);
}
.guaranty__box-title, .guaranty__box-subtitle {
  display: block;
  font-family: "Inter";
  font-weight: 700;
  font-size: 20rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10rem;
}
.guaranty__box-subtitle {
  font-size: 18rem;
  font-weight: 500;
}
.guaranty__delivery {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 25rem;
}
.guaranty__item {
  flex: 1 0 820rem;
  display: flex;
  gap: 25rem;
  padding: 38rem;
  border: 1rem solid #000000;
  border-radius: 30rem;
}
.guaranty__item:nth-child(1) .guaranty__item-icon {
  background-image: url(images/delivery/1.svg);
}
.guaranty__item:nth-child(1) .guaranty__item-text {
  max-width: 414rem;
}
.guaranty__item:nth-child(2) .guaranty__item-icon {
  background-image: url(images/delivery/2.svg);
}
.guaranty__item:nth-child(3) .guaranty__item-icon {
  background-image: url(images/delivery/3.svg);
}
.guaranty__item:nth-child(3) .guaranty__item-text {
  max-width: 488rem;
}
.guaranty__item:nth-child(4) .guaranty__item-icon {
  background-image: url(images/delivery/4.svg);
}
.guaranty__item:nth-child(4) .guaranty__item-text {
  max-width: 414rem;
}
.guaranty__item-icon {
  width: 74rem;
  height: 70rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.guaranty__item-info {
  display: flex;
  gap: 14rem;
  flex-direction: column;
  justify-content: space-between;
}
.guaranty__item-wrapper {
  display: flex;
  gap: 125rem;
}
.guaranty__item-text {
  max-width: 634rem;
  font-family: "Inter";
  font-weight: 400;
  font-size: 18rem;
  line-height: 1.36;
  margin: 0;
}
.guaranty__item-text span {
  display: block;
  font-weight: 600;
}
.guaranty__item-span span {
  display: inline-block;
}
@media (max-width: 768px) {
  .guaranty {
    margin-top: 25rem;
    margin-bottom: 50rem;
  }
  .guaranty__pay {
    gap: 15rem;
    margin-bottom: 40rem;
  }
  .guaranty__item {
    flex: auto;
    gap: 15rem;
    flex-wrap: wrap;
    padding: 20rem;
  }
  .guaranty__item-icon {
    display: none;
    height: 55rem;
  }
  .guaranty__item-wrapper {
    gap: 15rem;
  }
  .guaranty__item-text {
    font-size: 12rem;
  }
  .guaranty__box {
    flex: 0 0 calc(50% - 15rem);
    padding: 25rem 15rem;
  }
  .guaranty__box::before {
    height: 30rem;
    margin: 0 auto 14rem;
  }
  .guaranty__box-title {
    font-size: 14rem;
    margin-bottom: 5rem;
  }
  .guaranty__box-subtitle {
    font-size: 12rem;
  }
  .guaranty__delivery {
    gap: 10rem;
  }
}
@media (max-width: 420px) {
  .guaranty__box {
    flex: 0 0 auto;
  }
}