

/* Start:/local/templates/.default/components/bitrix/news/services-ajax/style.min.css?177775524849*/
.services-list~.text_after_items{margin-top:41px}
/* End */


/* Start:/local/templates/aspro-allcorp3medc/components/bitrix/news.list/price-list_custom-new/style.css?17777552494954*/
.pagePrice {
  margin-bottom: 40px;
  font-family: "Comfortaa", "Montserrat", sans-serif;
  color: #5f6877;

}

@media (max-width: 767px) {
  .pagePrice {
    margin-bottom: 30px;
  }

}
.pagePrice__header {
  margin-bottom: 30px;
}
.pagePrice__search-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.pagePrice__search-input {
  width: 100%;
  border: 1px solid #f1f2f4;
  border-radius: 4px;
  padding: 12px 16px;
  padding-right: 40px;
  font-size: 16px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.2s;
  outline: none;
  font-family: "Comfortaa", "PT Sans", sans-serif;
  font-weight: 400;
}

.pagePrice__search-input:focus {
  border-color: #71C3BC;
  box-shadow: 0 0 0 0.2rem rgba(113, 195, 188, 0.25);
}

.pagePrice__search-input::placeholder {
  color: #ADADAD;
}

.pagePrice__search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #ADADAD;
  pointer-events: none;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagePrice__search-icon svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.pagePrice__status {
  font-family: "Comfortaa", "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  color: #404557;
  min-height: 24px;
}
.pagePrice__status .highlight-word {
  color: #71C3BC;
}
.pagePrice__section {
  background: #fff;
  border: 1px solid #f1f2f4;
  border-radius: 3px;
  margin-bottom: 15px;
  transition: box-shadow 0.2s;
  overflow: hidden;
}

.pagePrice__section:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}
.pagePrice__section-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  outline: none;
}
@media (max-width: 767px) {
  .pagePrice__section-header {
    padding: 15px;
  }
}
.pagePrice__section-title {
  font-family: "Comfortaa", "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #404557;
  transition: color 0.3s ease, font-weight 0.3s ease;

}
.pagePrice__section-title--active {
  color: #000;
  font-weight: 600;
}

.pagePrice__section-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
}
.pagePrice__section-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.pagePrice__section-icon--active {
  color: #71C3BC;
  transform: rotate(45deg);
}
.pagePrice__section-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease-in-out;
  background-color: #fff;
}
.pagePrice__section-content--open {
  max-height: 5000px;
  opacity: 1;
  border-top: 1px solid #f1f2f4;
}
.pagePrice__section-desc {
  padding: 15px 25px;
  background-color: #f8f8f8;
  color: #757b92;
  font-size: 14px;
  line-height: 1.4;
  border-bottom: 1px solid #f1f2f4;
}

.pagePrice__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 24px;
  border-bottom: 1px solid #f1f1f1;
  transition: background-color 0.2s;

}

.pagePrice__item:last-child {
  border-bottom: none;
}

.pagePrice__item:hover {
  background-color: #fafafa;
}

@media (max-width: 767px) {
  .pagePrice__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;

}

}
.pagePrice__item-name {
  font-family: "Comfortaa", "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  margin-bottom: 4px;
}

.pagePrice__item-desc {
  font-family: "Comfortaa", "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #757b92;
  line-height: 1.4;

}

.pagePrice__item-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}

@media (max-width: 767px) {

.pagePrice__item-actions {
  width: 100%;
  justify-content: space-between;
}
}

.pagePrice__item-price {
  font-family: "Comfortaa", "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
}
.pagePrice__btn {
  display: inline-block;
  background-color: #83ccc5;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 8px 24px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;

}
.pagePrice__btn:hover {
  background-color: #71b9b2;
  color: white;

}
.pagePrice__empty {
  padding: 50px;
  text-align: center;
  color: #ADADAD;
  background: #fff;
  border: 1px solid #f1f2f4;
  border-radius: 3px;
  font-family: "Comfortaa", "Montserrat", sans-serif;
  font-weight: 700;

}

.pagePrice mark {
  background-color: rgba(221, 177, 18, 0.3);
  color: inherit;
  padding: 0 2px;
  border-radius: 2px;

}
/* End */
/* /local/templates/.default/components/bitrix/news/services-ajax/style.min.css?177775524849 */
/* /local/templates/aspro-allcorp3medc/components/bitrix/news.list/price-list_custom-new/style.css?17777552494954 */
