

/* Start:/local/components/teamprofi/catalog.product.reviews/templates/.default/style.css?16847990533240*/
.product {
  margin: 32px 0 66px 0;
  border: 1px solid #efefef;
  border-radius: 12px;
  padding: 12px 32px 12px 24px;
  position: relative;
}
@media (max-width: 1023px) {
  .product {
    padding: 24px 20px;
    margin: 32px 0 56px 0;
  }
}
.product__picture {
  display: flex;
  flex-shrink: 0;
  position: relative;
  height: 0;
  padding-bottom: 96px;
  width: 96px;
  z-index: 1;
}
@media (max-width: 767px) {
  .product__picture {
    align-self: start;
    width: 64px;
    padding-bottom: 64px;
  }
}
.product__picture-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product__info {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .product__info {
    margin: 16px 0 16px 0;
    width: 100%;
  }
}
.product__info span {
  color: #7a7a7a;
  font-size: 14px;
  margin-top: 4px;
}
.product__favorite {
  position: absolute;
  right: 20px;
  top: 32px;
}
.product .catalog-element__hints {
  margin-left: 30px;
}
.product h1 {
  font-size: 20px !important;
}

@media (max-width: 1023px) {
  .product-reviews {
    flex-direction: column-reverse;
  }
}
.product-reviews__rating-stat {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 8px;
}
.product-reviews__rating-stat .rating-stars__item {
  cursor: initial;
  padding-right: 8px;
}
.product-reviews__rating-stat .rating-stars__item:not(.checked) .icon {
  color: #c4c4c4;
}
.product-reviews__rating-stat .rating-stars__item .icon {
  font-size: 24px;
}
.product-reviews__rating-stat span:last-child {
  font-weight: bold;
  font-size: 20px;
}
.product-reviews__count {
  display: inline-block;
  vertical-align: super;
  font-size: 14px;
  margin-left: 8px;
  color: #15b742;
}
.product-reviews.catalog-element--grape .product-reviews__form-user span:first-child {
  color: #5f2d50;
}
.product-reviews.catalog-element--grape .product-reviews__count {
  color: #5f2d50;
}
.product-reviews.catalog-element--grape .product-review__answer-title {
  color: #5f2d50;
}
html:not(.bx-touch) .product-reviews.catalog-element--grape .product-review__answer-title span:hover .icon, html.bx-touch .product-reviews.catalog-element--grape .product-review__answer-title span:active .icon {
  color: #5f2d50;
}
.product-reviews.catalog-element--grape .product-review__answer-title .icon {
  color: #c974ac;
}
.product-reviews.catalog-element--grape .product-reviews__title-reviews a {
  color: #5f2d50;
}
.product-reviews.catalog-element--grape .product-review__official-icon .icon {
  color: #5f2d50;
}

