

/* Start:/css/reviews.css?177753365032434*/

/* Отзывы 2025 */



.product__feedback {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #eef1f3;
}

.product__feedback-left {
  flex: none;
}

.product__feedback-right {

  margin-left: 20px;
}

.product__feedback-top {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  font-family: 'Montserrat-SemiBold';
  font-size: 16px;
  line-height: 20px;
}

.product__feedback-rank {
  padding-left: 25px;
  flex: none;
  background: url(/images/rank-icon.svg) 0 0 no-repeat;
  color: #a5acb2;
}

.product__feedback-count {
  flex: none;
  margin-left: 5px;
  color: #2680eb;
  background: url(/images/dot-icon.svg) 0 50% no-repeat;
  padding-left: 10px;
}

.product__feedback-count a{
	color:#2680eb;
	text-decoration:none;
}

.product__feedback-article {
  margin-top: 10px;
  color: #a5acb2;
  font-size: 12px;
  line-height: 15px;
  font-family: 'Montserrat-Medium';
}

.product__feedback-items {
  display: flex;
  flex-wrap: nowrap;
}

.product__feedback-item {
  border: 2px solid #fff;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  flex: none;
  position: relative;
  transition: 0.2s all ease;
  box-sizing: border-box;
}

.product__feedback-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.product__feedback-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 8px;
}

.product__feedback-item:nth-child(1) {
  z-index: 1;
}

.product__feedback-item:nth-child(2) {
  z-index: 2;
  margin-left: -10px;
}

.product__feedback-item:nth-child(3) {
  z-index: 3;
  margin-left: -10px;
}

.product__feedback-item:nth-child(4) {
  z-index: 4;
  margin-left: -10px;
}

.product__feedback-item:hover {
  z-index: 5;
  border: 2px solid #0B60C4;
}

.product__feedback-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  background: url(/images/play-icon-feedback.svg) 0 0 no-repeat;
}

.product__feedback-overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgba(5, 5, 5, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
}

.product__feedback-link {
  position: absolute;
  z-index: 3;
  inset: 0;
}

