/* primary */
/* primary hover */
/* dark */
/* light */
/* light hover */
/* accent */
/* accent hover */
.product-page {
  padding-top: 15px;
}

.product-page__footer {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
}

.product-page__footer-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}

.product-page__advantages .advantages {
  text-align: left;
}

.product-page__description {
  max-width: 800px;
}

.product-page__description_full-width {
  max-width: 100%;
}

.product-page__responsive-content .content-tabs__tabs {
  margin: 0 -15px 30px;
  padding: 0 15px;
  width: 100vw;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product-page__responsive-content .content-tabs__tabs::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1024px) {
  .product-page__responsive-content {
    display: none;
  }
}
@media (max-width: 1023px) {
  .product-page {
    padding-top: 0;
  }
  .product-page__advantages {
    display: none;
  }
  .product-page__footer-social {
    display: none;
  }
  .product-page__content {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 56px;
  }
}
.product-review {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f2f2f2;
}

.product-review__top,
.product-review__body,
.product-review__main {
  display: flex;
}

.product-review__top,
.product-review__main {
  flex-wrap: wrap;
  flex-grow: 1;
}

.product-review__top {
  align-items: center;
  gap: 12px;
}

.product-review__person {
  display: flex;
  gap: 24px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.product-review__author {
  color: #686868;
}
.product-review__author .contact {
  display: flex;
  line-height: 1.5;
}
.product-review__author .link-box__link {
  color: #686868;
  font-size: 14px;
}
.product-review__author .link-box__link:hover {
  color: var(--primary-color);
}

.product-review__date {
  color: #bdbdbd;
  white-space: nowrap;
}

.product-review__staff {
  color: var(--button-text-color);
  padding: 4px 8px;
  background-color: var(--button-color);
  border-radius: 4px;
}

.product-review__body {
  flex-direction: column;
  gap: 16px;
}

.product-review__body_image-align-left {
  flex-direction: row;
}

.product-review__body_image-align-right {
  flex-direction: row-reverse;
}

.product-review__product-image-wrapper {
  flex-shrink: 0;
}

.product-review__product-image {
  display: block;
  border-radius: 4px;
}

.product-review__product-url {
  margin-right: 10px;
}

.product-review__rating {
  margin-bottom: 15px;
  line-height: 0;
}

.product-review__top .product-review__rating {
  line-height: 0;
  margin-bottom: 0;
}

.product-review__title {
  margin-bottom: 15px;
}

.product-review__content {
  flex-basis: 100%;
}

.product-review__images {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin-top: 5px;
}

.product-review__images-link {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}
.product-review__images-link img {
  max-width: 100%;
  max-height: 100%;
}

.product-review__images img {
  display: block;
}

.product-review__images-more {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.product-review__footer {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1.2;
}

.product-review__footer-date {
  padding-right: 20px;
}

.product-review__replies {
  display: none;
  flex-direction: column;
  gap: 24px;
  padding-left: 24px;
  border-left: 2px solid var(--primary-color);
}

.product-review_reply {
  padding: 0;
  border: 0;
}
.product-review_reply .product-review__top {
  padding-bottom: 0;
  border-bottom: none;
}
.product-review_reply .product-review__author {
  color: #1b1b1b;
}

.product-review_has-replies > .product-review__replies {
  display: flex;
}

.product-review__info {
  display: flex;
  gap: 12px;
  align-items: center;
}

@media (max-width: 1023px) {
  .product-review_depth_3 .product-review__footer-reply {
    display: none;
  }
  .product-review_depth_3 .product-review__replies {
    display: none;
  }
  .product-review__top {
    gap: 4px 12px;
  }
  .product-review__images-link {
    width: 80px;
    height: 80px;
  }
  .product-review_reply {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .product-review__body {
    flex-flow: column;
  }
  .product-review__person {
    flex-flow: column;
    align-items: flex-start;
    gap: 4px;
  }
  .product-review__info {
    flex-flow: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.product-review-form {
  position: relative;
  width: 500px;
  margin: 0 auto;
}

.product-review-form__close-button {
  position: absolute;
  top: 0;
  right: 0;
  color: #bdbdbd;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  line-height: 0;
  z-index: 1;
}
.product-review-form__close-button:hover {
  color: #686868;
}

.product-review-form_reply {
  width: 100%;
  margin: 0;
}

.product-review-form_images {
  width: 675px;
}
.product-review-form_images .form-field__name-container {
  width: 20%;
}

.product-review-form__notice {
  display: none;
}

@media (min-width: 1024px) {
  .product-review-form__responsive-close-button {
    display: none;
  }
}
@media (max-width: 1023px) {
  .product-review-form {
    width: 100%;
  }
  .product-review-form_images .form-field__name-container {
    width: 100%;
  }
  .product-review-form__close-button {
    display: none;
  }
}
.product-reviews {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 32px;
}

.product-reviews__summary-container {
  width: 330px;
  flex-shrink: 0;
}

.product-reviews__empty-container {
  display: none;
}

.product-reviews__reviews-container {
  max-width: 800px;
  flex-grow: 1;
}

.product-reviews__reviews {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.product-reviews__review_filtered {
  display: none;
}

.product-reviews__review_hidden {
  display: none;
}

.product-reviews__more {
  margin-top: 24px;
  display: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.product-reviews_empty .product-reviews__reviews-container,
.product-reviews_empty .product-reviews__summary-container {
  display: none;
}
.product-reviews_empty .product-reviews__empty-container {
  display: block;
  width: 100%;
}

.product-reviews_has-hidden .product-reviews__more {
  display: inline-flex;
}

.product-reviews.toggle-block_active .product-reviews__review_hidden {
  display: block;
}
.product-reviews.toggle-block_active .product-reviews__review_filtered {
  display: none;
}
.product-reviews.toggle-block_active .product-reviews__more {
  display: none;
}

.product-reviews__responsive-header-text-container {
  margin-bottom: 15px;
}

.product-reviews__responsive-header-bottom-container {
  display: flex;
  align-items: center;
  width: 100%;
}

.product-reviews__responsive-header-rating-container {
  flex-grow: 1;
}

.product-reviews__responsive-header-button-container {
  white-space: nowrap;
}

.product-reviews__responsive-header-rating-text {
  color: #686868;
  margin-top: 5px;
  font-size: 12px;
}

.product-reviews__pagination {
  text-align: center;
  margin-top: 28px;
}

@media (min-width: 1024px) {
  .product-reviews__responsive-header-container {
    display: none;
  }
}
@media (max-width: 1023px) {
  .product-reviews {
    display: block;
  }
  .product-reviews__reviews-container {
    display: block;
    width: 100%;
  }
  .product-reviews__reviews::after {
    content: none;
  }
  .product-reviews__more {
    padding: 25px 0 15px;
    margin: 0;
  }
  .product-reviews__header-container {
    display: none;
  }
  .product-reviews_empty .product-reviews__empty-container {
    display: block;
  }
}
.product-reviews-overview__header {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.product-reviews-overview__rates {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-reviews-overview__rate {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  color: #686868;
  line-height: 1.2;
}

.product-reviews-overview__rate-rating {
  flex-shrink: 0;
}

.product-reviews-overview__rate-percent {
  position: relative;
  width: 180px;
  height: 8px;
  background-color: #f2f2f2;
  border-radius: 5px;
}
.product-reviews-overview__rate-percent .product-reviews-overview__rate-percent-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #ffde00;
  border-radius: 5px;
}

.product-reviews-overview__reset-container {
  margin-top: 20px;
  display: none;
}

.product-reviews-overview_has-filter .product-reviews-overview__reset-container {
  display: block;
}

.product-reviews-overview__rate-button {
  color: #686868;
}

.product-reviews-page__product-link {
  margin-bottom: 30px;
  float: right;
}

.product-reviews-summary__block {
  margin-bottom: 24px;
}

.product-reviews-summary__rating {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 32px;
}

.product-reviews-summary__rating-text {
  font-size: 18px;
  font-weight: 600;
  color: #686868;
}

.product-reviews-summary__button-container {
  margin-bottom: 24px;
  text-align: center;
}

.product-reviews-summary__rating-stars {
  display: flex;
  align-items: center;
}
.product-reviews-summary__rating-stars .rating__star {
  width: 24px;
  height: 24px;
}

.product-reviews-summary__block_overview .product-reviews-summary__button-container {
  margin-top: 12px;
}