

/* Start:/local/templates/dscontrols/components/bitrix/news/products/bitrix/news.detail/.default/style.css?1764331311664*/
.product__info-description-wrapper .product__info-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.product__info-description-wrapper .product__info-description_opened {
  display: block;
}

.product__info-description-button {
  margin: 5px 0;
  color: #1a4080;
  position: relative;
}
.product__info-description-button:before {
  content: "";
  border-bottom: 1px dashed #1a4080;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  opacity: 1;
  transition: 0.3s all;
}
.product__info-description-button:hover:before {
  opacity: 0;
}

/* End */
/* /local/templates/dscontrols/components/bitrix/news/products/bitrix/news.detail/.default/style.css?1764331311664 */
