body:has(.phone-fault-page) main > .messenger--service-premium .messenger__image {
  align-self: center;
  height: 330px;
  overflow: visible;
}
body:has(.phone-fault-page) main > .messenger--service-premium .messenger__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 26px;
  filter: saturate(.94) contrast(1.03) drop-shadow(0 24px 35px rgba(0, 35, 23, .25));
  -webkit-mask-image: radial-gradient(ellipse 78% 78% at 50% 50%, #000 57%, rgba(0,0,0,.9) 72%, transparent 100%);
  mask-image: radial-gradient(ellipse 78% 78% at 50% 50%, #000 57%, rgba(0,0,0,.9) 72%, transparent 100%);
}
.phone-fault-page {
  max-width: 1040px;
  margin: 0 auto;
  padding: 8px 20px 48px;
  color: #29483c;
}
.phone-fault-page__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 34px;
}
.phone-fault-page__nav a {
  padding: 10px 15px;
  color: #17683f;
  background: #eff8f3;
  border: 1px solid rgba(0,169,66,.15);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.phone-fault-page__price {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 10px 18px;
  margin: 0 0 35px;
  padding: 20px 22px;
  color: #17352a;
  background: linear-gradient(135deg, #e2f9eb, #f7fcf9);
  border: 1px solid rgba(0,169,66,.16);
  border-radius: 18px;
}
.phone-fault-page__price span { font-weight: 800; }
.phone-fault-page__price strong { color: #00a942; font-size: 27px; white-space: nowrap; }
.phone-fault-page__price small { color: #587066; line-height: 1.35; }
.phone-fault-page__price a {
  padding: 12px 17px;
  color: #fff;
  background: #00ad45;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
}
.phone-fault-page h2 {
  margin: 34px 0 12px;
  color: #17352a;
  font-size: clamp(27px, 2.7vw, 39px);
  line-height: 1.12;
}
.phone-fault-page h3 {
  margin: 25px 0 8px;
  color: #17352a;
  font-size: 21px;
}
.phone-fault-page p,
.phone-fault-page li {
  font-size: 17px;
  line-height: 1.65;
}
.phone-fault-page ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 30px;
  padding: 0;
  list-style: none;
}
.phone-fault-page li {
  position: relative;
  padding: 14px 16px 14px 42px;
  background: #eff8f3;
  border-radius: 15px;
}
.phone-fault-page li::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 14px;
  color: #00ad45;
  font-weight: 900;
}
.phone-fault-page__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0 34px;
  counter-reset: repair-step;
}
.phone-fault-page__steps article {
  padding: 20px;
  background: #173f31;
  border-radius: 18px;
  color: #eaf7f0;
  counter-increment: repair-step;
}
.phone-fault-page__steps article::before {
  content: "0" counter(repair-step);
  display: block;
  margin-bottom: 9px;
  color: #51e28d;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}
.phone-fault-page__steps h3,
.phone-fault-page__steps p {
  margin: 0;
  color: inherit;
}
.phone-fault-page__steps p {
  margin-top: 7px;
  font-size: 15px;
  line-height: 1.5;
}
.phone-fault-page__alert {
  margin: 26px 0;
  padding: 18px 20px;
  color: #174531;
  background: linear-gradient(135deg, #ddf8e8, #f4fbf7);
  border-left: 4px solid #00ad45;
  border-radius: 15px;
  font-weight: 700;
}
.phone-fault-page__back {
  display: inline-flex;
  margin-top: 25px;
  color: #008f39;
  font-weight: 800;
}
@media (max-width: 767px) {
  body:has(.phone-fault-page) main > .messenger--service-premium .messenger__image {
    width: 100% !important;
    height: 220px !important;
    margin: 8px auto 16px !important;
  }
  body:has(.phone-fault-page) main > .messenger--service-premium .messenger__image img {
    object-fit: cover !important;
    border-radius: 20px;
  }
  .phone-fault-page { padding: 0 15px 32px; }
  .phone-fault-page__nav { gap: 7px; margin-bottom: 25px; }
  .phone-fault-page__nav a { padding: 9px 12px; font-size: 13px; }
  .phone-fault-page__price { grid-template-columns: 1fr auto; gap: 8px 12px; padding: 17px; }
  .phone-fault-page__price small { grid-column: 1 / -1; }
  .phone-fault-page__price a { grid-column: 1 / -1; text-align: center; }
  .phone-fault-page h2 { font-size: 28px; }
  .phone-fault-page p,
  .phone-fault-page li { font-size: 16px; }
  .phone-fault-page ul,
  .phone-fault-page__steps { grid-template-columns: 1fr; }
}
