.pricing-page {
  padding: 2.25rem 0 2.5rem;
}
@media (min-width: 991.98px) {
  .pricing-page {
    padding: 3.75rem 0 3rem;
  }
}
.pricing-page__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 991.98px) {
  .pricing-page__container {
    gap: 1.5rem;
  }
}
.pricing-page__title {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: var(--fs-h1);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-heading);
  color: #000000;
}
.pricing-page__notice {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 100%;
  padding: 0.625rem 1rem;
  border-radius: 1.25rem;
  background: #f7f7f7;
  color: #000000;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: var(--fs-notice);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
}
@media (min-width: 991.98px) {
  .pricing-page__notice {
    gap: 0.8125rem;
    padding: 0.75rem 1.25rem;
  }
}
.pricing-page__notice-icon {
  flex: 0 0 auto;
  width: 0.5625rem;
  height: 0.5625rem;
  color: #000000;
}
@media (min-width: 991.98px) {
  .pricing-page__notice-icon {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.pricing-page__notice-text {
  flex: 1 1 auto;
}
.pricing-page__tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  width: 100%;
  padding: 0.25rem;
  border-radius: 1.3125rem;
  background: #f7f7f7;
}
@media (min-width: 991.98px) {
  .pricing-page__tabs {
    gap: 0.5rem;
    padding: 0.5rem;
    border-radius: 2.5rem;
  }
}
.pricing-page__tab {
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.3125rem;
  padding: 0.5rem 0.625rem;
  border: 0;
  border-radius: 1.3125rem;
  background: #ffffff;
  color: #000000;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: var(--fs-tab);
  font-weight: var(--fw-medium);
  line-height: var(--lh-heading);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (min-width: 991.98px) {
  .pricing-page__tab {
    min-height: 3.125rem;
    padding: 0.9375rem 1.25rem;
    border-radius: 2.5rem;
  }
}
.pricing-page__tab._active {
  background: #fd8011;
  color: #ffffff;
}
.pricing-page__table-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.3125rem 0.25rem;
  border-radius: 0.8125rem;
  background: #f7f7f7;
}
@media (min-width: 991.98px) {
  .pricing-page__table-head {
    width: calc(100% - 13.125rem);
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem;
    border-radius: 2.5rem;
  }
}
.pricing-page__col-labels {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media (min-width: 991.98px) {
  .pricing-page__col-labels {
    gap: 11.3125rem;
  }
}
.pricing-page__col-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.8125rem;
  background: #ffffff;
  color: #000000;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: var(--fs-btn);
  font-weight: var(--fw-medium);
  line-height: var(--lh-heading);
  white-space: nowrap;
}
@media (min-width: 991.98px) {
  .pricing-page__col-label {
    min-width: 7.9375rem;
    padding: 0.9375rem 1.25rem;
    border-radius: 2.5rem;
  }
}
.pricing-page__col-label--work {
  color: #fd8011;
  min-width: 5.5625rem;
}
@media (min-width: 991.98px) {
  .pricing-page__col-label--work {
    min-width: 10.1875rem;
  }
}
.pricing-page__panel {
  width: 100%;
}
.pricing-page__panel:not(._active) {
  display: none;
}
@media (min-width: 991.98px) {
  .pricing-page__panel {
    width: calc(100% - 18.75rem);
    margin-left: auto;
    margin-right: auto;
  }
}
.pricing-page__list {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  width: 100%;
}
@media (min-width: 991.98px) {
  .pricing-page__list {
    gap: 1.125rem;
  }
}
.pricing-page__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: #000000;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: var(--fs-work);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
}
@media (min-width: 991.98px) {
  .pricing-page__row {
    gap: 1.5rem;
    padding-bottom: 1.125rem;
  }
}
.pricing-page__row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.pricing-page__work {
  flex: 1 1 auto;
  min-width: 0;
}
.pricing-page__work-name {
  display: inline;
  color: inherit;
}
.pricing-page__work-name[href]:hover, .pricing-page__work-name[href]:focus-visible {
  text-decoration: underline;
}
.pricing-page__work-note {
  display: inline;
  color: #686868;
}
.pricing-page__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
  width: 10.4375rem;
  gap: 0.75rem;
}
@media (min-width: 991.98px) {
  .pricing-page__meta {
    width: 24.25rem;
  }
}
.pricing-page__price {
  flex: 0 0 auto;
  white-space: nowrap;
}
.pricing-page__duration {
  flex: 0 0 auto;
  text-align: right;
  white-space: nowrap;
}
.pricing-page__empty {
  color: #6f6f6f;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.875rem;
}

