/* ===== Протокол24 — guarantees full rebuild v4.9.14 ===== */

.p24-guarantees-v4914 {
  padding: 92px 0 98px !important;
  background:
    radial-gradient(circle at 82% 16%, rgba(21,93,252,.07), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%) !important;
  overflow: hidden;
}

.p24-guarantees-v4914 .p24-guarantees-head-v4914 {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.p24-guarantees-v4914 .p24-kicker-v4914 {
  margin-bottom: 14px;
  color: #155dfc;
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.p24-guarantees-v4914 .p24-guarantees-title-v4914 {
  margin: 0 0 16px;
  color: #10234f;
  font-size: clamp(34px, 4vw, 58px);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 950;
}

.p24-guarantees-v4914 .p24-guarantees-sub-v4914 {
  margin: 0 auto;
  color: #607091;
  font-size: 19px;
  line-height: 1.55;
  max-width: 760px;
}

.p24-guarantees-shell-v4914 {
  width: min(100%, 1320px);
  margin: 0 auto;
  border-radius: 36px;
  padding: 40px;
  background:
    radial-gradient(circle at 16% 52%, rgba(47,117,255,.28), transparent 26%),
    radial-gradient(circle at 92% 16%, rgba(255,255,255,.12), transparent 18%),
    linear-gradient(135deg, #17428f 0%, #10234f 100%);
  box-shadow: 0 30px 78px rgba(16,35,79,.16);
  color: #fff;
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 34px;
  align-items: stretch;
}

.p24-guarantees-main-v4914 {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p24-guarantees-main-head-v4914 {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 22px;
  align-items: center;
  margin: 0 0 22px;
}

.p24-guarantees-shield-v4914 {
  width: 104px;
  height: 130px;
  display: block;
}

.p24-guarantees-shield-v4914 svg {
  width: 100%;
  height: 100%;
  display: block;
}

.p24-guarantees-main-title-v4914 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 2.7vw, 44px);
  line-height: 1.06;
  letter-spacing: -.04em;
  font-weight: 950;
}

.p24-guarantees-main-text-v4914 {
  margin: 0 0 24px;
  color: rgba(255,255,255,.88);
  font-size: 18px;
  line-height: 1.62;
  max-width: 430px;
}

.p24-guarantees-btn-v4914 {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 16px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 950;
  font-size: 15px;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.10);
  box-shadow: 0 14px 30px rgba(0,0,0,.08);
}

.p24-guarantees-cards-v4914 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-content: center;
}

.p24-guarantee-card-v4914 {
  min-height: 172px;
  padding: 24px 24px 22px;
  border-radius: 24px;
  background: #fff;
  color: #10234f;
  box-shadow: 0 18px 44px rgba(16,35,79,.08);
  border: 1px solid #dfe8f8;
}

.p24-guarantee-card-icon-v4914 {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #eef4ff;
  color: #155dfc;
  margin-bottom: 18px;
}

.p24-guarantee-card-icon-v4914 svg {
  width: 22px;
  height: 22px;
  display: block;
}

.p24-guarantee-card-v4914 h3 {
  margin: 0 0 10px;
  color: #10234f;
  font-size: 19px;
  line-height: 1.18;
  letter-spacing: -.02em;
  font-weight: 950;
}

.p24-guarantee-card-v4914 p {
  margin: 0;
  color: #637391;
  font-size: 15px;
  line-height: 1.48;
}

@media (max-width: 1180px) {
  .p24-guarantees-shell-v4914 {
    grid-template-columns: 1fr;
  }

  .p24-guarantees-main-v4914 {
    min-height: auto;
  }

  .p24-guarantees-main-text-v4914 {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .p24-guarantees-v4914 {
    padding: 54px 0 62px !important;
  }

  .p24-guarantees-v4914 .p24-guarantees-head-v4914 {
    text-align: left;
    margin-bottom: 22px;
    padding: 0 2px;
  }

  .p24-guarantees-v4914 .p24-kicker-v4914 {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .p24-guarantees-v4914 .p24-guarantees-title-v4914 {
    font-size: 28px;
    line-height: 1.06;
    letter-spacing: -.03em;
  }

  .p24-guarantees-v4914 .p24-guarantees-sub-v4914 {
    font-size: 15px;
    line-height: 1.52;
  }

  .p24-guarantees-shell-v4914 {
    width: calc(100% - 28px);
    border-radius: 28px;
    padding: 20px 16px 18px;
    gap: 18px;
  }

  .p24-guarantees-main-head-v4914 {
    grid-template-columns: 76px 1fr;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
  }

  .p24-guarantees-shield-v4914 {
    width: 76px;
    height: 94px;
  }

  .p24-guarantees-main-title-v4914 {
    font-size: 24px;
    line-height: 1.06;
    letter-spacing: -.03em;
  }

  .p24-guarantees-main-text-v4914 {
    font-size: 15px;
    line-height: 1.56;
    margin-bottom: 16px;
  }

  .p24-guarantees-btn-v4914 {
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 15px;
    font-size: 14px;
  }

  .p24-guarantees-cards-v4914 {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .p24-guarantee-card-v4914 {
    min-height: auto;
    padding: 18px 18px 16px;
    border-radius: 22px;
  }

  .p24-guarantee-card-icon-v4914 {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    margin-bottom: 14px;
  }

  .p24-guarantee-card-v4914 h3 {
    font-size: 17px;
  }

  .p24-guarantee-card-v4914 p {
    font-size: 14px;
  }
}