.reviews-stat {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .reviews-stat {
    margin-bottom: 57px;
  }
}
.reviews-stat__item {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reviews-stat__item:last-child {
  margin-bottom: 0;
}
.reviews-stat__line {
  width: 100%;
  height: 8px;
  background: #efefef;
  border-radius: 8px;
}
.reviews-stat__cnt {
  font-size: 16px;
  color: #7a7a7a;
  margin-left: 12px;
}
.reviews-stat__name {
  min-width: 88px;
  margin-right: 12px;
  font-size: 14px;
}

.content .pager {
  margin-top: 40px;
}

/* End */


/* Start:/local/templates/2019/components/teamprofi/empty/reviews.product/style.css?16847990545373*/
.product-reviews__head {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .product-reviews__head {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .product-reviews__head .h1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-reviews__desc {
  padding: 32px 40px;
  border: 1px solid #efefef;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .product-reviews__desc {
    padding: 20px;
  }
}
.product-reviews__empty {
  padding: 40px 40px 56px 40px;
  background: #f9f9f9;
  border-radius: 12px;
  position: relative;
  margin-bottom: 24px;
}
.product-reviews__empty p {
  width: 355px;
}
@media (max-width: 767px) {
  .product-reviews__empty p {
    width: auto;
  }
}
@media (max-width: 767px) {
  .product-reviews__empty {
    padding: 20px;
  }
}
.product-reviews__empty-icon {
  display: flex;
  position: absolute;
  font-size: 135px;
  right: 20px;
  transform: translate(0, -50%);
  top: 50%;
}
@media (max-width: 767px) {
  .product-reviews__empty-icon {
    display: none;
  }
}
.product-reviews__form {
  margin-top: 24px;
  box-shadow: 0 4px 16px rgba(139, 139, 139, 0.2);
  border-radius: 12px;
  padding: 40px;
}
@media (max-width: 767px) {
  .product-reviews__form {
    box-shadow: none;
    padding: 20px;
    border: 1px solid #efefef;
  }
}
@media (max-width: 767px) {
  .product-reviews__form button {
    width: 100%;
  }
}
.product-reviews__form-rating {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .product-reviews__form-rating {
    flex-direction: column-reverse;
  }
}
.product-reviews__form-rating .rating-stars__item {
  padding-right: 8px;
}
@media (max-width: 767px) {
  .product-reviews__form-rating .rating-stars__item {
    padding-right: 20px;
  }
}
.product-reviews__form-rating .rating-stars__item .icon {
  font-size: 27px;
}
@media (max-width: 767px) {
  .product-reviews__form-rating .rating-stars__item .icon {
    font-size: 32px;
  }
}
.product-reviews__form-user {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border-radius: 12px;
  padding: 12px 16px;
  height: max-content;
}
@media (max-width: 767px) {
  .product-reviews__form-user {
    margin-bottom: 30px;
  }
}
.product-reviews__form-user span:first-child {
  display: flex;
  font-size: 24px;
  color: #15b742;
  margin-right: 12px;
}
.product-reviews__form-user span:last-child {
  font-size: 14px;
  font-weight: 500;
}
.product-reviews__list {
  margin-top: 24px;
}
.product-reviews__item {
  padding: 40px;
  margin-bottom: 16px;
  background: #f9f9f9;
  border-radius: 12px;
}
.product-reviews__item--answer {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .product-reviews__item {
    padding: 24px 20px;
  }
}
.product-reviews .product-rating span:first-child {
  font-size: 20px;
  bottom: 0;
}
.product-reviews .product-rating span:last-child {
  font-size: 18px;
}
.product-reviews + .pager {
  margin-top: 24px;
}
.product-reviews__form-rated {
  pointer-events: none;
  opacity: 0.5;
}
.product-reviews__write-review {
  margin-bottom: 30px;
  color: #7a7a7a;
}

.product-review__head {
  display: flex;
  justify-content: space-between;
}
.product-review__text {
  margin-top: 10px;
}
.product-review__author {
  display: flex;
  align-items: center;
  color: #7a7a7a;
  font-size: 14px;
}
@media (max-width: 767px) {
  .product-review__author {
    flex-direction: column;
    align-items: start;
  }
}
.product-review__rating {
  display: flex;
  align-items: baseline;
}
.product-review__rating .rating-stars__item {
  cursor: initial;
  padding-right: 4px;
}
.product-review__rating .rating-stars__item:not(.checked) .icon {
  color: #c4c4c4;
}
.product-review__rating .rating-stars__item .icon {
  font-size: 14px;
}
.product-review__rating span:last-child {
  font-weight: bold;
  font-size: 18px;
}
.product-review__answer-title {
  font-size: 14px;
  color: #15b742;
  font-family: "RotondaC", sans-serif;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .product-review__answer-title {
    margin-bottom: 20px;
  }
}
.product-review__answer-title span {
  cursor: pointer;
  display: flex;
  align-items: center;
}
html:not(.bx-touch) .product-review__answer-title span:hover .icon, html.bx-touch .product-review__answer-title span:active .icon {
  color: #15b742;
}
.product-review__answer-title .icon {
  position: relative;
  bottom: 1px;
  margin-left: 8px;
  font-size: 6px;
  color: #addeba;
}
.product-review__answer-title--close .icon {
  transform: rotate(-180deg);
}
.product-review__answer-desc {
  padding: 40px;
  border: 1px solid #efefef;
  border-radius: 12px;
  margin: 0 0 12px 120px;
}
@media (max-width: 767px) {
  .product-review__answer-desc {
    padding: 20px;
    margin: 0 0 12px 20px;
  }
}
.product-review__answer-desc-edit {
  padding: 40px;
  border-radius: 12px;
  margin: 0 0 12px 0px;
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .product-review__answer-desc-edit {
    padding: 20px;
  }
}
.product-review__answer-head {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 12px;
}
.product-review__official-icon {
  display: flex;
  margin-left: 9px;
}
.product-review__official-icon .icon {
  color: #15b742;
  font-size: 14px;
}

/* End */


/* Start:/local/templates/2019/components/bitrix/system.pagenavigation/.default/style.css?16902798595459*/
.pager {
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .pager {
    margin-top: 72px;
  }
}
.pager__next {
  position: relative;
  margin-bottom: 40px;
  height: 48px;
}
html.bx-touch .pager__next:not(.no-touch-style) {
  height: 56px;
}
.content .paging, .mfp-content .paging {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
}
.content .paging__control, .mfp-content .paging__control {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 16px 0 rgba(139, 139, 139, 0.2);
  background-color: #ffffff;
  color: #15b742;
}
html.bx-touch .content .paging__control:not(.no-touch-style), html.bx-touch .mfp-content .paging__control:not(.no-touch-style) {
  width: 48px;
  height: 48px;
}
html:not(.bx-touch) .content .paging__control:hover, html.bx-touch .content .paging__control:active, html:not(.bx-touch) .mfp-content .paging__control:hover, html.bx-touch .mfp-content .paging__control:active {
  color: #129e39;
}
html:not(.bx-touch) .content .paging__control:active, html.bx-touch .content .paging__control:active, html:not(.bx-touch) .mfp-content .paging__control:active, html.bx-touch .mfp-content .paging__control:active {
  box-shadow: 0 4px 8px 0 rgba(21, 183, 66, 0.16);
}
.content .paging__control--prev, .mfp-content .paging__control--prev {
  margin-right: 20px;
}
.content .paging__control--next, .mfp-content .paging__control--next {
  margin-left: 20px;
}
.content .paging__control--disabled, .mfp-content .paging__control--disabled {
  pointer-events: none;
  filter: grayscale(1);
}
.content .paging__area, .mfp-content .paging__area {
  margin: 0 -10px;
}
.content .paging__item, .mfp-content .paging__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 40px;
  color: #262626;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .content .paging__item, .mfp-content .paging__item {
    display: none;
  }
}
html.bx-touch .content .paging__item:not(.no-touch-style), html.bx-touch .mfp-content .paging__item:not(.no-touch-style) {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
html:not(.bx-touch) .content .paging__item:hover, html.bx-touch .content .paging__item:active, html:not(.bx-touch) .mfp-content .paging__item:hover, html.bx-touch .mfp-content .paging__item:active {
  color: #15b742;
  text-decoration: none;
}
.content .paging__item--dots, .mfp-content .paging__item--dots {
  color: #c4c4c4;
}
.content .paging__item--active, .mfp-content .paging__item--active {
  color: #ffffff;
  background-color: #15b742;
}
@media (max-width: 767px) {
  .content .paging__item--active, .mfp-content .paging__item--active {
    display: inline-block;
  }
}
html:not(.bx-touch) .content .paging__item--active:hover, html.bx-touch .content .paging__item--active:active, html:not(.bx-touch) .mfp-content .paging__item--active:hover, html.bx-touch .mfp-content .paging__item--active:active {
  cursor: default;
  color: #ffffff;
}

.container-spread--sparwine .paging__control, .catalog-element--grape .paging__control {
  color: #84406d;
}
html:not(.bx-touch) .container-spread--sparwine .paging__control:hover, html.bx-touch .container-spread--sparwine .paging__control:active, html:not(.bx-touch) .catalog-element--grape .paging__control:hover, html.bx-touch .catalog-element--grape .paging__control:active {
  color: #5f2d50;
  box-shadow: 0 4px 16px 0 rgba(139, 139, 139, 0.24);
}
html:not(.bx-touch) .container-spread--sparwine .paging__item:hover, html.bx-touch .container-spread--sparwine .paging__item:active, html:not(.bx-touch) .catalog-element--grape .paging__item:hover, html.bx-touch .catalog-element--grape .paging__item:active {
  color: #5f2d50;
}
.container-spread--sparwine .paging__item--active, .catalog-element--grape .paging__item--active {
  background-color: #84406d;
}
html:not(.bx-touch) .container-spread--sparwine .paging__item--active:hover, html.bx-touch .container-spread--sparwine .paging__item--active:active, html:not(.bx-touch) .catalog-element--grape .paging__item--active:hover, html.bx-touch .catalog-element--grape .paging__item--active:active {
  color: #ffffff;
}
.content .container-spread--sparwine .pager__next .btn--outline, .mfp-content .container-spread--sparwine .pager__next .btn--outline, .content .catalog-element--grape .pager__next .btn--outline, .mfp-content .catalog-element--grape .pager__next .btn--outline {
  color: #84406d;
  border-color: #84406d;
}
html:not(.bx-touch) .content .container-spread--sparwine .pager__next .btn--outline:hover, html.bx-touch .content .container-spread--sparwine .pager__next .btn--outline:active, html:not(.bx-touch) .mfp-content .container-spread--sparwine .pager__next .btn--outline:hover, html.bx-touch .mfp-content .container-spread--sparwine .pager__next .btn--outline:active, html:not(.bx-touch) .content .catalog-element--grape .pager__next .btn--outline:hover, html.bx-touch .content .catalog-element--grape .pager__next .btn--outline:active, html:not(.bx-touch) .mfp-content .catalog-element--grape .pager__next .btn--outline:hover, html.bx-touch .mfp-content .catalog-element--grape .pager__next .btn--outline:active {
  color: rgba(132, 64, 109, 0.9);
  border-color: rgba(132, 64, 109, 0.5);
}

/* End */
/* /local/components/teamprofi/catalog.product.reviews/templates/.default/style.css?16847990533240 */
/* /local/templates/2019/components/teamprofi/empty/reviews.product/style.css?16847990545373 */
/* /local/templates/2019/components/bitrix/system.pagenavigation/.default/style.css?16902798595459 */
