@charset "UTF-8";

/* ===== FONTS ===== */
@font-face {
  font-family: Circe;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Circe-Regular.woff2) format("woff2");
}
@font-face {
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Circe-Bold.woff2) format("woff2");
}
@font-face {
  font-family: GaramondPremrPro;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/GaramondPremrPro.woff2) format("woff2");
}
@font-face {
  font-family: GaramondPremrPro;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/GaramondPremrPro-It.woff2) format("woff2");
}
@font-face {
  font-family: GaramondPremrPro;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/GaramondPremrPro-Med.woff2) format("woff2");
}
@font-face {
  font-family: "Fitapol";
  src: local("Fitapol"),
       local("fitapoluustavc"),
       url("../promo-pashal/fitapoluustavc.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ===== PAGE-LEVEL BASE ===== */
body {
  background: #16482E;
}

/* ===== VARS ===== */
:root {
  --gold:  #F1E3B2;
  --white: #FFFFFF;
  --green: #16482E;
  --green-dark: #0E3520;
}

/* ===== HERO SECTION ===== */
.kh-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Fullscreen background photo */
.kh-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  z-index: 1;
}

/* Overlay image on top of background */
.kh-hero__overlay-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  opacity: 0.8;
  z-index: 2;
}

/* Green color tint over photo */
.kh-hero__tint {
  position: absolute;
  inset: 0;
  background: rgba(22, 72, 46, 0.65);
  z-index: 3;
  pointer-events: none;
}

/* Centered content block */
.kh-hero__content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 100px 40px 80px;
  max-width: 1151px;
  width: 100%;
}

/* Tagline */
.kh-hero__tagline {
  font-family: Circe, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 40px;
  line-height: 1.5;
}

/* Main heading */
.kh-hero__title {
  font-family: "Fitapol", "Times New Roman", serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 140%;
  color: var(--gold);
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.kh-hero__title span {
  color: var(--white);
}

/* Description paragraph */
.kh-hero__desc {
  font-family: GaramondPremrPro, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.35;
  color: var(--white);
  opacity: 0.9;
  max-width: 750px;
  margin-bottom: 25px;
  text-align: center;
}

/* Price line */
.kh-hero__price {
  font-family: Circe, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--gold);
  letter-spacing: 0.04em;
  margin-bottom: 60px;
}

/* CTA button */
.kh-hero__btn {
  display: inline-block;
  padding: 8px 33px 8px;
  border: 2px solid var(--gold);
  border-radius: 2px;
  font-family: "Fitapol", "Times New Roman", serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: var(--green);
  text-decoration: none;
  transition: background 0.25s, color 0.25s;
  cursor: pointer;
  background-color: var(--gold);
  margin-bottom: 40px;
  border-radius: 100px;
  text-transform: uppercase;
}

.kh-hero__btn:hover {
  /*background: var(--gold);*/
  /*color: var(--green);*/
  border-color: var(--green);
}

/* Timer */
.kh-hero__timer {
  display: flex;
  gap: 18px;
  align-items: flex-end;
}

.kh-hero__timer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kh-hero__timer-num {
  font-family: Circe, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 2.8vw, 42px);
  color: var(--white);
  line-height: 1;
}

.kh-hero__timer-label {
  font-family: Circe, sans-serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: lowercase;
  color: var(--gold);
  opacity: 0.6;
  margin-top: 6px;
}

.kh-hero__timer-sep {
  font-family: Circe, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.2vw, 36px);
  color: var(--white);
  opacity: 0.4;
  padding-bottom: 16px;
  line-height: 1;
}

/* Caption bottom-right */
.kh-hero__caption {
  position: absolute;
  bottom: 20px;
  right: 32px;
  z-index: 6;
  font-family: Circe, sans-serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--white);
  opacity: 0.5;
}


