pfast {
  display: flex;
  width: 100%;
  justify-content: center;
  background: #f1f1f1;
  padding: 4rem 0;
}

pfast inner {
  width: 1180px;
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}

.promo_fast topper.promo.pf_hero {
  background: linear-gradient(135deg, #eef7f6 0%, #f8fcfc 100%);
  background-image:
    radial-gradient(circle at 18% 18%, rgba(43, 178, 163, 0.08) 0, rgba(43, 178, 163, 0) 36%),
    radial-gradient(circle at 84% 20%, rgba(229, 103, 115, 0.08) 0, rgba(229, 103, 115, 0) 34%),
    linear-gradient(135deg, #eef7f6 0%, #f8fcfc 100%);
}

.promo_fast topper.promo.pf_hero inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 500px;
  gap: 3rem;
  align-items: center;
  overflow: visible;
}

.promo_fast topper.promo.pf_hero text {
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.promo_fast topper.promo.pf_hero text h1 {
  margin: 0;
  max-width: 760px;
  font-size: 56px;
  line-height: .98;
  font-weight: 700;
  text-transform: uppercase;
  color: #233742;
}

.promo_fast topper.promo.pf_hero text desc {
  display: block;
  max-width: 620px;
  color: #4f4f4f;
  font-size: 18px;
  line-height: 1.55;
}

.promo_fast topper.promo.pf_hero appoa {
  width: fit-content;
  margin-top: .2rem;
}

.pf_hero_price {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .35rem;
  margin-top: .15rem;
}

.pf_hero_price_old {
  color: #7f8a8f;
  font-size: 26px;
  line-height: 1;
  text-decoration: line-through;
}

.pf_hero_price_new {
  color: #2bb2a3;
  font-size: 58px;
  line-height: .95;
  font-weight: 700;
}

.pf_hero_media {
  position: relative;
  margin: 0;
  height: 390px;
  border-radius: 2rem;
  overflow: hidden;
  background: #dfeeed;
}

.pf_hero_media::before {
  content: "";
  position: absolute;
  inset: 1.1rem;
  border: 3px solid rgba(43, 178, 163, 0.9);
  border-radius: 1.7rem;
  z-index: 1;
  pointer-events: none;
}

.pf_hero_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.pf_section {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.pf_title {
  margin: 0;
  text-align: center;
  font-size: 42px;
  line-height: 1.05;
  font-weight: 700;
  text-transform: uppercase;
  color: #233742;
}

.pf_title::after {
  content: "";
  display: block;
  width: 5rem;
  height: 2px;
  margin: 1rem auto 0;
  background: #2bb2a3;
}

.pf_subtitle {
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
  color: #5b6368;
  font-size: 16px;
  line-height: 1.5;
}

.pf_grid {
  display: grid;
  gap: 1rem;
}

.pf_grid_4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pf_grid_3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pf_card,
.pf_price_strip,
.pf_visual,
.pf_long,
.pf_cta_panel,
.pf_doctor_panel {
  background: #fff;
  border: 1px solid #dde5e7;
  border-radius: 1.2rem;
}

.pf_card {
  padding: 1.35rem 1.45rem 1.5rem;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

.pf_card_head {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.pf_idx {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .6rem;
  border: 1px solid #bfe9e4;
  color: #2bb2a3;
  background: #f4fbfa;
  font-size: 14px;
  font-weight: 700;
}

.pf_card h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.18;
  font-weight: 700;
  text-transform: uppercase;
  color: #233742;
}

.pf_card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #49545a;
}

.pf_price_strip {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: 1.55rem 1.8rem;
}

.pf_price_strip_head {
  display: flex;
  flex-direction: column;
  gap: .55rem;
}

.pf_price_strip_head h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 700;
  text-transform: uppercase;
  color: #233742;
}

.pf_price_strip_head p {
  margin: 0;
  max-width: 700px;
  color: #5b6368;
  font-size: 16px;
  line-height: 1.55;
}

.pf_price_strip_body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .4rem;
}

.pf_price_old {
  color: #7f8a8f;
  font-size: 24px;
  line-height: 1;
  text-decoration: line-through;
}

.pf_price_new {
  color: #2bb2a3;
  font-size: 54px;
  line-height: .95;
  font-weight: 700;
}

.pf_band_image {
  margin: 0;
  width: 100%;
  height: 340px;
  overflow: hidden;
  border-radius: 1.2rem;
  border: 1px solid #dde5e7;
  background: #dbeceb;
}

.pf_band_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pf_offer_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.pf_panel_kicker {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.pf_cta_panel {
  background: #e56773;
  border-color: #e56773;
  color: #fff;
  padding: 1.8rem 1.9rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 320px;
}

.pf_cta_panel h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.02;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.pf_cta_panel p {
  margin: 0;
  max-width: 520px;
  font-size: 17px;
  line-height: 1.55;
  color: #fff;
}

.pf_panel_actions {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .9rem;
}

.pf_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 1.35rem;
  border-radius: .85rem;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: opacity .12s ease;
}

.pf_btn:hover {
  opacity: .92;
}

.pf_btn_light {
  background: #fff;
  color: #e56773;
  border: 1px solid #fff;
}

.pf_btn_outline {
  background: transparent;
  color: #233742;
  border: 1px solid #cfe8e5;
}

.pf_phone {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  text-decoration: none;
  color: #fff;
}

.pf_phone span {
  font-size: 14px;
  line-height: 1.2;
  opacity: .86;
}

.pf_phone strong {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.pf_doctor_panel {
  background: #2bb2a3;
  border-color: #2bb2a3;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 1.35rem;
  padding: 1.35rem;
  min-height: 320px;
}

.pf_doctor_photo {
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 290px;
  overflow: hidden;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.18);
}

.pf_doctor_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pf_doctor_body {
  display: flex;
  flex-direction: column;
  gap: .9rem;
}

.pf_doctor_body .pf_panel_kicker {
  color: rgba(255, 255, 255, 0.82);
}

.pf_doctor_body h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.08;
  font-weight: 700;
  color: #fff;
}

