body:has(#prices-page) { background: #f9f9f9; }
#prices-page { max-width: 900px; margin: 0 auto; padding: 30px 15px 60px; }
#prices-page > .breadcrumb { display: none; }

.prices-title {
  text-align: center;
  font-weight: 400;
  color: #000;
  margin: 20px 0 50px;
}

.prices-block {
  margin-bottom: 80px;
}
.prices-block__title {
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
  color: #000;
  margin: 0 0 12px;
}
.prices-block__desc {
  text-align: center;
  color: #777;
  font-size: 15px;
  margin: 0 0 32px;
}

.prices-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #ececec;
}
.prices-table th,
.prices-table td {
  padding: 18px 24px;
  text-align: left;
  border-bottom: 1px solid #ececec;
  font-size: 15px;
  color: #000;
}
.prices-table th {
  font-weight: 600;
  background: #fafafa;
}
.prices-table tbody tr:last-child td { border-bottom: none; }
.prices-table__price { text-align: right; }

.prices-block__cta {
  text-align: center;
  margin-top: 28px;
}
a.prices-btn,
a.prices-btn:link,
a.prices-btn:visited {
  color: #fff !important;
}
.prices-btn {
  display: inline-block;
  color: #fff;
  background: #0271e3;
  padding: 15px 50px;
  border-radius: 30px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .15s;
}
.prices-btn:hover { color: #fff; text-decoration: none; opacity: .9; }