.pricing-why {
  padding: 0 0 2.5rem;
}
@media (min-width: 991.98px) {
  .pricing-why {
    padding: 0 0 3.75rem;
  }
}
.pricing-why__container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 991.98px) {
  .pricing-why__container {
    gap: 2rem;
  }
}
.pricing-why__title {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: normal;
  color: #000000;
}
@media (min-width: 991.98px) {
  .pricing-why__title {
    font-size: 3rem;
  }
}
.pricing-why__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6875rem;
}
@media (min-width: 991.98px) {
  .pricing-why__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
.pricing-why__card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.25rem 0.9375rem;
  border-radius: 1.0625rem;
  background: #f7f7f7;
}
@media (min-width: 991.98px) {
  .pricing-why__card {
    gap: 2.625rem;
    min-height: 13.3125rem;
    padding: 2.4375rem 3.25rem 3.25rem 2.4375rem;
    border-radius: 2.5rem;
  }
}
.pricing-why__card:last-child:nth-child(odd) {
  grid-column: 1/-1;
}
@media (min-width: 991.98px) {
  .pricing-why__card:last-child:nth-child(odd) {
    grid-column: auto;
  }
}
.pricing-why__card-title {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: var(--fs-card-title);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-heading);
  color: #000000;
}
@media (min-width: 991.98px) {
  .pricing-why__card-title {
    font-size: 36px;
  }
}
.pricing-why__card-text {
  color: #261c13;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: var(--fs-notice);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
}
@media (min-width: 991.98px) {
  .pricing-why__card-text {
    font-size: var(--fs-body);
  }
}

.pricing-extra {
  padding: 0 0 2.5rem;
}
@media (min-width: 991.98px) {
  .pricing-extra {
    padding: 0 0 5rem;
  }
}
.pricing-extra__container {
  width: 100%;
}
.pricing-extra__inner {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
  padding: 1rem;
  border-radius: 1.25rem;
  background: #f7f7f7;
}
@media (min-width: 991.98px) {
  .pricing-extra__inner {
    flex-direction: row;
    gap: 1.25rem;
    padding: 2.6875rem 3.1875rem;
    border-radius: 2.5rem;
  }
}
.pricing-extra__col {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1 1 0;
  min-width: 0;
}
@media (min-width: 991.98px) {
  .pricing-extra__col {
    gap: 1.125rem;
  }
}
.pricing-extra__card {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem 1.25rem 1.25rem;
  border-radius: 1.25rem;
  background: #ffffff;
}
@media (min-width: 991.98px) {
  .pricing-extra__card {
    gap: 1.25rem;
    min-height: 21.625rem;
    padding: 1.75rem 2.5rem 2rem;
    border-radius: 2.5rem;
  }
}
.pricing-extra__title {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
  color: #fd8011;
}
@media (min-width: 991.98px) {
  .pricing-extra__title {
    font-size: 2.25rem;
  }
}
.pricing-extra__lead {
  color: #261c13;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: var(--fs-body);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
}
.pricing-extra__rows {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 1.0625rem;
  background: #f7f7f7;
}
@media (min-width: 991.98px) {
  .pricing-extra__rows {
    margin-top: auto;
    padding: 1.25rem 2.1875rem;
    border-radius: 1.875rem;
  }
}
.pricing-extra__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.18);
  color: #261c13;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: var(--fs-body);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
}
@media (min-width: 991.98px) {
  .pricing-extra__row {
    padding: 0.625rem 0;
  }
}
.pricing-extra__row:last-child {
  border-bottom: 0;
}
.pricing-extra__row-label, .pricing-extra__row-value {
  flex: 0 1 auto;
}
.pricing-extra__amounts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
@media (min-width: 991.98px) {
  .pricing-extra__amounts {
    margin-top: auto;
    gap: 0.5rem;
  }
}
.pricing-extra__amount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.375rem;
  border: 0;
  border-radius: 1.375rem;
  background: #f7f7f7;
  color: #000000;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: var(--fs-btn);
  font-weight: var(--fw-medium);
  line-height: var(--lh-heading);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (min-width: 991.98px) {
  .pricing-extra__amount {
    padding: 0.9375rem 2.5rem;
    border-radius: 2.5rem;
    font-size: var(--fs-body);
  }
}
.pricing-extra__amount._active {
  background: #fd8011;
  color: #ffffff;
}
.pricing-extra__amount--custom {
  width: auto;
}
.pricing-extra__btn {
  width: 100%;
  min-height: 3rem;
}
@media (min-width: 991.98px) {
  .pricing-extra__btn {
    min-height: 4.375rem;
  }
}