/* stylelint-disable */
.product {
  position: relative;
  margin-bottom: 40px;
  font-family: "Inter", sans-serif !important;
}
.product__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 8px) calc(50% - 8px);
  grid-template-columns: calc(50% - 8px) calc(50% - 8px);
  gap: 16px;
}
@media (width <= 1040.98px) {
  .product__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.product__gallery {
  max-width: 608px;
}
@media (width <= 1040.98px) {
  .product__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 608px;
  gap: 16px;
}
@media (width <= 1040.98px) {
  .product__content {
    width: 100%;
  }
}
.product__header {
  position: relative;
  z-index: 20 !important;
  border-radius: 16px;
  padding: 16px;
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 4px 0 rgba(137, 133, 133, 0.25);
  box-shadow: 0 4px 4px 0 rgba(137, 133, 133, 0.25);
}
.product__header-title {
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-bottom: 16px;
  min-height: 24px;
}
.product__location-link {
  position: relative;
  padding-left: 26px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.33333;
  letter-spacing: -0.04em;
  color: rgba(0, 0, 0, 0.7);
}
.product__location-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 24px;
  height: 24px;
  background-image: url("/static/img/icons/location.svg");
}
.product__price {
  margin-bottom: 16px;
}
.product__price-old {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.03em;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.3);
}
.product__price-normal {
  font-weight: 600;
  font-size: 36px;
  letter-spacing: -0.01em;
  color: #000;
}
.product__action {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}
@media (width <= 580.98px) {
  .product__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product__action--market {
  -ms-grid-columns: 380px 1fr;
  grid-template-columns: 380px 1fr;
  gap: 4px;
}
.product__action-link {
  border-radius: 12px;
  padding: 0px 12px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product__action-link--pink {
  background-color: #febece;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #000;
}
.product__action-link--blue {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #fff;
  background-color: #59adee;
}
.product__action-link--coral {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  background-color: #fb874c;
}
.product__action-link--grey {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #717171;
  background-color: #f5f5f5;
}
.product__item {
  border-radius: 16px;
  padding: 16px;
  background-color: #FFF;
}
.product__item-title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #000;
}
.product__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.9);
}
.product__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  min-height: 44px;
}
.product__list-item dt {
  color: rgba(0, 0, 0, 0.5);
}
.product__list-item dd {
  color: rgba(0, 0, 0, 0.9);
}
.product__list-item--bb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.product__list-item--bt {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.product__info-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (width <= 580.98px) {
  .product__info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product__info-item:has(.product__info-box--first) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.product__info-img-wrap {
  border: 1px solid #efefef;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.product__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}
.product__info-box--first {
  gap: 8px;
}
.product__info-title {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5);
}
.product__info-text {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.9);
}
/*
.product .container {
  padding: 0 16px;
  max-width: 1232px;
}
  */

.gallery {
  border-radius: 16px;
  padding: 16px;
  background-color: #FFF;
}
@media (width <= 1040.98px) {
  .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 10px;
  }
}
@media (width <= 580.98px) {
  .gallery {
    padding: 10px;
  }
}
.gallery__slider {
  margin-bottom: 8px;
}
@media (width <= 1040.98px) {
  .gallery__slider {
    width: 75%;
    max-width: 427px;
  }
}
@media (width <= 580.98px) {
  .gallery__slider {
    width: 100%;
    max-width: 323px;
  }
}
.gallery__slider .gallery__item {
  overflow: hidden;
  border-radius: 16px;
}
@media (width <= 1040.98px) {
  .gallery__slider .gallery__item {
    width: 427px;
  }
}
@media (width <= 580.98px) {
  .gallery__slider .gallery__item {
    width: 323px;
  }
}
.gallery__slider .gallery__item img {
  width: 560px;
  height: 560px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (width <= 1040.98px) {
  .gallery__slider .gallery__item img {
    width: 427px;
    height: 427px;
  }
}
@media (width <= 580.98px) {
  .gallery__slider .gallery__item img {
    width: 323px;
    height: 323px;
  }
}
@media (width <= 1040.98px) {
  .gallery__slider-thumbs {
    width: 25%;
    height: 427px;
  }
}
@media (width <= 580.98px) {
  .gallery__slider-thumbs {
    display: none;
  }
}
.gallery__slider-thumbs .gallery__item {
  overflow: hidden;
  border-radius: 8px;
  opacity: 0.4;
}
.gallery__slider-thumbs .gallery__item img {
  width: 134px;
  height: 132px;
}
@media (width <= 1040.98px) {
  .gallery__slider-thumbs .gallery__item {
    width: 139px;
    height: 137px;
  }
  .gallery__slider-thumbs .gallery__item img {
    width: 139px;
    height: 137px;
  }
}
.gallery__slider-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.gallery__item {
  cursor: pointer;
}
.gallery .swiper-horizontal > .swiper-pagination-bullets,
.gallery .swiper-pagination-bullets.swiper-pagination-horizontal,
.gallery .swiper-pagination-custom,
.gallery .swiper-pagination-fraction {
  bottom: 20px;
}
@media (width <= 1040.98px) {
  .gallery .swiper-horizontal > .swiper-pagination-bullets,
  .gallery .swiper-pagination-bullets.swiper-pagination-horizontal,
  .gallery .swiper-pagination-custom,
  .gallery .swiper-pagination-fraction {
    bottom: 16px;
  }
}
@media (width <= 580.98px) {
  .gallery .swiper-horizontal > .swiper-pagination-bullets,
  .gallery .swiper-pagination-bullets.swiper-pagination-horizontal,
  .gallery .swiper-pagination-custom,
  .gallery .swiper-pagination-fraction {
    bottom: 10px;
  }
}
.gallery .swiper-pagination-bullet {
  border-radius: 20px;
  width: 9px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.37);
  opacity: 1;
}
.gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 20px;
  width: 27px;
  height: 6px;
  background-color: #FFF;
}

