.elementor-30476 .elementor-element.elementor-element-867fca9{--display:flex;--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}#elementor-popup-modal-30476{background-color:rgba(0,0,0,.8);justify-content:flex-end;align-items:center;pointer-events:all;}#elementor-popup-modal-30476 .dialog-message{width:44vw;height:auto;}#elementor-popup-modal-30476 .dialog-close-button{display:flex;}#elementor-popup-modal-30476 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:768px){.elementor-30476 .elementor-element.elementor-element-867fca9{--padding-top:40px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}#elementor-popup-modal-30476 .dialog-message{width:64vw;}}/* Start custom CSS for text-editor, class: .elementor-element-3b2351b */.price-list {
  max-width: 900px;
  margin: 0 auto;
}

.price-section {
  margin-bottom: 32px;
}

.price-section h2 {
  margin-bottom: 12px;
}

.price-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price-section li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4px 0;
  border-bottom: 1px solid #eee;
  gap: 16px;
}

.price-section .service {
  max-width: 70%;
}

.price-section .service small {
  display: block;
  color: #777;
  margin-top: 4px;
}

.price-section .price {
  font-weight: 700;
  color: #000;
  white-space: nowrap;
}

/* 📱 МОБИЛЬНАЯ ВЕРСИЯ */
@media (max-width: 768px) {
  .price-section li {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-section .service {
    max-width: 100%;
  }

  .price-section .price {
    margin-top: 6px;
    font-size: 18px;
  }
}/* End custom CSS */