.price-table__head {
  padding: 48px 0 19px;
  text-align: center;
}

.price-table__title {
  color: var(--color-blue);
  font: 400 35px/42px var(--font-head);
}

.price-table__lead {
  width: 564px;
  margin: 32px auto 0;
  line-height: 24px;
}

.price-table__wrap {
  padding: 20px 86px 16px 72px;
}

.price-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
  color: #000;
  font: 16px/27px Cambria, Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.price-table td {
  padding: 18px 10px 20px;
  border: 1px solid #000;
  vertical-align: top;
}

.price-table td:first-child {
  width: 70.6%;
}

.price-table__action {
  padding: 17px 0 74px;
  text-align: center;
}

.price-table__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 352px;
  height: 55px;
  border: 0;
  border-radius: 5px;
  background: linear-gradient(#1673bf, var(--color-blue));
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  color: #fff;
  font: 16px/22px var(--font-text);
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 979px) {
  .price-table__head {
    padding: 24px 15px 10px;
  }

  .price-table__title {
    font-size: 26px;
    line-height: 32px;
  }

  .price-table__lead {
    width: auto;
    margin-top: 18px;
    font-size: 15px;
    line-height: 21px;
  }

  .price-table__wrap {
    padding: 10px 10px 12px;
  }

  .price-table table {
    font-size: 11px;
    line-height: 15px;
  }

  .price-table td {
    padding: 8px 6px;
  }

  .price-table__action {
    padding: 12px 15px 40px;
  }

  .price-table__button {
    width: 100%;
  }
}
