.semi-price-content {
  max-width: 980px;
  margin: 42px auto 0;
}

.semi-price-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 640px;
  margin: 0 auto 18px;
  padding: 20px 30px;
  background: #fff;
  border: 1.5px solid #008b4f;
}

.semi-price-summary__label {
  display: inline-block;
  background: #008b4f;
  color: #fff;
  padding: 9px 24px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.semi-price-summary__price {
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.semi-price-summary__text {
  font-size: 21px;
  line-height: 1;
  font-weight: 400;
}

.semi-price-note {
  max-width: 640px;
  margin: 0 auto 40px;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 400;
}

.semi-price-block {
  margin-bottom: 58px;
}

.semi-price-block h3 {
  text-align: center;
  font-size: 23px;
  margin-bottom: 22px;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.semi-price-lead {
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.8;
  font-weight: 400;
}

.semi-price-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.semi-price-table th,
.semi-price-table td {
  border: 1px solid #d8d8d8;
  padding: 16px;
  text-align: center;
  font-weight: 400;
}

.semi-price-table th {
  background: #008b4f;
  color: #fff;
  font-weight: 700;
}

.semi-price-table td:last-child {
  font-size: 18px;
  font-weight: 400;
}

.semi-additional-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.semi-additional-card {
  background: #fff;
  border: 1px solid #d8e5dd;
  padding: 30px 16px 26px;
  text-align: center;
}

.semi-additional-name {
  display: block;
  margin-bottom: 12px;
  color: #008b4f;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.semi-additional-price {
  display: block;
  color: #222;
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 6px;
  font-weight: 400;
}

.semi-additional-card small {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}

.semi-textile-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.semi-textile-card {
  background: #fff;
  border: 1px solid #d8e5dd;
  padding: 28px;
}

.semi-textile-card h4 {
  color: #008b4f;
  font-size: 19px;
  margin-bottom: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.semi-textile-price {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 14px;
}

.semi-textile-card p {
  line-height: 1.9;
  font-weight: 400;
}
.semi-textile-card p + p {
  margin-top: 0;
}
.semi-option-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.semi-option-group {
  background: #fff;
  border: 1px solid #d8e5dd;
  padding: 28px;
}

.semi-option-group h4 {
  color: #008b4f;
  font-size: 19px;
  margin-bottom: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.semi-option-group dl {
  margin: 0;
}

.semi-option-group dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.semi-option-group dt {
  font-weight: 400;
}

.semi-option-group dd {
  margin: 0;
  font-weight: 400;
  white-space: nowrap;
}

.semi-option-note {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .semi-price-content {
    margin-top: 32px;
  }

  .semi-price-summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    gap: 10px 8px;
    padding: 20px 10px;
  }

  .semi-price-summary__label {
    width: auto;
    margin-bottom: 0;
    padding: 9px 15px;
    font-size: 14px;
  }

  .semi-price-summary__price {
    display: inline-block;
    font-size: 34px;
    line-height: 1;
  }

  .semi-price-summary__text {
    display: inline-block;
    width: auto;
    margin-top: 0;
    font-size: 17px;
    text-align: left;
    line-height: 1;
  }

  .semi-price-note {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.9;
  }

  .semi-price-block {
    margin-bottom: 46px;
  }

  .semi-price-block h3 {
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 1.7;
  }

  .semi-price-lead {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
  }

  .semi-additional-list,
  .semi-textile-list,
  .semi-option-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .semi-price-table th,
  .semi-price-table td {
    padding: 13px 10px;
    font-size: 14px;
  }

  .semi-price-table td:last-child {
    font-size: 16px;
  }

  .semi-additional-card {
    padding: 22px 16px 20px;
  }

  .semi-additional-name {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.4;
  }

  .semi-additional-price {
    margin-bottom: 4px;
    font-size: 21px;
    line-height: 1.3;
  }

  .semi-additional-card small {
    font-size: 12px;
  }

  .semi-textile-card,
  .semi-option-group {
    padding: 22px 18px;
  }

  .semi-textile-card h4,
  .semi-option-group h4 {
    font-size: 18px;
  }

  .semi-textile-price {
    font-size: 21px;
  }

  .semi-option-group dl div {
    padding: 10px 0;
  }
}
