.family-title {
  margin-bottom: 15px;
}
.teaser,
.display-information-warning,
.family-parent-fromtext {
  margin-left: 15px;
  margin-right: 15px;
}
.products .row {
  margin-left: 0;
  margin-right: 0;
}
.product {
  position: relative;
  padding: 25px 0;
  margin-bottom: 25px;
  border-bottom: solid 1px #c0c0c0;
}
.product img {
  float: left;
  margin: 0 15px 0 0;
  width: 25%;
  max-width: 390px;
}
.product .product-title {
  margin-bottom: 15px;
  color: #000;
  font-weight: bold;
  font-size: 15px;
}
.product .btn-primary {
  position: absolute;
  right: 0;
  bottom: 0;
}
.product .long.description {
  overflow: hidden;
}
.product .descrToggle {
  background: #F0F0F0;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}
.product .descrToggle i {
  margin: 0 10px;
}
.product .descrToggle + .long.description {
  display: none;
}
.linkForFullBlock :hover {
  cursor: pointer;
  text-decoration: none;
}
.product:last-child {
  border-bottom: none;
}
.family-fullmessage {
  color: #c0504d;
  font-weight: bold;
}
/*================================================================================*/

/*================                  PHONES                        ================*/

/*================================================================================*/

@media (max-width: 768px) {
  .product .btn {
    position: static;
    width: 100%;
    margin-top: 25px;
  }
}