.pf_doctor_spec {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 .95rem;
  border-radius: .8rem;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
}

.pf_doctor_meta {
  display: flex;
  flex-direction: column;
  gap: .45rem;
}

.pf_doctor_meta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.45;
}

.pf_doctor_meta span {
  color: #fff;
  font-weight: 700;
}

.pf_phone_dark {
  color: #fff;
}

.pf_phone_dark span {
  opacity: .76;
}

.pf_doctor_panel .pf_btn_outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.pf_visual {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  min-height: 380px;
}

.pf_visual_left {
  position: relative;
  overflow: hidden;
  border-right: 1px solid #dde5e7;
}

.pf_track {
  display: flex;
  width: 100%;
  height: 100%;
  transform: translateX(0%);
}

.pf_slide {
  min-width: 100%;
  width: 100%;
  margin: 0;
}

.pf_slide img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
}

.pf_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: .75rem;
  border: 1px solid #bfe9e4;
  background: rgba(255, 255, 255, 0.96);
  color: #2bb2a3;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  padding: 0;
}

.pf_prev {
  left: 1rem;
}

.pf_next {
  right: 1rem;
}

.pf_visual_right {
  padding: 2rem 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.pf_visual_right h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.08;
  color: #233742;
  text-transform: uppercase;
  font-weight: 700;
}

.pf_visual_right p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #49545a;
}

.pf_counter {
  margin-top: auto;
  color: #7f8a8f;
  font-size: 13px;
  text-transform: uppercase;
}

.pf_long {
  padding: 1.6rem 1.8rem;
}

.pf_long p {
  margin: 0 0 1rem;
  font-size: 16px;
  line-height: 1.65;
  color: #49545a;
}

.pf_long p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1240px) {
  pfast inner {
    width: calc(100% - 2rem);
  }

  .promo_fast topper.promo.pf_hero inner {
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 2rem;
  }

  .pf_grid_3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pf_offer_grid,
  .pf_visual {
    grid-template-columns: 1fr;
  }

  .pf_visual_left {
    border-right: 0;
    border-bottom: 1px solid #dde5e7;
  }
}

@media (max-width: 860px) {
  pfast {
    padding: 2.5rem 0;
  }

  pfast inner {
    gap: 2rem;
  }

  .promo_fast topper.promo.pf_hero inner {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .promo_fast topper.promo.pf_hero text {
    padding: 2rem;
  }

  .promo_fast topper.promo.pf_hero text h1 {
    font-size: 34px;
  }

  .promo_fast topper.promo.pf_hero text desc {
    font-size: 15px;
  }

  .promo_fast topper.promo.pf_hero appoa {
    width: 100%;
    justify-content: center;
  }

  .pf_hero_price_old {
    font-size: 20px;
  }

  .pf_hero_price_new {
    font-size: 42px;
  }

  .pf_hero_media {
    height: 260px;
    margin: 0 2rem 2rem;
  }

  .pf_title {
    font-size: 32px;
  }

  .pf_subtitle {
    font-size: 15px;
  }

  .pf_grid_3,
  .pf_grid_4 {
    grid-template-columns: 1fr;
  }

  .pf_card {
    min-height: 0;
  }

  .pf_price_strip {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.35rem 1.25rem 1.45rem;
  }

  .pf_price_strip_head h3 {
    font-size: 26px;
  }

  .pf_price_old {
    font-size: 20px;
  }

  .pf_price_new {
    font-size: 42px;
  }

  .pf_band_image {
    height: 230px;
  }

  .pf_cta_panel,
  .pf_doctor_panel {
    min-height: 0;
  }

  .pf_cta_panel {
    padding: 1.35rem 1.25rem;
  }

  .pf_cta_panel h3 {
    font-size: 28px;
  }

  .pf_cta_panel p {
    font-size: 15px;
  }

  .pf_doctor_panel {
    grid-template-columns: 1fr;
    padding: 1.2rem;
    gap: 1rem;
  }

  .pf_doctor_photo {
    min-height: 240px;
  }

  .pf_doctor_body h3 {
    font-size: 26px;
  }

  .pf_visual_right {
    padding: 1.35rem 1.2rem;
  }

  .pf_slide img {
    min-height: 240px;
  }

  .pf_visual_right h3 {
    font-size: 24px;
  }

  .pf_visual_right p,
  .pf_long p,
  .pf_card p,
  .pf_price_strip_head p {
    font-size: 15px;
  }
}
