.service-page {
  color: #f5f5f5;
  font-size: 16px;
  line-height: 1.55;
}

.service-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.service-container--narrow {
  max-width: 980px;
}

.service-hero-wrap,
.service-packages-wrap {
  background: #ffffff;
}

.service-hero-wrap {
  padding: 0 0 42px;
}

.service-breadcrumb {
  background: transparent;
  margin: 0 0 18px;
  padding: 0;
}

.service-breadcrumb li,
.service-breadcrumb a,
.service-breadcrumb span {
  font-size: 13px;
}

.service-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.96fr);
  gap: 24px;
  align-items: stretch;
}

.service-hero__content {
  background: #101010;
  border-radius: 20px;
  padding: 28px 22px;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.service-hero h1 {
  color: #fc8808;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 800;
  margin: 0 0 22px;
  max-width: 560px;
}

.service-hero__intro {
  max-width: 560px;
  color: #ffffff;
  font-weight: 500;
}

.service-hero__price {
  margin-top: auto;
  padding-top: 34px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.service-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  border-radius: 6px;
}

.service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 286px;
  max-width: 100%;
  height: 44px;
  margin-top: 32px;
  padding: 0 28px;
  border: 0;
  border-radius: 24px;
  background: #fc8808;
  color: #ffffff;
  font-weight: 800;
  white-space: nowrap;
}

.service-btn:hover,
.service-btn:focus {
  background: #fc8808;
  color: #ffffff;
}

.service-packages-wrap {
  padding: 58px 0 64px;
}

.service-packages-wrap h2,
.service-advantages-wrap h2 {
  margin: 0 0 34px;
  text-align: center;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
}

.service-packages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.service-package {
  min-height: 376px;
  padding: 32px 28px 28px;
  border-radius: 8px;
  background: #1b1b1b;
}

.service-package:first-child {
  border: 1px solid rgba(252, 136, 8, 0.7);
}

.service-package h3 {
  margin: 0 0 26px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
}

.service-package p {
  color: #ffffff;
  font-weight: 500;
}

.service-package__price {
  margin-top: 32px;
  color: #ffffff;
  font-weight: 800;
}

.service-package__price span {
  display: block;
  font-size: 42px;
  line-height: 1;
}

.service-package__price small {
  display: block;
  margin-top: 4px;
  font-size: 16px;
}

.service-advantages-wrap,
.service-content-wrap,
.service-list-wrap {
  background: #ffffff;
  color: #171717;
  padding: 44px 0 64px;
}

.service-section-subtitle {
  max-width: 760px;
  margin: -22px auto 36px;
  text-align: center;
  color: #666666;
}

.service-advantages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-advantage {
  overflow: hidden;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  background: #f7f7f7;
}

.service-advantage img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.service-advantage__body {
  padding: 18px 20px 24px;
}

.service-advantage__body span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 4px 10px;
  border-radius: 14px;
  background: #fc8808;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.service-advantage h3,
.service-list-card h2 {
  margin: 0 0 14px;
  color: #111111;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 800;
}

.service-advantage p,
.service-list-card p,
.service-content {
  color: #555555;
}

.service-content {
  max-width: 880px;
  margin: 0 auto;
}

.service-list-wrap h1 {
  margin: 0 0 28px;
  color: #111111;
  font-size: 38px;
  font-weight: 800;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.service-list-card {
  display: block;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  background: #f7f7f7;
  color: #111111;
  text-decoration: none;
}

.service-list-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.service-list-card div {
  padding: 20px;
}

.service-list-card span {
  display: inline-block;
  margin-top: 10px;
  color: #111111;
  font-weight: 800;
}

@media (max-width: 991px) {
  .service-hero,
  .service-packages,
  .service-advantages,
  .service-list {
    grid-template-columns: 1fr;
  }

  .service-hero__content,
  .service-hero__image img {
    min-height: 0;
  }

  .service-hero__image img {
    max-height: 420px;
  }
}

@media (max-width: 560px) {
  .service-container {
    padding: 0 16px;
  }

  .service-hero h1,
  .service-list-wrap h1 {
    font-size: 30px;
  }

  .service-packages-wrap h2,
  .service-advantages-wrap h2 {
    font-size: 27px;
  }

  .service-btn {
    min-width: 0;
    width: 100%;
    padding: 0 18px;
  }
}

main.service-page {
  padding-top: 0 !important;
}