/* ============================================================
   MOBILE  ( <= 767px )
============================================================ */
@media (max-width: 767px) {

  .kh-hero {
    min-height: 100vh;
    align-items: flex-start;
  }

  .kh-hero__content {
    padding: 80px 20px 80px;
    max-width: 100%;
  }

  .kh-hero__tagline {
    font-size: 9px;
    letter-spacing: 0.16em;
    margin-bottom: 14px;
  }

  .kh-hero__title {
    font-size: 26px;
    margin-bottom: 35px;
  }

  .kh-hero__desc {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .kh-hero__desc br {
    display: none;
  }

  .kh-hero__price {
    font-size: 12px;
    margin-bottom: 50px;
  }

  .kh-hero__btn {
    padding: 14px 10px 12px;
    font-size: 17px;
    margin-bottom: 30px;
    width: 100%;
  }

  .kh-hero__timer {
    gap: 10px;
  }

  .kh-hero__timer-num {
    font-size: 28px;
  }

  .kh-hero__timer-sep {
    font-size: 22px;
    padding-bottom: 12px;
  }

  .kh-hero__timer-label {
    font-size: 8px;
  }

  .kh-hero__caption {
    bottom: 10px;
    right: 16px;
    font-size: 9px;
  }
}


/* ============================================================
   SLIDER SECTION
============================================================ */
.kh-slider-section {
  width: 100%;
  background: #162C23;
  padding-top: 100px;
  padding-bottom: 50px;
}

.kh-slider {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

.kh-slider .swiper-wrapper {
  align-items: stretch;
}

.kh-slider .swiper-slide {
  position: relative;
  height: clamp(420px, 56vw, 720px);
  overflow: hidden;
}

.kh-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Bottom control bar pinned to the bottom of the slider */
.kh-slider__bar {
  /*position: absolute;*/
  /*left: 24px;*/
  /*right: 24px;*/
  /*bottom: 24px;*/
  /*z-index: 10;*/
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  /*padding: 14px 28px;*/
  /*background: rgba(22, 72, 46, 0.72);*/
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 60px;
  color: var(--white);
}

/* Pagination (left) */
.kh-slider__pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
}

.kh-slider__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--white);
  opacity: 0.45;
  margin: 0;
  transition: opacity 0.25s, background 0.25s;
  cursor: pointer;
}

.kh-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--gold);
}

/* Title (center) */
.kh-slider__title {
  font-family: GaramondPremrPro, "Times New Roman", serif;
  font-size: clamp(14px, 1.3vw, 18px);
  color: var(--white);
  text-align: center;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  justify-self: center;
  max-width: 100%;
}

/* Nav arrows (right) */
.kh-slider__nav {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
}

.kh-slider__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  color: var(--white);
  cursor: pointer;
  padding: 0;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}

.kh-slider__btn:hover {
  background: var(--gold);
  color: var(--green);
  border-color: var(--gold);
}

.kh-slider__btn svg {
  display: block;
}

/* Mobile ( <= 767px ) */
@media (max-width: 767px) {
  .kh-slider .swiper-slide {
    height: clamp(260px, 80vw, 460px);
  }

  .kh-slider__bar {
    left: 10px;
    right: 10px;
    bottom: 10px;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 40px;
  }

  .kh-slider__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .kh-slider__pagination {
    gap: 6px;
  }

  .kh-slider__title {
    font-size: 12px;
    line-height: 1.25;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .kh-slider__nav {
    gap: 6px;
  }

  .kh-slider__btn {
    width: 30px;
    height: 30px;
  }

  .kh-slider__btn svg {
    width: 7px;
    height: 12px;
  }
}


/* ============================================================
   GOAL SECTION (block 3)
============================================================ */
.kh-goal {
  position: relative;
  width: 100%;
  background-color: var(--green);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 90px 24px 110px;
  color: var(--white);
  text-align: center;
}

.kh-goal__inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kh-goal__title {
  font-family: "Fitapol", "Times New Roman", serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.05;
  letter-spacing: 0.01em;
  color: var(--gold);
  margin: 0 0 36px;
}

.kh-goal .kh-hero__btn {
  margin-bottom: 5px;
}

/* Timer */
.kh-goal__timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 56px;
}

.kh-goal__timer-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  font-family: GaramondPremrPro, "Times New Roman", serif;
  font-size: clamp(28px, 3.6vw, 44px);
  color: var(--white);
  line-height: 1;
}

.kh-goal__timer-num {
  min-width: 1.6em;
  text-align: center;
}

.kh-goal__timer-sep {
  color: var(--white);
  opacity: 0.9;
}

.kh-goal__timer-labels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: 360px;
  margin-top: 8px;
  font-family: Circe, sans-serif;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.85);
}

.kh-goal__timer-labels span {
  text-align: center;
}

/* Icon image */
.kh-goal__image-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}

.kh-goal__image {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: block;
}

/* Description */
.kh-goal__desc {
  font-family: GaramondPremrPro, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.55;
  color: var(--white);
  margin: 0 auto 32px;
}

