

/* Start:/local/templates/ekoseti_2024/assets/css/price-list-page.css?1746628685890*/
.price-list table tr:nth-child(odd) td {
  border-bottom: 1px solid #e0e7f2;
  border-top: 1px solid #e0e7f2;
}

.price-list table tr td {
  border-right: 1px solid #e0e7f2;
  border-left: 1px solid #e0e7f2;
}

.price-list table {
  border-bottom: 1px solid #e0e7f2;
}

.price-list table tr td {
  position: relative;
  padding: 10px 20px;
  text-align: left;
}

.block-title a {
  color: #111;
}

.price-header {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
}

.price-header__btn {
  padding: 10px;
  white-space: nowrap;
  min-width: auto;
  width: max-content;
}

.price-list-button {
  margin-left: auto;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .price-list-button {
    margin: 0;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .price-header {
    flex-direction: column;
  }
}

/* End */
/* /local/templates/ekoseti_2024/assets/css/price-list-page.css?1746628685890 */
