/* Promo-4 specialties block — resource 2660 */
.fek-spec { width: 100%; margin: 56px 0; font-family: "PT Sans", Arial, sans-serif; }
.fek-spec * { box-sizing: border-box; }

.fek-spec__container { max-width: 1280px; margin: 0 auto; padding: 0; }

.fek-spec__panel {
  position: relative; overflow: hidden;
  padding: 46px 48px 42px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 8%, rgba(210, 227, 248, 0.45), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f6f9fd 100%);
  border: 1px solid #dce5f0;
  box-shadow:
    0 16px 38px rgba(19, 48, 88, 0.08);
}

.fek-spec__decor { position: absolute; pointer-events: none; z-index: 1; }
.fek-spec__decor--left {
  left: -120px; top: -120px; width: 420px; height: 420px;
  border-radius: 50%; border: 1px solid rgba(7, 31, 86, 0.06); opacity: 0.42;
}
.fek-spec__decor--right {
  right: -130px; bottom: -140px; width: 440px; height: 440px;
  border-radius: 50%; background: radial-gradient(circle, rgba(210, 227, 248, 0.36), transparent 64%); opacity: 0.62;
}

.fek-spec__head,
.fek-spec__trust,
.fek-spec__grid,
.fek-spec__bottom { position: relative; z-index: 2; }