.seller__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 8px;
}
.seller__logo-wrap {
  overflow: hidden;
  border-radius: 8px;
}
.seller__info {
  width: 100%;
}
.seller__title {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #000;
}
.seller__descr {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: rgba(0, 0, 0, 0.5);
}
.seller__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
}
@media (width <= 580.98px) {
  .seller__info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.seller__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 24px;
}
.seller__location-link {
  position: relative;
  padding-left: 26px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.33333;
  letter-spacing: -0.04em;
  color: rgba(0, 0, 0, 0.7);
}
.seller__location-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 24px;
  height: 24px;
  background-image: url("/static/img/icons/location.svg");
}

.star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.star-rating__value {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.5);
}

.documents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.documents__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #febece;
  border-radius: 8px;
  padding: 8px;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.documents__link::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f5f5f5;
  background-image: url("/static/img/icons/documents-link.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (any-hover: hover) {
  .documents__link:hover {
    background-color: #febece;
    opacity: 0.7;
  }
}
@media (any-hover: none) {
  .documents__link:active {
    background-color: #febece;
    opacity: 0.7;
  }
}

.parent__inner {
  margin-bottom: 16px;
}
.parent__inner:has(.is-closed) {
  margin-bottom: 0;
}
.parent__slider {
  margin-right: -16px;
  margin-bottom: 24px;
  padding-bottom: 26px;
}
@media (width <= 580.98px) {
  .parent__slider {
    max-width: 311px;
    padding-bottom: 0;
    margin-bottom: 16px;
    margin-right: auto;
  }
}
.parent__slide {
  max-width: 260px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
@media (width <= 580.98px) {
  .parent__slide img {
    width: 311px;
    height: 311px;
  }
}
@media (width <= 580.98px) {
  .parent__slide {
    max-width: 311px;
  }
}
.parent__item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 1000px;
  overflow: hidden;
  opacity: 1;
}
.parent__item.is-closed {
  max-height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.parent__title {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #000;
  margin-bottom: 24px;
}
.parent__btn {
  border-radius: 8px;
  height: 40px;
  background-color: #59adee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.parent__btn span {
  position: relative;
  padding-right: 36px;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #fff;
}
.parent__btn span::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: -4px;
  right: 0;
  background-image: url("/static/img/product/icons/arrow-white.svg");
}
.parent__btn.is-closed span::after {
  rotate: 180deg;
  top: -2px;
}
.parent .swiper-horizontal > .swiper-pagination-progressbar,
.parent .swiper-pagination-progressbar.swiper-pagination-horizontal,
.parent .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.parent .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  bottom: 0;
  top: auto;
  background-color: #f2f2f2;
  border-radius: 40px;
  height: 10px;
  overflow: hidden;
  width: calc(100% - 16px);
}
.parent .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #febece;
  border-radius: 40px;
  height: 10px;
}
.parent .swiper-horizontal > .swiper-pagination-bullets,
.parent .swiper-pagination-bullets.swiper-pagination-horizontal,
.parent .swiper-pagination-custom,
.parent .swiper-pagination-fraction {
  bottom: 20px;
}
@media (width <= 1040.98px) {
  .parent .swiper-horizontal > .swiper-pagination-bullets,
  .parent .swiper-pagination-bullets.swiper-pagination-horizontal,
  .parent .swiper-pagination-custom,
  .parent .swiper-pagination-fraction {
    bottom: 16px;
  }
}
@media (width <= 580.98px) {
  .parent .swiper-horizontal > .swiper-pagination-bullets,
  .parent .swiper-pagination-bullets.swiper-pagination-horizontal,
  .parent .swiper-pagination-custom,
  .parent .swiper-pagination-fraction {
    bottom: 10px;
  }
}
.parent .swiper-pagination-bullet {
  border-radius: 20px;
  width: 9px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.37);
  opacity: 1;
}
.parent .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 20px;
  width: 27px;
  height: 6px;
  background-color: #FFF;
}
.parent .product__list {
  margin-bottom: 24px;
}
.parent .product__info-list {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 24px;
  gap: 0;
}
@media (width <= 770.98px) {
  .parent .product__info-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
.parent .product__info-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 19px 0;
}
@media (width <= 770.98px) {
  .parent .product__info-item {
    border-bottom: none;
    padding: 0;
  }
}