

/* Start:/local/templates/ekoseti_2026/assets/css/price-list-page.css?17869735532903*/
.block-title {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
}

.price-list-button {
  padding: 9px 19px;
  border: 1px solid #006D2F;
  background-color: #006D2F;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: box-shadow .2s ease-in-out;
  -webkit-transition: box-shadow .2s ease-in-out;
  -moz-transition: box-shadow .2s ease-in-out;
  -ms-transition: box-shadow .2s ease-in-out;
  -o-transition: box-shadow .2s ease-in-out;
}

.price-list-button:hover {
  box-shadow: 0 0px 5px rgb(1, 94, 39, .4);
}

.price-list-button-white {
  background-color: #fff;
  color: #000;

}

.price-list-header-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
}

.price-list table {
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
  margin-left: -5px;
  margin-right: -5px;
}

.price-list table thead {
  background: #015E27;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.price-list table thead td {
  padding: 9px 20px;
}

.price-list table thead td:first-child {
  border-top-left-radius: 15px;
}

.price-list table thead td:last-child {
  border-top-right-radius: 15px;
}

.price-list table tbody td {
  padding: 7.5px 20px;
  background: #F4F5F7;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.price-list table thead td {
  min-width: 519px;
}

.block+.block {
  margin-top: 30px;
}

@media screen and (max-width: 1599px) {
  .price-list table thead td {
    min-width: 386px;
  }

  .price-list-header-actions {
    margin-top: 40px;
    gap: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .block-title {
    margin-top: 25px;
    font-size: 20px;
  }

  .block+.block {
    margin-top: 25px;
  }

  .price-list-button {
    padding: 7px 16px;
    font-size: 14px;
  }

  .price-list table thead td {
    min-width: 243px;
    padding: 6.5px 20px;
  }

  .price-list table tbody td {
    padding: 6.5px 20px;
    font-size: 14px;
  }

  .price-list-header-actions {
    margin-top: 22px;
    gap: 10px;
  }
}

@media screen and (max-width: 759px) {
  .price-list table thead td {
    min-width: 112px;
  }

  .block-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .block+.block {
    margin-top: 20px;
  }

  .price-list-header-actions {
    margin-top: 20px;
    gap: 12px;
  }

  .price-list-button {
    padding: 11.5px 16px;
  }

  .price-list table thead td {
    padding: 8px 20px;
    font-size: 14px;
  }

  .price-list table tbody td {
    padding: 4.5px 20px;
  }

  .price-list table tbody td:last-child {
    padding: 4.5px 10px;
  }
}
/* End */
/* /local/templates/ekoseti_2026/assets/css/price-list-page.css?17869735532903 */
