#prices-block .content {
  max-width: 1010px;
  margin: 0 auto;
}
#prices-block .content .desc {
  text-align: center;
  margin: 40px 0;
  color: var(--text-primary-main);
}
#prices-block .content .btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 40px;
}
#prices-block .content table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
#prices-block .content table th {
  padding: 20px;
}
#prices-block .content table thead tr th {
  background-color: var(--bg-alt-main);
}
#prices-block .content table thead tr th p {
  color: var(--text-alt-head);
  height: 100%;
  padding: 20px 0;
}
#prices-block .content table thead tr th {
  padding-top: 10px;
  padding-bottom: 10px;
}
#prices-block .content table thead tr th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
#prices-block .content table thead tr th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
#prices-block .content table thead tr th:not(:last-child, :first-child) {
  padding-left: 0;
  padding-right: 0;
}
#prices-block .content table thead tr th:not(:last-child, :first-child) p {
  border-right: 1px solid var(--text-primary-main);
  border-left: 1px solid var(--text-primary-main);
}
#prices-block .content table tbody tr th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
#prices-block .content table tbody tr th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
#prices-block .content table tbody tr th p.p3, #prices-block .content table tbody tr th p.p2 {
  color: var(--text-primary-main);
}
#prices-block .content table tbody tr th:has(.h6) p.p2, #prices-block .content table tbody tr th:has(.h6) p.p3 {
  margin-top: 5px;
}
#prices-block .content table tbody tr:nth-child(even) th {
  background-color: var(--bg-primary-second);
}
@media (max-width: 768px) {
  #prices-block .content .desc {
    margin: 30px 0;
  }
  #prices-block .content .btn {
    margin-top: 30px;
  }
  #prices-block .content table th {
    padding: 15px 10px;
  }
  #prices-block .content table thead tr th p {
    padding: 15px 0;
  }
  #prices-block .content table thead tr th:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  #prices-block .content table thead tr th:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  #prices-block .content table tbody tr th:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  #prices-block .content table tbody tr th:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
@media (max-width: 480px) {
  #prices-block .content .desc {
    margin: 20px 0;
  }
  #prices-block .content .btn {
    margin-top: 20px;
  }
  #prices-block .content table th {
    padding: 10px 5px;
  }
  #prices-block .content table thead tr th {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #prices-block .content table thead tr th p {
    padding: 10px 0;
  }
  #prices-block .content table thead tr th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  #prices-block .content table thead tr th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  #prices-block .content table tbody tr th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  #prices-block .content table tbody tr th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}/*# sourceMappingURL=block.css.map */