.elementor-999 .elementor-element.elementor-element-6b73e3f{--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;}/* Start custom CSS for html, class: .elementor-element-83fc7bd */.product-block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 40px 0;
}

.product-image, .product-table {
  flex: 1 1 100%;
  background: #f9f9f9;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.product-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.product-image p {
  margin: 6px 0;
  font-size: 14px;
}

.dosage-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.dosage-tabs button {
  padding: 5px 15px;
  border: 1px solid #007bff;
  background: white;
  cursor: pointer;
  font-size: 14px;
}

.dosage-tabs .active {
  background-color: #007bff;
  color: white;
}

.product-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.product-table th, .product-table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

.order-btn {
  background: #0056cc;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}

/* Адаптив для больших экранов */
@media (min-width: 768px) {
  .product-image, .product-table {
    flex: 1;
  }
}/* End custom CSS */