.product__feedback-link--desktop {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.product__feedback-link--mobile {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.product__rank {
  margin-top: 40px;
}

.product__rank-title {
  font-family: 'Montserrat-SemiBold';
  font-size: 28px;
  line-height: 34px;
  color: #000;
}

.product__rank-text {
  margin-top: 30px;
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  line-height: 22px;
  color: #000;
  padding-left: 65px;
  background: url(/images/rank-info-icon.svg) 0 0 no-repeat;
}

.product__rank-media {
  margin-top: 40px;
}

.product__rank-subtitle {
  font-family: 'Montserrat-Medium';
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-bottom: 20px;
}

.product__rank-block {
  position: relative;
  padding: 0 40px;
}

.product__rank-inner {
  display: flex;
  flex-wrap: nowrap;
}

.product__rank-add {
  width: 100px;
  height: 100px;
  flex: none;
  margin-right: 16px;
  background: #f6f7f8;
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.rank__add-inner {
  width: 100%;
}

.rank__add-icon {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  background: url(/images/rank-add-icon.svg) 0 0 no-repeat;
}

.rank__add-text {
  margin-top: 10px;
  font-family: 'Montserrat-SemiBold';
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #2680eb;
}

.product__rank-prev {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 2;
  top: 50%;
  left: 0;
  margin-top: -15px;
  background: url(/images/rank-arrow-prev.svg) 0 0 no-repeat;
  cursor: pointer;
}

.product__rank-next {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 2;
  top: 50%;
  right: 0;
  margin-top: -15px;
  background: url(/images/rank-arrow-next.svg) 0 0 no-repeat;
  cursor: pointer;
}

.product__rank-addition {
  margin-top: 40px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 65px;
}

.rank-addition__text {
  font-family: 'Montserrat-Medium';
  font-size: 20px;
  line-height: 24px;
  color: #000;
}

.rank-addition__link {
  width: 218px;
  height: 62px;
  flex: none;
  margin-right: 30px;
}

.rank-addition__link a {
  display: block;
  width: 100%;
  height: 100%;
  background: #2680EB;
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat-SemiBold';
  font-size: 18px;
  text-align: center;
  line-height: 62px;
  transition: 0.2s all ease;
}

.rank-addition__link a:hover {
  background: #1060C4;
  color: #fff;
}



.product__rank-slider {
  min-width: 0;
  width: 100%;
  overflow: hidden;
}

.rank-slider {
  overflow: hidden;
}

.rank-slider .swiper-slide {
  width: 100px;
  height: 100px;

  position: relative;
}

.product__rank-block .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.rank__slider-item {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 2px solid #fff;
  transition: 0.2s all ease;
  box-sizing: border-box;
}

.rank__slider-item:hover {
  border: 2px solid #0B60C4;
}

.rank__slider-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.rank__slider-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 10px;
  will-change: transform;
}

.rank__slider-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  background: url(/images/play-icon-feedback.svg) 0 0 no-repeat;
  background-size: 40px;
  will-change: transform;
}

.rank__slider-link {
  position: absolute;
  z-index: 3;
  inset: 0;
}

.rank__slider-link--desktop {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.rank__slider-link--mobile {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.product__reviews {
  margin-top: 60px;
}

.product__reviews-cols {
  display: flex;
  flex-wrap: nowrap;
}

.product__reviews-col--content {
  min-width: 0;
  width: calc(100% - 260px);
  position: relative;
  padding: 0 40px;
  box-sizing: border-box;
  height: 100%;
}

.product__reviews-col--sidebar {
  width: 220px;
  margin-left: 40px;
  flex: none;
}

.product__reviews-prev {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 2;
  top: 50%;
  left: 0;
  margin-top: -15px;
  background: url(/images/rank-arrow-prev.svg) 0 0 no-repeat;
  cursor: pointer;
}

.product__reviews-next {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 2;
  top: 50%;
  right: 0;
  margin-top: -15px;
  background: url(/images/rank-arrow-next.svg) 0 0 no-repeat;
  cursor: pointer;
}

.product__reviews-slider {
  overflow: hidden;

}

.reviews__col-slider {
  overflow: hidden;
}

.product__reviews-slider .swiper-slide {
  background: #f6f7f8;
  height: auto;
}

.product__reviews-item {
  padding: 20px;
}

.product__reviews-col--content .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.product__reviews-top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.product__reviews-info {
  position: relative;
}

.product__reviews-name {
  font-family: 'Montserrat-SemiBold';
  font-size: 14px;
  line-height: 17px;
  color: #000;
}

.product__reviews-rank {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 5px;
}

.rank-item {
  width: 20px;
  height: 20px;
  flex: none;
  margin-right: 6px;
  background: url(/images/rank-sprite.svg) 0 -20px no-repeat;
}

.rank-item--active {
  background-position: 0px 0px;
}

.product__reviews-date {
  flex: none;
  font-family: 'Montserrat-Regular';
  font-size: 12px;
  line-height: 15px;
  color: #a5acb2;
}

.product__reviews-text {
  margin-top: 20px;
  font-family: 'Montserrat-Regular';
  font-size: 12px;
  line-height: 15px;
  color: #000;
}

.product__reviews-media {
  margin-top: 20px;
}

.product__reviews-media .product__feedback-item {
  z-index: 1;
  margin-left: 10px;
  border: 2px solid #f6f7f8;
}

.product__reviews-media .product__feedback-item:hover {
  border: 2px solid #0B60C4;
}

.sidebar__top {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.sidebar__top-rank {
  flex: none;
  background: url(/images/rank-icon.svg) 0 50% no-repeat;
  padding-left: 30px;
  font-family: 'Montserrat-SemiBold';
  font-size: 36px;
  line-height: 44px;
  color: #000;
}

.sidebar__top-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #a5acb2;
}

.sidebar__rank-items {
  margin-top: 5px;
}

.sidebar__rank-item {
  margin-top: 5px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 20px;
}

.sidebar__rank-item:first-child {
  margin-top: 0;
}

.sidebar__rank-value {
  width: 20px;
  flex: none;
  font-family: 'Montserrat-SemiBold';
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #2680eb;
}



.sidebar__rank-bar {
  position: relative;
  margin: 0 15px;
  background: #eef1f3;
  border-radius: 30px;
  height: 3px;
  width: 100%;
}

.sidebar__rank-progress {
  background: #2680eb;
  height: 3px;
  border-radius: 30px;
}

.sidebar__rank-count {
  width: 48px;
  flex: none;
  font-family: 'Montserrat-SemiBold';
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #000;
}

.sidebar__rank-link {
  width: 100%;
  height: 40px;
  flex: none;
  margin-top: 12px;
}

.sidebar__rank-link a {
  display: block;
  width: 100%;
  height: 100%;
  background: #2680EB;
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat-SemiBold';
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  transition: 0.2s all ease;
}

.sidebar__rank-link a:hover {
  background: #1060C4;
  color: #fff;
}

.review-window {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: url(/images/menu-bg.png) 0px 0px repeat;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
  display: none;
}

.show-window .review-window {
  display: flex;
}

.review-window__content {
  width: 100%;
  max-width: 1165px;
  background: #fff;
  height: 648px;
  position: relative;
}

.review-window__slider {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.review-slider {
  height: 100%;
}

.review-slider .swiper-slide {
  height: 100%;
}

.review-window__prev {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 4;
  top: 50%;
  left: 20px;
  margin-top: -15px;
  background: url(/images/rank-arrow-prev.svg) 0 0 no-repeat;
  cursor: pointer;
  transition: 0.2s opacity ease;
}

.review-window__next {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 4;
  top: 50%;
  right: 420px;
  margin-top: -15px;
  background: url(/images/rank-arrow-next.svg) 0 0 no-repeat;
  cursor: pointer;
  transition: 0.2s opacity ease;
}

.review-window__content .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.review-window__cols {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
}

.review-window__col--media {
  width: 100%;
  max-width: 765px;
  background: #eef1f3;
}

.review-window__col--sidebar {
  flex: none;
  width: 400px;
  position: relative;
}

.review-window__close {
  width: 25px;
  height: 25px;
  background: url(/images/window-close.svg) 0 0 no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 33px;
  right: 33px;
}

.review-window__inner {
  display: flex;
  flex-wrap: wrap;
  padding: 35px;
  height: 100%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
}

.review-window__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.review-window__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.review-window__video {
  width: 100%;
  height: 100%;
  position: relative;
}

.review-window__video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.video-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0;
  bottom: 0;
  background: url(/images/play-icon-feedback.svg) 50% 50% no-repeat;
  background-size: 70px;
  z-index: 3;
  border: none;
  outline: none;
  cursor: pointer;
}

.video-progress {
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  cursor: pointer;
}

.video-progress-bar {
  width: 0;
  height: 100%;
  background: #2680eb;
}

.review-window__top {
  margin-top: 20px;
}

.review-window__top .product__reviews-name {
  font-size: 18px;
  line-height: 22px;
}

.review-window__top .product__reviews-top {
  align-items: flex-end;
}

.review-window__top .product__reviews-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
  max-height: 108px;
  overflow: hidden;
}

.review-window__top .product__feedback-items {
  margin: 15px 0 0 -4px;
  display: flex;
  flex-wrap: wrap;
}

.review-window__top .product__feedback-item {
  width: calc(25% - 4px);
  margin: 5px 0 0 4px;
  height: auto;
  cursor: pointer;
  border-radius: 12px;
}

.review-window__top .product__feedback-item.active {
  border: 2px solid #0B60C4;
}

.review-window__top .product__feedback-img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
}

.review-window__top .product__feedback-img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
}

