.services_cont {
  max-width: 1000px !important;
  margin: 0 auto !important;
  padding: 40px 20px 60px;
}

.tarify-category {
  margin-bottom: 32px;
  background: #ffffff;
  border: 1px solid #e8e8ed;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(15, 23, 93, 0.05);
  transition: box-shadow 0.3s ease;
  margin-bottom: 30px !important;
}

.tarify-category:hover {
  box-shadow: 0 6px 24px rgba(15, 23, 93, 0.1);
}

.tarify-category__header {
  display: flex !important;
  align-items: center;
  gap: 16px;
  padding: 15px 20px;
  background: linear-gradient(135deg, #0f175d 0%, #1a2a8f 100%);
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
}

.tarify-category__header::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(54, 15, 93, 0.3));
  pointer-events: none;
}

.tarify-category__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.tarify-category__title {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.tarify-services {
  list-style: none !important;
  margin: 0 !important;
  padding: 8px 0 !important;
}

.tarify-service {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 28px;
  border-bottom: 1px solid #f0f0f5;
  transition: background-color 0.2s ease;
}

.tarify-service:last-child {
  border-bottom: none;
}

.tarify-service:hover {
  background-color: #fafaff;
}

.tarify-service__info {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex: 1;
  min-width: 0;
}

.tarify-service__bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f175d 0%, #360f5d 100%);
  flex-shrink: 0;
  margin-top: 8px;
  box-shadow: 0 2px 4px rgba(15, 23, 93, 0.25);
}

.tarify-service__name {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #232323;
  line-height: 1.55;
  margin: 0 !important;
}

.tarify-service__price {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: linear-gradient(135deg, #ffffff 0%, #eef1ff 100%);
  border: 1px solid rgba(15, 23, 93, 0.12);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #0f175d;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(15, 23, 93, 0.06);
  transition: all 0.25s ease;
}

.tarify-service:hover .tarify-service__price {
  background: linear-gradient(135deg, #0f175d 0%, #1a2a8f 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 6px 14px rgba(15, 23, 93, 0.25);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .services_cont {
    padding: 24px 14px 40px !important;
  }

  .tarify-category__header {
    padding: 20px;
  }

  .tarify-category__title {
    font-size: 17px !important;
  }

  .tarify-category__icon {
    width: 38px;
    height: 38px;
    font-size: 17px;
  }

  .tarify-service {
    flex-direction: column;
    gap: 12px;
    padding: 16px 20px;
  }

  .tarify-service__price {
    align-self: flex-start;
    margin-left: 22px;
  }
}

@media (max-width: 480px) {
  .tarify-service {
    padding: 14px 16px;
  }

  .tarify-service__name {
    font-size: 14px !important;
  }

  .tarify-service__price {
    font-size: 14px;
    padding: 6px 12px;
  }
}

.content-page__text h1,
.content-page__text h2,
.content-page__text h3,
.content-page__text h4,
.content-page__text h5,
.content-page__text h6 {
  margin-top: 0px;
  color: #ffffff;
}

.cont_services > span,
.content-page__text div {
  color: #ffffff;
  margin-bottom: 10px;
}

.content-page__text em,
.content-page__text i {
  font-style: normal;
}
