.reviews-photos {
  margin-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .reviews-photos {
    margin-left: -54px;
    margin-right: -54px;
  }
  .reviews-photos:first-child {
    margin-left: 54px;
  }
}
@media screen and (max-width: 767px) {
  .reviews-photos {
    margin-left: -16px;
    margin-right: -16px;
  }
  .reviews-photos:first-child {
    margin-left: 16px;
  }
}
.all-photos {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .all-photos {
    margin-bottom: 29px;
  }
}
.all-photos--empty {
  margin-bottom: 0;
}
.all-photos--empty > * {
  display: none;
}
@media screen and (min-width: 1200px) {
  .all-photos--empty {
    height: 53px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .all-photos--empty {
    height: 53px;
  }
}
@media screen and (min-width: 1200px) {
  .page-part[variant="two-section"] [slot="main-content"] {
    max-width: 880px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .page-part[variant="two-section"] [slot="main-content"] {
    max-width: 700px;
  }
}
.photos-controller {
  position: relative;
  z-index: 2000;
}
.photos-controller img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
[slot="desc"] p,
[slot="review-text"] p,
[slot="review-answers"] p {
  margin-block-start: 0;
  margin-block-end: 0;
}
[slot="review-answers"] a {
  color: inherit;
  text-decoration-color: currentColor;
  text-decoration-line: underline;
}
