/* primary */
/* primary hover */
/* dark */
/* light */
/* light hover */
/* accent */
/* accent hover */
.page_featurestips .product-feature__featurestips-decorator,
.page_featurestips .product-features-overview__item-featurestips-decorator {
  display: inline-flex;
  align-items: center;
}
.page_featurestips .product-feature__featurestips-decorator .featurestips_icon,
.page_featurestips .product-features-overview__item-featurestips-decorator .featurestips_icon {
  display: block;
  cursor: help;
}
.page_featurestips .product-feature__featurestips-decorator .featurestips_icon img,
.page_featurestips .product-features-overview__item-featurestips-decorator .featurestips_icon img {
  display: none;
}
.page_featurestips .product-feature__featurestips-decorator .featurestips_icon::before,
.page_featurestips .product-features-overview__item-featurestips-decorator .featurestips_icon::before {
  background: url("../svg/icon.sprite.svg#question") center/cover no-repeat;
  width: 12px;
  height: 12px;
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  opacity: 0.4;
  transition: opacity 0.3s;
}
.page_featurestips .product-feature__featurestips-decorator .featurestips_icon:hover::before,
.page_featurestips .product-features-overview__item-featurestips-decorator .featurestips_icon:hover::before {
  opacity: 0.6;
}
.page_featurestips .product-feature__featurestips-decorator .featurestips_view,
.page_featurestips .product-features-overview__item-featurestips-decorator .featurestips_view {
  margin-left: -18px;
  margin-top: 8px;
  font-size: 12px;
  box-shadow: none;
}
.page_featurestips .product-feature__featurestips-decorator {
  /* stylelint-disable-next-line no-descending-specificity */
}
.page_featurestips .product-feature__featurestips-decorator .featurestips_icon::before {
  width: 14px;
  height: 14px;
}
.page_featurestips .product-feature__featurestips-decorator .featurestips_wrapper .tip_view_in {
  padding: 8px 20px;
  left: -20px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

@media (max-width: 767px) {
  .page_featurestips .product-feature__featurestips-decorator .featurestips_view,
  .page_featurestips .product-features-overview__item-featurestips-decorator .featurestips_view {
    margin-top: 0;
  }
  .page_featurestips .product-feature__featurestips-decorator .featurestips_wrapper .tip_view_in {
    left: 0;
    width: 60vw;
  }
  .page_featurestips .product-feature__featurestips-decorator .featurestips_wrapper .tip_view_arrow {
    display: none;
  }
}