

/* Start:/local/templates/main/components/bitrix/catalog/simple/bitrix/catalog.element/.default/style.css?17427917522193*/
.content .detail-catalog {
  padding-top: 8rem;
}
.content .detail-catalog__category {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #E60033;
}
.content .detail-catalog__name {
  text-align: center;
  font-size: 3rem;
  max-width: 66rem;
  margin: 0 auto 3rem auto;
  font-weight: 400;
  line-height: 4.8rem;
}
.content .detail-catalog__picture {
  width: 100%;
  max-width: 53rem;
  display: block;
  margin: 0 auto 10rem auto;
}
.content .detail-catalog__desc {
  width: 100%;
  font-size: 1.8rem;
  max-width: 64rem;
  text-align: center;
  margin: 0 auto 12.5rem auto;
  color: #666666;
}

.content .product-features {
  background-color: #f8f8f8;
  padding: 12rem 0;
  margin-bottom: 7.5rem;
}
.content .product-features__title {
  text-align: center;
  font-weight: 400;
  font-size: 3.7rem;
  margin-bottom: 5rem;
}
.content .product-features__table-wrapper {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 3rem;
}
.content .product-features__table {
  margin: 0 auto;
  width: 100%;
  max-width: 105rem;
}
.content .product-features__scroll-hint {
  position: fixed;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #E60033;
  animation: scroll-hint-move 1.5s infinite;
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  z-index: 10;
  pointer-events: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.content .product-features__scroll-hint--left {
  left: 0;
}
.content .product-features__scroll-hint--right {
  right: 0;
}
@media screen and (max-width: 1050px) {
  .content .product-features__scroll-hint {
    display: block;
  }
}
@keyframes scroll-hint-move {
  0%, 100% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(3px);
  }
}
.content .product-features table {
  border: none;
  width: 100%;
  min-width: 105rem;
}
.content .product-features table tr:nth-child(2n+1) {
  background-color: #F1F1F2;
}
.content .product-features table tr:hover {
  background-color: #F1F1F2;
}
.content .product-features table tr td {
  padding: 2.5rem 2rem;
  font-size: 1.4rem;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/main/components/bitrix/catalog/simple/bitrix/catalog.element/.default/style.css?17427917522193 */