/* Button */
.kh-goal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  padding: 18px 40px;
  background: var(--gold);
  color: var(--green);
  font-family: "Fitapol", serif;
  font-size: clamp(16px, 1.2vw, 20px);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.25s, transform 0.25s;
}

.kh-goal__btn:hover {
  background: #e6d49d;
  text-decoration: none;
  color: var(--green);
}

.kh-goal__price {
  margin: 18px 0 0;
  font-family: Circe, sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.02em;
}

/* Mobile (<= 767px) */
@media (max-width: 767px) {
  .kh-goal {
    padding: 50px 20px 60px;
  }

  .kh-goal__title {
    font-size: 30px;
    margin-bottom: 26px;
  }

  .kh-goal__timer {
    margin-bottom: 32px;
  }

  .kh-goal__timer-row {
    gap: 10px;
    font-size: 26px;
  }

  .kh-goal__timer-labels {
    max-width: 240px;
    font-size: 11px;
  }

  .kh-goal__image-wrap {
    margin-bottom: 24px;
  }

  .kh-goal__image {
    max-width: 150%;
    width: 150%;
  }

  .kh-goal__desc {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 40px;
    max-width: 100%;
  }

  .kh-goal__btn {
    min-width: 0;
    width: 100%;
    padding: 16px 24px;
    font-size: 14px;
  }

  .kh-goal__price {
    font-size: 12px;
    margin-top: 10px;
  }
}


/* ============================================================
   PATH OF PRAYER (block 4)
============================================================ */
.kh-path {
  position: relative;
  width: 100%;
  background-color: #4FA838;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 90px 24px 110px;
  color: var(--white);
  overflow: hidden;
}

.kh-path__inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.kh-path__head {
  text-align: center;
  margin: 0 0 60px;
}

.kh-path__title {
  font-family: "Fitapol", "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.1;
  color: var(--gold);
  margin: 0 0 14px;
  letter-spacing: 0.02em;
}

.kh-path__subtitle {
  font-family: GaramondPremrPro, "Times New Roman", serif;
  font-size: 26px;
  color: var(--white);
  margin: 0;
  opacity: 0.95;
}

.kh-path__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 34px;
  max-width: 920px;
  margin: 80px auto 120px;
  color: var(--gold);
  text-align: center;
}

.kh-path__stat {
  min-width: 0;
}

.kh-path__stat-num {
  font-family: "Fitapol", "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(70px, 8.4vw, 130px);
  line-height: 0.78;
  color: var(--gold);
  margin: 0 0 18px;
  letter-spacing: 0.01em;
}

.kh-path__stat-label {
  font-family: "Fitapol", "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(17px, 1.5vw, 24px);
  line-height: 1.08;
  color: var(--white);
  text-transform: lowercase;
  letter-spacing: 0.02em;
}

/* Cards layout: zigzag on desktop */
.kh-path__cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto;
  gap: 0;
}

.kh-path__card {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
}

.kh-path__card-img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

/* Desktop zigzag positions */
.kh-path__card--1 {
  grid-column: 3 / span 4;
  grid-row: 1;
  margin-top: 0;
}

.kh-path__card--2 {
  grid-column: 8 / span 4;
  grid-row: 2;
  margin-top: -40px;
  justify-self: end;
}

.kh-path__card--3 {
  grid-column: 4 / span 4;
  grid-row: 3;
  margin-top: -40px;
}

/* Tablet */
@media (max-width: 991px) {
  .kh-path__cards {
    grid-template-columns: repeat(6, 1fr);
  }

  .kh-path__card--1 {
    grid-column: 1 / span 3;
    grid-row: 1;
  }

  .kh-path__card--2 {
    grid-column: 4 / span 3;
    grid-row: 2;
    margin-top: -30px;
  }

  .kh-path__card--3 {
    grid-column: 2 / span 3;
    grid-row: 3;
    margin-top: -30px;
  }
}

/* Mobile (<= 767px): stacked, centered */
@media (max-width: 767px) {
  .kh-path {
    padding: 50px 20px 60px;
    background-position: center center;
  }

  .kh-path__head {
    margin-bottom: 36px;
  }

  .kh-path__title {
    font-size: 28px;
  }

  .kh-path__subtitle {
    font-size: 18px;
  }

  .kh-path__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 28px;
    max-width: 330px;
    margin: 46px auto 120px;
  }

  .kh-path__stat {
    text-align: center;
  }

  .kh-path__stat:nth-child(2n) {
    transform: translateY(64px);
  }

  .kh-path__stat-num {
    font-size: 70px;
    margin-bottom: 12px;
  }

  .kh-path__stat-label {
    font-size: 20px;
    line-height: 1.04;
  }

  .kh-path__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }

  .kh-path__card,
  .kh-path__card--1,
  .kh-path__card--2,
  .kh-path__card--3 {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
    justify-self: center;
    max-width: 260px;
  }
}


