.elementor-592 .elementor-element.elementor-element-c9ef3d1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-592 .elementor-element.elementor-element-5a6fca1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-592 .elementor-element.elementor-element-5a6fca1 img{border-radius:20px 20px 20px 20px;}/* Start custom CSS for container, class: .elementor-element-c9ef3d1 */.service-hero.clean-blue {
  background: linear-gradient(180deg, #12a8e6 0%, #0b90d4 100%);
  padding: 40px;
  border-radius: 20px;
  color: #ffffff;
}

.service-hero.clean-blue h2 {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 16px;
}

.service-hero.clean-blue .hero-price {
  font-size: 20px;
  margin-bottom: 14px;
}

.service-hero.clean-blue p {
  font-size: 16px;
  line-height: 1.6;
}

.hero-price {
  font-size: 20px;
  margin: 15px 0;
}

.text-block {
  margin-bottom: 40px;
}

.text-block h3 {
  margin-bottom: 16px;
  color: #1f4fd8;
}

.check-list,
.check-list ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.check-list li {
  list-style: none !important;
  position: relative;
  padding-left: 32px;
}

.check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #0b90d4;
  font-weight: bold;
}

.price-block {
  background: #f6f9fc;
  padding: 30px;
  border-radius: 16px;
}

.price-block h3 {
  margin-bottom: 20px;
  color: #1f4fd8;
}

/* Одна строка на десктопе */
.price-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #e3eaf2;
}

.price-item:last-child {
  border-bottom: none;
}

.price-item span {
  max-width: 70%;
}

.price-item strong {
  white-space: nowrap;
}

/* 📱 Мобильная версия */
@media (max-width: 768px) {
  .price-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-item span {
    max-width: 100%;
  }

  .price-item strong {
    margin-top: 6px;
    font-size: 16px;
  }
}/* End custom CSS */