.prices-page {
  padding: 40px 0;
}
.price-detail {
  padding: 65px 0;
  background-color: #fff;
}
.price-detail__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  margin-bottom: 5px;
}
.price-detail__table p, .price-detail__table li {
  text-align: left;
}
.price-detail__table ul {
  list-style: disk;
  padding-left: 40px;
}
.price__subtitle {
    display: flex;
    justify-content: space-between;
    text-align: left;
    color: #000;
    padding: 15px 20px;
    margin-bottom: 0;
    border: 5px;
    border: 1px solid #a2752c85;
    font-size: 30px;
    font-weight: 400;
    box-shadow: -2px -4px 2px #846c35 inset;
}
.price-detail__table td,
.price-detail__table th {
  border: 1px solid #d6d6d6;
  padding: 4px 10px;
}
.price-detail__table th {
  text-align: center;
  font: var(--UniHeavy) 17px Uni, sans-serif;
}
.price-detail__table tbody tr:nth-child(odd) {
  background-color: #f3f3f3;
}
.price-detail__table td {
  font: var(--Uni) 17px Uni, sans-serif;

}

.price-detail__info {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.3;
}
.price-detail__block:not(:last-child) {
  margin-bottom: 40px;
}
.price-detail__el:not(:last-child) {
  margin-bottom: 15px;
}
details[open].price__accordion summary {
  background-color: #a2752c85;
}
details[open].price__accordion .price__subtitle {
  color: #fff;
  transition-duration: 0.5s;
      box-shadow: -2px -4px 2px #846c35 inset;
}
details[open].price__accordion .price__subtitle .arrow > path {
  fill: #fff;
  transition-duration: 0.5s;
}
details[open].price__accordion .price__subtitle .arrow {
  transform: rotate(270deg) translateX(-5px);
  transition-duration: 0.5s;
}
.price__subtitle .arrow {
  transform: rotate(90deg) translateX(5px);
  transition-duration: 0.5s;
}


.section__line {
  width: 60px;
  height: 3px;
  margin: 25px 0 35px;
  background: var(--first-color);
}