.review-window__bottom {
  width: 100%;
}

.product__reviews-like {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.reviews-like__heading {
  font-family: 'Montserrat-Medium';
  font-size: 12px;
  line-height: 15px;
  color: #a5acb2;
}

.reviews-like__actions {
  display: flex;
  flex-wrap: nowrap;
}

.review-like__yes {
  flex: none;
  cursor: pointer;
  background: url(/images/review-like.svg) 0 0 no-repeat;
  line-height: 25px;
  padding-left: 30px;
  font-size: 14px;
  color: #000;
  font-family: 'Montserrat-Medium';
}

.review-like__no {
  flex: none;
  cursor: pointer;
  background: url(/images/review-dislike.svg) 0 0 no-repeat;
  line-height: 25px;
  padding-left: 30px;
  font-size: 14px;
  color: #000;
  font-family: 'Montserrat-Medium';
  margin-left: 15px;
}

.review-window__name {
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  line-height: 17px;
  color: #000;
}

.review-window__bottom .product-price__block {
  margin-top: 10px;
}

.review-window__bottom .product-price__current {
  font-family: 'Montserrat-SemiBold';
  font-size: 18px;
  line-height: 22px;
}

.review-window__bottom .product-price__old {
  font-family: 'Montserrat-SemiBold';
  font-size: 18px;
  line-height: 22px;
  color: #a5acb2;
  margin-right: 10px;
}

.review-window__bottom .product-price__discount {
  background: #1060c4;
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  color: #fff;
  font-family: 'Montserrat-SemiBold';
  font-size: 12px;
  text-transform: uppercase;
}

.review__bottom-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.review__bottom-link {
  width: 150px;
  height: 40px;
  flex: none;
}

.review__bottom-link a {
  display: block;
  width: 100%;
  height: 100%;
  background: #2680EB;
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat-SemiBold';
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  transition: 0.2s all ease;
}

.review__bottom-link a:hover {
  background: #1060C4;
  color: #fff;
}

.review__bottom-fav {
  width: 24px;
  height: 24px;
  will-change: transform;
  background: url(/images/catalog-fav22.svg) 0px 0px no-repeat;
  cursor: pointer;
  flex: none;
}

.review__bottom-fav:hover {
  background-position: 0 -24px;
}

.review__bottom-fav.active {
  background-position: 0 -48px;
}



.popup-link {
  margin-top: 20px;
  width: 100%;
  height: 60px;
  flex: none;
}

.popup-link a {
  display: block;
  width: 100%;
  height: 100%;
  background: #2680EB;
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat-SemiBold';
  font-size: 14px;
  text-align: center;
  line-height: 60px;
  transition: 0.2s all ease;
}

.popup-link a:hover {
  background: #1060C4;
  color: #fff;
}

.review-window-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background: #030303;
  display: none;
}