/* ============================================================
   ICON SECTION
============================================================ */
.kh-icon {
  position: relative;
  width: 100%;
  background-color: var(--green);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 90px 24px 110px;
  color: var(--white);
  text-align: center;
}

.kh-icon__inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kh-icon__title {
  font-family: "Fitapol", "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: 0.01em;
  color: var(--gold);
}



/* Icon image */
.kh-icon__image-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.kh-icon__image {
  width: 100%;
  max-width: 720px;
  height: auto;
  display: block;
}

/* Description */
.kh-icon__desc {
  font-family: GaramondPremrPro, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.55;
  color: var(--white);
  margin: 0 auto 32px;
}



/* Mobile (<= 767px) */
@media (max-width: 767px) {
  .kh-icon {
    padding: 50px 20px 60px;
  }

  .kh-icon__title {
    font-size: 30px;
    margin-bottom: 26px;
  }



  .kh-icon__image-wrap {
    margin-bottom: 24px;
  }

  .kh-icon__image {
    max-width: 100%;
  }

  .kh-icon__desc {
    font-size: 18px;
    line-height: 1.4;
    max-width: 100%;
  }

}



/* ============================================================
   BLOCK 5: DONATE + FAQ — кастомизация заголовка/интро
   (формы и FAQ верстаются из donate-form.css)
============================================================ */
#krestnyi-hod-donate.kh-donate-section {
  position: relative;
  background-color: #D1E2CA;
  /*background-repeat: no-repeat;*/
  /*background-position: center top;*/
  /*background-size: cover;*/
  /*padding: 90px 24px 110px;*/
  color: #393939;
}

#krestnyi-hod-donate .kh-donate__title {
  font-family: "Fitapol", "Times New Roman", serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.05;
  color: #A08759;
  text-align: center;
  margin: 0 0 28px;
  letter-spacing: 0.01em;
}

#krestnyi-hod-donate .kh-donate__intro {
  font-family: GaramondPremrPro, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.55;
  color: #4B5752;
  max-width: 900px;
  margin: 0 auto 20px;
  text-align: center;
}

#krestnyi-hod-donate .donate-price-line {
  font-family: Circe, sans-serif;
  font-size: 14px;
  color: #A08759;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 60px;
}

#krestnyi-hod-donate .kh-donate__invite {
  font-family: GaramondPremrPro, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.45;
  color: #4B5752;
  text-align: center;
  margin: 32px auto 40px;
  max-width: 560px;
}

#krestnyi-hod-donate .promo-pashal__donate-sertblock {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 60px;
  max-width: 800px;
}

#krestnyi-hod-donate .promo-pashal__donate-sertblock img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  border-radius: 4px;
  cursor: zoom-in;
}

@media (max-width: 767px) {
  #krestnyi-hod-donate .promo-pashal__donate {
    padding-top: 0;
  }
  #krestnyi-hod-donate.kh-donate-section {
    padding: 50px 16px 60px;
  }

  #krestnyi-hod-donate .kh-donate__title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  #krestnyi-hod-donate .kh-donate__intro {
    font-size: 18px;
  }

  #krestnyi-hod-donate .promo-pashal__donate-sertblock {
    gap: 16px;
  }

  #krestnyi-hod-donate .promo-pashal__donate-sertblock img {
    max-width: 100%;
  }

  #krestnyi-hod-donate .kh-donate__invite {
    font-size: 18px;
    margin: 24px auto 28px;
  }
}

.kh-faq {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.kh-faq .promo__subtitle  {
  color: var(--gold);
}

.kh-faq .faq-question  {
  color: var(--white);
}

.kh-faq .faq-answer p {
  color: var(--white);
}

.kh-faq .faq-answer ul li {
  color: var(--white);
}



.kh-faq .faq-item.active button span {
  color: var(--gold);
}

.kh-faq .faq-arrow path {
  stroke: var(--white);
}

.leyka-tpl-star-form .leyka-pf__agreement  {
  top: 70px!important;
}
