.popup-actions__viber .btn-viber__text {
	color: initial;
}

.block-about__text {
    color: #447b37;
}

.products .product-item__text {
	padding-top: 50%;
}

.products .product-item:before {
background: linear-gradient(
  180deg,
  rgba(0, 0, 0, 0.05) 0%,
  rgba(0, 0, 0, 0.25) 35%,
  rgba(0, 0, 0, 0.6) 100%
);
border-radius: .9375rem;
content: "";
inset: 0;
position: absolute;
z-index: 1;
}

.characteristic-product img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}