.review-window__slider {
  width: 100%;
  height: 100%;
}

.review-window-mobile__slider {
  width: 100%;
  height: 100%;
}

.review-slider-mob {
  height: 100%;
  position: relative;
}

.review-window-close {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url(/images/window-close-mob.svg) 50% 50% no-repeat;
}

.review-window-mobile__content {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 15px 15px 15px;
}



.review-window-mobile__rank {
  font-family: 'Montserrat-SemiBold';
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  background: url(/images/rank-icon.svg) 0 0 no-repeat;
  padding-left: 25px;
}

.review-window-mobile__text {
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background: url(/images/flag-right.svg) 100% 50% no-repeat;
  min-height: 25px;
  padding-right: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;

}

.review-window-mobile__info {
  position: relative;
  padding: 5px 10px;
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.mobile__info-left {
  display: flex;
  flex-wrap: nowrap;
}

.mobile__info-name {
  font-family: 'Montserrat-Medium';
  font-size: 10px;
  line-height: 12px;
  color: #000;
}

.mobile__info-price {
  margin-top: 4px;
  font-family: 'Montserrat-SemiBold';
  font-size: 14px;
  line-height: 17px;
  color: #000;
}

.mobile__info-img {
  width: 30px;
  flex: none;
  margin-right: 5px;
}

.mobile__info-img img {
  display: block;
  width: 100%;
}

.mobile__info-right {
  flex: none;
  width: 25px;
  height: 25px;
  background: url(/images/window-cart-icon.svg) 0 0 no-repeat;
  margin-left: 15px;
}

.mobile__info-link {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.mobile__info-link a {
  display: block;
  width: 100%;
  height: 100%;
}

.review-window-mobile__actions {
  position: absolute;
  z-index: 4;
  width: 25px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  right: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.mobile__actions-top {
  width: 100%;
  background: url(/images/like-mob-icon.svg) 0 0 no-repeat;
  padding-top: 25px;
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.mobile__actions-bottom {
  width: 100%;
  background: url(/images/dislike-mob-icon.svg) 0 0 no-repeat;
  padding-top: 25px;
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.review-window-mobile__slide {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #fff;
  display: none;
}

.review-window-mobile__slide.active {
  display: block;
}

.review-window-mobile__slide .review-window__inner {
  padding: 0;
  height: auto;
}

.review-window-mobile__slide .review-window__bottom {
  margin-top: 50px;
}

.review-window-mobile__slide.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.review-window-mobile__close {
  width: 100%;
  height: 25px;
  background: url(/images/window-close.svg) 100% 0 no-repeat;
  cursor: pointer;
}


.fancybox-container {
	z-index: 3900000000!important;
}

.review-window-mobile {
	z-index: 2900000000;
}




@media screen and (max-width: 1239px) {
  .product__reviews-media .product__feedback-item:nth-child(5) {
    display: none;
  }

  .product__reviews-media .product__feedback-item {
    z-index: 1;
    margin-left: 2px;
  }


}

@media screen and (max-width: 1023px) {
  .review-window {
    display: none;
  }

  .product__feedback-top {
    font-size: 14px;
    line-height: 20px;
  }

  .product__rank {
    margin-top: 30px;
  }

  .product__rank-title {
    font-size: 20px;
    line-height: 24px;
  }

  .product__feedback-link--desktop {
    display: none;
  }

  .product__feedback-link--mobile {
    display: block;
  }

  .product__rank-text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 17px;
    padding-left: 55px;
  }

  .product__rank-addition {
    margin-top: 30px;
    padding-left: 55px;
  }

  .rank-addition__text {
    font-size: 16px;
    line-height: 20px;
  }

  .product__rank-media {
    margin-top: 20px;
  }

  .product__rank-subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .product__rank-block {
    padding: 0;
    margin: 0 -20px;
    padding: 0 0px 0 20px;
  }

  .product__rank-prev {
    display: none;
  }

  .product__rank-next {
    display: none;
  }

  .product__rank-add {
    width: 80px;
    height: 80px;
    margin-right: 5px;
  }


  .rank__add-icon {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }

  .rank-slider .swiper-slide {
    width: 80px;
    height: 80px;
  }

  .rank-slider .swiper-slide:last-child {
    margin-right: 20px !important;
  }

  .rank__slider-icon {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-size: 32px;
  }

  .rank__slider-link--desktop {
    display: none;

  }

  .rank__slider-link--mobile {
    display: block;
  }

  .product__reviews {
    margin-top: 20px;
  }

  .rank__slider-item:hover {
    border: 2px solid #fff;
  }

  .product__feedback-item:hover {
    border: 2px solid #fff;
  }

  .product__reviews-col--content {
    padding: 0;
    width: calc(100% - 240px);
  }

  .product__reviews-col--sidebar {
    margin-left: 20px;
  }

  .product__reviews-next {
    display: none;
  }

  .product__reviews-prev {
    display: none;
  }

  .product__reviews-slider .swiper-slide {
    width: 290px;
  }

  .product__reviews-item {
    padding: 15px;
  }

  .product__reviews-media .product__feedback-item {
    border: none;
  }

  .product__reviews-media .product__feedback-item:hover {
    border: none;
  }

  .show-window-mob .review-window-mobile {
    display: block;
  }


}

@media screen and (max-width: 767px) {
  .product__rank-addition {
    margin-top: 30px;
    padding-left: 0px;
    flex-wrap: wrap;
  }

  .rank-addition__text {
    order: 1;
    width: 100%;
  }

  .rank-addition__link {
    width: 100%;
    margin: 20px auto 0 auto;
    order: 2;
    height: 40px;
  }

  .rank-addition__link a {
    line-height: 40px;
  }

  .product__reviews-cols {
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 0 0px 0 20px;
  }

  .product__reviews-col--content {
    width: 100%;
  }

  .product__reviews-col--sidebar {
    margin-left: 0px;

    margin-top: 20px;
    width: calc(100% - 20px);

  }

  .reviews__col-slider {
    overflow: visible;
  }

  .product__reviews-media .product__feedback-item {
    border: none;
  }

  .reviews__col-slider .swiper-slide:last-child {
    margin-right: 20px !important;
  }

  .sidebar__top {
    justify-content: flex-start;
  }

  .sidebar__top-text {
    margin-left: 20px;
  }
}

@media screen and (max-width: 399px) {
  .product__feedback-item {
    width: 40px;
    height: 40px;
  }
}

/* Отзывы 2025 */



/* Панель отзывов */
.feed-form-innerr {
  max-width: 460px!important;
  width: 100%!important;
}

.feed-form-wrap-inner {
  padding: 40px!important;
}

.feed-form-close {
  top: 40px!important;
  right: 40px!important;
  left: auto!important;
  font-size: 14px!important;
  font-family: 'Montserrat-Medium'!important;
  color: #a5acb2!important;
  text-transform: none!important;
  letter-spacing: normal!important;
}

.feed-form-close a {
  color: #a5acb2!important;
  transition: 0.2s color ease;
}

.feed-form-close a:hover {
  color: #0B60C4!important;
}

.feed-form-close a span {
  background: url(/images/gray-arrow.svg) 100% 50% no-repeat!important;
  padding-right: 35px!important;
}

.feed-form-title__review {
  font-family: 'Montserrat-SemiBold';
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

.feed-form-blockr .feed-form-items-block {
  margin-top: 20px;
}

.feed-form-blockr .feed-form-item {
  margin-top: 30px;
}

.feed-form-blockr .feed-form-item:first-child {
  margin-top: 0px;
}

.feed-form-blockr .feed-form-field input {
  height: 50px;
  line-height: 50px;
  border: 1px solid #eef1f3;
  transition: 0.2s all ease;
}

.feed-form-blockr .feed-form-field input:hover {
  border: 1px solid #2680EB;
}

.feed-form-blockr .feed-form-field input:focus {
  border: 1px solid #2680EB;
}

.feed-form-blockr .feed-form-field textarea {
  height: 115px;
  border: 1px solid #eef1f3;
  transition: 0.2s all ease;
  border-radius: 0;
}

.feed-form-blockr .feed-form-field textarea:hover {
  border: 1px solid #2680EB;
}

.feed-form-blockr .feed-form-field textarea:focus {
  border: 1px solid #2680EB;
}

.feed-form-item__flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.feed-form-item__flex .feed-form-heading {
  flex: none;
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  line-height: 17px;
  color: #000;
}

.feed-form-item__flex .rating-area {
  flex: none;
  font-family: 'Montserrat-Medium';
  margin-top: 0px;
  margin-left: 0px;
}

.feed-form-info {
  margin-top: 5px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.feed-form-info span {
  font-family: 'Montserrat-Regular';
  font-size: 10px;
  line-height: 12px;
  color: #a5acb2;
}

.feed-form-info ins {
  flex: none;
  font-family: 'Montserrat-Regular';
  font-size: 10px;
  line-height: 12px;
  color: #a5acb2;
  text-decoration: none;
}

.feed-form-info ins b {
  color: #000;
  font-weight: normal;
}

.file__block {
  padding: 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border: 1px solid #eef1f3;
  cursor: pointer;
  transition: 0.2s all ease;
}

.file__block:hover {
  border: 1px solid #2680EB;
}

.file__block-icon {
  width: 25px;
  height: 25px;
  flex: none;
  background: url(/images/attached-icon.svg) 0 0 no-repeat;
  margin-left: 20px;
}

.file__block-title {
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  line-height: 17px;
  color: #000;
}

.file__block-text {
  font-family: 'Montserrat-Regular';
  font-size: 10px;
  line-height: 12px;
  color: #a5acb2;
  margin-top: 5px;
}



.file__items {
  --elements: 2;
  --cgap: 30px;
  --rgap: 10px;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--cgap);
  row-gap: var(--rgap);
  margin-top: 10px;
}

.file__item {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.file__item-name {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Montserrat-Regular';
  font-size: 12px;
  line-height: 25px;
  color: #a5acb2;
}

.file__item-del {
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url(/images/attached-del.svg) 0 0 no-repeat;
  cursor: pointer;
  flex: none;
}

.rating-area {
  overflow: hidden;
  margin-top: 0px;
  margin-left: 0px;
  width: 125px;
}

.feed-form-blockr .feed-form-bottom-block {
  margin-top: 60px;
}

.popup__consent {
  position: relative;
}

.popup__consent input[type=checkbox] {
  display: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup__consent input[type=checkbox]+label {
  display: block;
  position: relative;
  margin: 0px 0 0px 30px;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  color: #a5acb2;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Montserrat-Medium'!important;
  font-weight:normal!important;
}

.popup__consent a {
  color: #a5acb2;
  text-decoration: underline;
}

.popup__consent a:hover {
  color: #0B60C4;
  text-decoration: none;
}

.popup__consent input[type=checkbox]+label:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  border-radius: 4px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: -30px;
  border: none;
  background: rgba(216, 220, 225, 0.5);
}

.popup__consent input[type=checkbox]:checked+label:before {
  background: #D8DCE1 url(/images/black-flag.svg) 50% 50% no-repeat;
}

.popup__consent input[type=submit] {
  display: block;
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
  font-family: 'Montserrat-Bold';
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  border: none;
  border: none;
  height: 60px;
  background: #2680eb;
  text-align: center;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
  border-radius: 0px;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.popup__consent input[type=submit].load {
  pointer-events: none;
  background: #2680eb;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #1060C4 5px, #1060C4 10px);
  background-size: 200% 200%;
  -webkit-animation: gradient 5s linear infinite;
  animation: gradient 5s linear infinite;
}

@-webkit-keyframes gradient {
  100% {
    background-position: 100% 100%;
  }
}

@keyframes gradient {
  100% {
    background-position: 100% 100%;
  }
}

.popup__consent input[type=submit]:hover {
  background: #1060C4;
}

.popup__consent input[disabled] {
  background: rgba(38, 128, 235, 0.6);
  color: #fff;
  cursor: not-allowed;
  pointer-events: none;
}

.rating-area:not(:checked)>input {
  display: none;
}

.rating-area:not(:checked)>label {
  float: right;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url('/images/rank-sprite.svg') 0 -20px no-repeat;
  margin-left: 5px;
  /* неактивная звезда */
}

/* активные звезды */
.rating-area>input:checked~label {
  background-position: 0 0;
  /* активная */
}

/* при наведении — подсветка */
.rating-area:not(:checked)>label:hover,
.rating-area:not(:checked)>label:hover~label {
  background-position: 0 0;
}

.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label {
  background-position: 0 0;
}




@media screen and (max-width:1023px) {
  .feed-form-wrap-inner {
    padding: 15px;
    margin-top: 15px;
  }

  .feed-form-close {
    top: 15px;
    right: 15px;
    font-size: 14px;
    font-family: 'Montserrat-Medium';
    color: #a5acb2;
    text-transform: none;
    letter-spacing: normal;
  }

  .feed-form-close a span {
    background: url(/images/window-close-mob.svg) 0% 0% no-repeat!important;
    padding-right: 0px!important;
    display: block!important;
    width: 25px!important;
    height: 25px!important;
    text-indent: -9999px!important;
  }
}

/* Панель отзывов */

[data-tippy-root] {z-index: 3900000001!important;}
/* End */


/* Start:/bitrix/components/bitrix/player/templates/.default/style.min.css?1578677085122*/
td.popupmenu div.popupitem .playlist-edit{background-image:url(/bitrix/components/bitrix/player/images/playlist_edit.gif)}
/* End */
/* /css/reviews.css?177753365032434 */
/* /bitrix/components/bitrix/player/templates/.default/style.min.css?1578677085122 */