.fek-spec__head { text-align: center; max-width: 850px; margin: 0 auto 34px; }
.fek-spec__eyebrow {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  margin-bottom: 18px; padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(7, 31, 86, 0.18);
  color: #071f56;
  font-size: 13px; line-height: 1.2; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.fek-spec__eyebrow span { color: #b8945e; }

.fek-spec__title {
  margin: 0; color: #071f56;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.08; font-weight: 700; letter-spacing: -0.03em;
}

.fek-spec__subtitle {
  max-width: 760px;
  margin: 16px auto 0;
  color: #5d6b84; font-size: 18px; line-height: 1.45;
}

.fek-spec__trust {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px; margin: 0 0 22px;
  padding: 14px 18px; border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #dde6f0;
}
.fek-spec__trust { display: none; }

.fek-spec__trust-item {
  display: grid; grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px; align-items: center; min-width: 0;
}

.fek-spec__trust-icon {
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #eef5ff; color: #071f56; font-size: 18px;
}

.fek-spec__trust-item strong {
  display: block; color: #071f56;
  font-size: 14px; line-height: 1.2; font-weight: 700;
}

.fek-spec__trust-item span {
  display: block; margin-top: 3px;
  color: #5d6b84; font-size: 13px; line-height: 1.25;
}

.fek-spec__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }

@media (min-width: 992px) {
  .fek-spec__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .fek-spec__grid > .fek-spec__card {
    flex: 0 1 calc((100% - 32px) / 3);
    max-width: calc((100% - 32px) / 3);
  }
}

.fek-spec__card {
  position: relative; display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0; align-items: center;
  min-height: 90px; padding: 16px 56px 16px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f5f7fa 0%, #eef2f6 100%);
  border: 1px solid #cfd9e6;
  box-shadow:
    0 10px 22px rgba(19, 48, 88, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  color: #071f56; text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.fek-spec__card:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #ffffff 0%, #e9eef5 100%);
  border-color: rgba(7, 31, 86, 0.24);
  box-shadow:
    0 15px 30px rgba(19, 48, 88, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  color: #071f56; text-decoration: none;
}

.fek-spec__num {
  position: absolute; top: 12px; left: 16px;
  color: rgba(7, 31, 86, 0.28);
  font-size: 12px; line-height: 1; font-weight: 700;
  letter-spacing: 0.02em;
}

.fek-spec__icon { display: none; }

.fek-spec__name {
  display: block;
  padding-top: 6px;
  color: #071f56;
  font-size: 15px; line-height: 1.22; font-weight: 700;
  text-align: center;
  justify-self: center;
  width: 100%;
}

.fek-spec__arrow {
  width: 34px; height: 34px; border-radius: 50%;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex; align-items: center; justify-content: center;
  color: #0a3b92;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #cfd9e6;
  font-size: 17px; line-height: 1;
  transition: opacity 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.fek-spec__card:hover .fek-spec__arrow {
  transform: translateY(-50%) translateX(2px);
  color: #b8945e;
  background: #ffffff;
  border-color: rgba(184, 148, 94, 0.42);
}

.fek-spec__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 34px; padding-top: 30px;
  border-top: 1px solid #dce5f0;
}

.fek-spec__choice {
  min-height: 82px;
  display: grid; grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px; align-items: center;
  padding: 16px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #dce5f0;
}

.fek-spec__choice-icon {
  width: 52px; height: 52px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  color: #071f56;
  background: #eef5ff;
  border: 1px solid #dce5f0;
  font-size: 24px;
}

.fek-spec__choice strong {
  display: block; color: #071f56;
  font-size: 20px; line-height: 1.25; font-weight: 700;
}

.fek-spec__choice span {
  display: block; margin-top: 4px;
  color: #5d6b84; font-size: 15px; line-height: 1.35;
}

.fek-spec__actions { display: flex; align-items: center; gap: 18px; }

.fek-spec__btn {
  min-width: 390px; height: 60px; padding: 0 30px;
  border-radius: 12px; display: inline-flex;
  align-items: center; justify-content: center; gap: 13px;
  background: linear-gradient(135deg, #071f56 0%, #0a3b92 100%);
  color: #ffffff; text-decoration: none;
  font-size: 17px; line-height: 1.2; font-weight: 700;
  box-shadow: 0 14px 28px rgba(7, 31, 86, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.fek-spec__btn span { color: #e7d2a9; }

.fek-spec__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(7, 31, 86, 0.28);
  color: #ffffff; text-decoration: none;
}

.fek-spec__link {
  display: inline-flex; align-items: center; gap: 10px;
  color: #071f56; font-size: 17px; line-height: 1.2; font-weight: 700;
  text-decoration: none; white-space: nowrap;
}

.fek-spec__link span { color: #b8945e; }
.fek-spec__link:hover { color: #0a3b92; text-decoration: none; }

@media (max-width: 1199px) {
  .page-content .fek-spec,
  .pcontent .fek-spec,
  .block-tpl .fek-spec {
    width: auto;
    max-width: none;
    margin: 24px 16px 32px;
  }

  .fek-spec__panel { padding: 40px 34px 36px; }
  .fek-spec__title { font-size: clamp(28px, 3.4vw, 40px); }
  .fek-spec__name { font-size: 15px; }
  .fek-spec__bottom { flex-direction: column; }
  .fek-spec__actions { justify-content: center; }
}

@media (max-width: 991px) {
  .fek-spec__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fek-spec__grid > .fek-spec__card { flex: none; max-width: none; }
  .fek-spec__card { min-height: 86px; padding: 14px 52px 14px 16px; }
}

@media (max-width: 640px) {
  .page-content .fek-spec,
  .pcontent .fek-spec,
  .block-tpl .fek-spec {
    width: auto;
    max-width: none;
    margin: 18px 10px 28px;
    box-sizing: border-box;
  }

  .fek-spec__container { padding: 0; }
  .fek-spec__panel { padding: 30px 18px 28px; border-radius: 22px; }
  .fek-spec__eyebrow { flex-wrap: wrap; font-size: 11px; line-height: 1.35; gap: 6px; }
  .fek-spec__title { font-size: 30px; }
  .fek-spec__subtitle { font-size: 15.5px; }
  .fek-spec__grid { grid-template-columns: 1fr; gap: 11px; }
  .fek-spec__card { min-height: 74px; padding: 14px 50px 14px 14px; border-radius: 16px; }
  .fek-spec__name { font-size: 15px; padding-top: 4px; }
  .fek-spec__arrow { right: 12px; width: 30px; height: 30px; font-size: 15px; }
  .fek-spec__bottom { margin-top: 26px; padding-top: 24px; gap: 18px; }
  .fek-spec__choice { grid-template-columns: 48px minmax(0, 1fr); padding: 14px; }
  .fek-spec__choice-icon { width: 44px; height: 44px; font-size: 20px; }
  .fek-spec__choice strong { font-size: 17px; }
  .fek-spec__choice span { font-size: 14px; }
  .fek-spec__actions { flex-direction: column; align-items: stretch; gap: 14px; }
  .fek-spec__btn { width: 100%; min-width: 0; height: auto; min-height: 58px; padding: 14px 18px; text-align: center; }
  .fek-spec__link { justify-content: center; }
}
