

/* Start:/local/templates/scnew/components/bitrix/catalog.filter/otzyvy/style.css?17709145203411*/
.review-filter{
	display: table;
	width: 100%;
	margin-top: 28px;
}
	.review-filter__left{
		width: 260px;
		display: table-cell;
		padding: 0 10px 10px 0;
		vertical-align: top;
	}
		.review-filter__left .product-reviews__button,
        .review-filter__left .product-reviews__button:hover,
        .review-filter__left .product-reviews__button:active{
			background: #0274bd !important;
            font-family: var(--font-family-4);
            font-weight: 400;
            font-size: 18px;
            line-height: 100%;
            letter-spacing: -0.01em;
            color: #fff;
            text-decoration: none;
            padding: 0 40px;
            height: 60px;
            border-radius: 60px;
            display: block;
            line-height: 60px;
            margin: 0 0 15px 0;
		}
        .review-filter__left .product-reviews__button:hover{
            box-shadow: 0px 3px 10px 0px rgba(255, 80, 0, 0.2), 0px 5px 20px 0px rgba(11, 97, 183, 0.4);
        }

		.review-filter__sort{

		}
			.review-filter__sort-text{
				margin-right: 2px;
				display: inline-block;
			}
			.review-filter__sort a{
				margin-left: 3px;
				display: inline-block;
				width: 26px;
				height: 26px;
				text-align: center;
				line-height: 26px;
				text-decoration: none;
				border: 1px solid #c9c9c9;
				margin-top: 2px;
				position: relative;
				top: 1px;
			}
			.review-filter__sort-link-active{
				cursor: default;
			}
			.review-filter__sort .review-filter__sort-link-active,
			.review-filter__sort a:hover{
				border: 1px solid #0576be;
			}
			.review-filter__sort-link-active{
				background: #0576be;
			}
			.review-filter__sort-link-active path{
				fill: #fff;
			}
				.review-filter__sort a svg{
					position: relative;
					top: 3px;
				}
		.review-filter__sort-right{
			float: right;
			margin: 20px 0;
		}
	.review-filter__right{
		background: #f9f9f9;
		display: table-cell;
		padding: 10px 10px 19px 29px;
		vertical-align: top;
	}
		.review-filter__row{
			display: table;
			margin-top: 9px;
		}
			.review-filter__name{
				display: table-cell;
				width: 77px;
				color: #393e41;
				font-size: 14px;
			}
			.review-filter__inputs{
				display: table-cell;
			}
				.review-filter__input{
					display: inline-block;
					text-decoration: none !important;
					padding: 5px 15px;
					margin-right: 2px;
					border: 1px solid #c9c9c9;
					margin-bottom: 5px;
					color: #393e41;
				}
				.review-filter__input--active,
				.review-filter__input:hover{
					border: 1px solid #0576be;
					color: #393e41;
				}
				.review-filter__input--active{
					background: #0576be;
					color: #fff !important;
					cursor: default;
				}
				.review-filter__show-all{
					margin-left: 2px;
					margin-top: 1px;
					display: inline-block;
				}
@media screen and (min-width:768px) and (max-width: 991px) {
	.review-filter__row{
		display: block;
	}
	.review-filter__name{
		display: block;
		margin-bottom: 5px;
	}
	.review-filter__inputs{
		display: block;
	}
}
@media screen and (max-width:767px) {
	.review-filter__row{
		display: block;
	}
	.review-filter__name{
		display: block;
		margin-bottom: 5px;
	}
	.review-filter__inputs{
		display: block;
	}
	.review-filter{
		display: block;
	}
	.review-filter__left{
		display: block;
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}
	.review-filter__right{
		display: block;
		margin-bottom: 10px;
	}
}
/* End */


/* Start:/local/templates/scnew/components/bitrix/system.pagenavigation/.default/style.css?17303845203949*/
.bx_pagination_bottom *{vertical-align: baseline;}
.bx_pagination_bottom{
	color: #8d8d8d;
	font-size:11px;
	text-align: center;
}

.bx_pagination_bottom .bx_pagination_section_one{ }
.bx_pagination_bottom .bx_pagination_section_two{
	display: inline-block;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/local/templates/scnew/components/bitrix/system.pagenavigation/.default/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}


.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
	font-size: 18px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	margin: 0 4px;
	padding: 0 4px;
	color: #8d8d8d;
	text-align: center;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: block;
	color: #8d8d8d;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	border-bottom: 2px solid;
	color: #0274bd;
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* End */


/* Start:/local/templates/scnew/components/bitrix/news.list/product-reviews-new/style.css?17895512194478*/
.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-4);
	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-5);
	font-weight: 400;
	font-size: 24px;
	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: 16px;
	line-height: 140%;
	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-media{
	margin-top:20px;
}
.product-reviews__item-media{
	display: flex;
	column-gap: 10px;
}
.video-item{
	position: relative;
	width: 85px;
	height: 64px;
	z-index: 20;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 20px;
}
.video-item::after {
	content: '';
	position: absolute;
	left: calc(50% - 3px);
	bottom: calc(50% - 20px);
	border: 15px solid transparent;
	border-top: 24px solid white;
	transform: rotate(-90deg);
}
.product-reviews__item-photos{
	display: flex;
	column-gap: 10px;
	row-gap: 10px;
}

.video-item-popup video{
	max-width: 720px;
	display: block;
	border-radius: 20px;
}
.video-item-popup{
	display:none;
}
.product-reviews__item-media .video-gallery{
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 10px;

}
@media(max-width:576px){
	.product-reviews__item-photos{
		flex-wrap: wrap;
	}
	.product-reviews__item-media .video-gallery{
		flex-wrap: wrap;
	}
}
.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;

}
.open-product-reviews__button{
    width: 240px;
}
@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;
	}
    .open-product-reviews__button{
        width: 100%;
    }
}
.product-reviews__item-user-photo{
	width: 90px;
	height: 90px;
	background: #D4E5F6;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* End */
/* /local/templates/scnew/components/bitrix/catalog.filter/otzyvy/style.css?17709145203411 */
/* /local/templates/scnew/components/bitrix/system.pagenavigation/.default/style.css?17303845203949 */
/* /local/templates/scnew/components/bitrix/news.list/product-reviews-new/style.css?17895512194478 */
