

/* Start:/local/templates/zavidovo_new/components/bitrix/news.list/video-reviews-new/style.css?17863545377015*/
.product-reviews__item {
	display:flex;
	flew-wrap:nowrap;
	flex-direction:row;
	padding:30px 40px;
	border: 1px solid #eaf4fe;
	border-radius: 25px;
	margin-bottom: 20px;
	position: relative;
}
.product-reviews__item:nth-child(odd){
	border: 1px solid #eaf4fe;
	border-radius: 25px;
	background-color: #ffffff;
}
.product-reviews__item:nth-child(even){
	background-color: #eaf4fe;
}
.product-reviews__item-left-col {
	width:90px;
	margin-right:30px;
}
.product-reviews__item-user-name {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 22px;
	line-height: 160%;
	letter-spacing: -0.01em;
	color: var(--dark-blue);
}
.product-reviews__item-date {
	font-family: var(--font-family-4);
	font-size: 16px;
	color: var(--black);
}
.product-reviews__item-name {
	font-family: var(--font-family-4);
	font-weight: 400;
	font-size: 26px;
	line-height: 120%;
	color: var(--black);
	margin-top: 25px;
	margin-bottom: 10px;
}
.product-reviews__item-text {
	font-family: var(--font-family-5);
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: -0.01em;
	color: var(--black);
}
.product-reviews__item-rating {
	position:absolute;
	top:40px;
	right:40px;
}
.product-reviews__item-rating{
	margin-top: 8px;
	float: left;
}
.product-reviews__item-rating-name{
	display: inline-block;
	vertical-align: top;
}
.product-reviews__item-rating-value{
	display: inline-block;
	margin: 2px 0 0 3px;
	vertical-align: top;
}
.product-reviews__item-photos {
	margin-top:20px;
}
.product-reviews__item-photos img {
	border-radius:10px;
}
.product-reviews__item-rating--1 svg path{fill: #ffcc00;}
.product-reviews__item-rating--1 svg + svg path{fill: #e6e6e6;}
.product-reviews__item-rating--2 svg path,
.product-reviews__item-rating--2 svg + svg path{fill: #ffcc00;}
.product-reviews__item-rating--2 svg + svg + svg path{fill: #e6e6e6;}
.product-reviews__item-rating--3 svg path,
.product-reviews__item-rating--3 svg + svg path{fill: #ffcc00;}
.product-reviews__item-rating--3 svg + svg + svg + svg path{fill: #e6e6e6;}
.product-reviews__item-rating--4 svg path,
.product-reviews__item-rating--4 svg + svg path{fill: #ffcc00;}
.product-reviews__item-rating--4 svg + svg + svg + svg + svg path{fill: #e6e6e6;}
.product-reviews__item-rating--5 svg path{fill: #ffcc00;}

.product-reviews__list-total {
	display:flex;
	height:auto;
	justify-content:start;
	align-items:center;
	padding-top:15px;
}
.product-reviews__list-total .request__btn {
	margin-right:30px;
}
.product-reviews__list-total .link__all a{
	font-family: var(--font-family-4);
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: -0.01em;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: var(--middle-blue) !important;
	position:relative;
	max-width:140px;
}
.product-reviews__list-total .link__all span{
	display: block;
	position: absolute;
	top: -7px;
	right: -22px;
	font-family: var(--font-family-4);
	font-weight: 400;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
	color: #fff;
	background: var(--orange);
	border-radius: 100%;
	padding: 4px;

}
@media(max-width:576px){
	.product-reviews__item {
		flex-direction:column;
		padding:15px 20px;
	}
	.product-reviews__item-text {
		font-size:16px;
		line-height:120%
	}
	.product-reviews__item-rating {
		right:12px;
	}
}

/**
блок с видое отзывами
 */
.review {
	position: relative;
}
.reviews-videos-wrapper {
	padding-bottom: 2.5rem;
}
.reviews-videos-wrapper .bx-wrapper .bx-viewport{
	overflow: visible !important;

	border: none;
	box-shadow: none;
	left: 0;
	background: none;

	z-index: 10;
}

.reviews-videos-element{
    max-width: 540px;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    width: 100%;
    margin-right: 16px;
}

.reviews-videos-element-wrapper {
	display: block;
	height: 360px;
	position: relative;
	overflow: hidden;
	border-radius: 25px;
	width: auto;
}

.reviews-videos-element-video-play {
	position: absolute;
	width: 80px;
	height: 80px;
	/* background: url(/local/templates/supclub/components/bitrix/news.list/video-reviews-new/images/youtube.svg) no-repeat center / contain; */
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
	cursor: pointer;
	background: rgba(0,0,0,0.3);
	border-radius: 80px;
}
.reviews-videos-element-video-play::after {
	content: '';
	position: absolute;
	left: calc(50% - 3px);
	bottom: calc(50% - 20px);
	border: 15px solid transparent;
	border-top: 24px solid white;
	transform: rotate(-90deg);
}

.reviews-videos-element-wrapper.open-video .reviews-videos-element-poster{
	display: none;
}

.reviews-videos-element-wrapper.open-video .reviews-videos-element-video-play {
	display: none;
}

.reviews-videos-element-poster {
	display: block;
	width: 100%;
	height: 100%;
}

.reviews-videos-element-poster img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.js-reviews-videos-element-video-youtube {
	width: 100%;
	height: 100%;
}

.reviews-videos-element:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
}

.reviews-videos-element.active-slide:before,
.reviews-videos-element.swiper-slide-active:before,
.reviews-videos-element:hover::before
{
	content: "";
	display: none;
}
.review-video__file{
	display: flex;
	align-content: center;
	justify-content: center;
}
.review-video__file video {
	max-height:75vh;
	margin: 0 auto;
	width: auto;
    border-radius: 25px;
}
.fancybox-skin:has(div.review-video__file) {
	background: transparent;
	box-shadow: none;
}
body {
	overflow-x: hidden;
}
.reviews-videos-block {
	margin-left: calc((100vw - var(--container-width))/-2);
	margin-right: calc((100vw - var(--container-width))/-2);
	margin-bottom: 50px;
}
.reviews-videos-block .bx-wrapper .bx-prev {
	background: url(/local/templates/zavidovo_new/components/bitrix/news.list/video-reviews-new/images/arrow_left.png) no-repeat 0;
}

.reviews-videos-block .bx-wrapper .bx-next {
	background: url(/local/templates/zavidovo_new/components/bitrix/news.list/video-reviews-new/images/arrow_right.png) no-repeat 0;
}

.reviews-videos-block .bx-wrapper .bx-next:hover {
	background-position:  0;
}

.reviews-videos-block .bx-wrapper .bx-prev:hover {
	background-position:  0;
}

.reviews-videos-wrapper .bx-pager {
	display: none;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0;
	left: 0;
	width: 100%;
}
.reviews-video__name {
	position: absolute;
	width: calc(100% - 3rem);
	bottom: 1rem;
	left: 2rem;
	color: #ffff;
	padding: 0.5rem 0.75rem;
	background-color: #0b61b7;
	border-radius: 1rem;
}
.reviews-videos-wrapper {
    padding-bottom: 2.5rem !important;
}

@media (max-width: 990px) {
	.reviews-videos-element:before {
		content: "";
		display: none;
	}

	.reviews-videos-wrapper .bx-pager {
		display: block;
	}

	.reviews-videos-wrapper .bx-wrapper .bx-viewport {
		overflow: hidden !important;
	}
}
#catalog-page .reviews-videos-wrapper .swiper-slide-duplicate{
    display: none;
}
/* End */


/* Start:/local/templates/zavidovo_new/components/bitrix/catalog.section.list/zavidovo/style.min.css?173347812071*/
@media (min-width:768px){.swiper-story .swiper-wrapper{flex-wrap:wrap}}
/* End */


/* Start:/local/templates/zavidovo_new/components/bitrix/news.list/story_photo/style.min.css?1733478120304*/
@media (min-width:768px){.story__block__list .swiper-wrapper{display:block}}@media (max-width:767.86px){.event-detail-photo-item a{height:auto!important;box-shadow:none!important;border-radius:7px!important}.event-detail-photo-item a>img{box-shadow:.407px .914px 2px 0 rgba(0,0,0,.15);border-radius:7px}}
/* End */
/* /local/templates/zavidovo_new/components/bitrix/news.list/video-reviews-new/style.css?17863545377015 */
/* /local/templates/zavidovo_new/components/bitrix/catalog.section.list/zavidovo/style.min.css?173347812071 */
/* /local/templates/zavidovo_new/components/bitrix/news.list/story_photo/style.min.css?1733478120304 */
