

/* 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 */


/* Start:/local/components/internetclient/review.any.site/templates/.default/style.css?178428874210886*/
.bSROCO{width:50px;height:50px;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;animation:spin 1s ease-in-out infinite;}
@keyframes spin{to{transform:rotate(360deg);}}
.cEJQoT{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:1000;}
.fARfMq{display:flex;align-items:center;gap:4px;}
@container review-lab (max-width: 320px){
        .fARfMq svg{width:20px;height:20px;}
}
.hiFkPh{width:48px;height:48px;min-width:48px;max-width:48px;border-radius:50%;font-size:18px;background-color:#6CA632;color:#ffffff;display:flex;justify-content:center;align-items:center;}
.hiFkPh img{background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%;border-radius:50%;}
.emfkuX{width:48px;height:48px;min-width:48px;max-width:48px;border-radius:50%;font-size:18px;background-color:#F285AA;color:#ffffff;display:flex;justify-content:center;align-items:center;}
.emfkuX img{background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%;border-radius:50%;}
.izbQHx{width:48px;height:48px;min-width:48px;max-width:48px;border-radius:50%;font-size:18px;background-color:#B37DB3;color:#ffffff;display:flex;justify-content:center;align-items:center;}
.izbQHx img{background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%;border-radius:50%;}
.kJgwkE{width:48px;height:48px;min-width:48px;max-width:48px;border-radius:50%;font-size:18px;background-color:#5798D9;color:#ffffff;display:flex;justify-content:center;align-items:center;}
.kJgwkE img{background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%;border-radius:50%;}
.iJjiVk{width:48px;height:48px;min-width:48px;max-width:48px;border-radius:50%;font-size:18px;background-color:#F29D61;color:#ffffff;display:flex;justify-content:center;align-items:center;}
.iJjiVk img{background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%;border-radius:50%;}
.iymicW{width:48px;height:48px;min-width:48px;max-width:48px;border-radius:50%;font-size:18px;background-color:#8585CC;color:#ffffff;display:flex;justify-content:center;align-items:center;}
.iymicW img{background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%;border-radius:50%;}
.fxcCST{width:48px;height:48px;min-width:48px;max-width:48px;border-radius:50%;font-size:18px;background-color:#50C0E6;color:#ffffff;display:flex;justify-content:center;align-items:center;}
.fxcCST img{background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%;border-radius:50%;}
.gfjjie{width:100%;height:100%;border-radius:50%;cursor:progress;background:linear-gradient(90deg, #ddda 40%, #efefefaa, #ddda 60%) right/300% 100%;animation:skeleton-loading 1.5s linear infinite;}
@keyframes skeleton-loading{to{background-position:left;}}.jtCxKI{position:relative;border-radius:50px;max-width:100%;background-color:#F1F5F9;padding:4px;}
.fQLvsc{display:flex;gap:9px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;}
.fQLvsc ::-webkit-scrollbar{width:0;height:0;}
.fQLvsc::-webkit-scrollbar-track{background:transparent;}
.fQLvsc::-webkit-scrollbar-thumb{background:transparent;}
.fQLvsc::-webkit-scrollbar-thumb:hover{background:transparent;}
.hkFkxx{position:absolute;top:0;bottom:0;width:40px;background:linear-gradient(to right, white, transparent);pointer-events:none;opacity:0;transition:opacity 0.2s ease-in-out;left:0;}
.iTVRTV{position:absolute;top:0;bottom:0;width:40px;background:linear-gradient(to left, white, transparent);pointer-events:none;opacity:0;transition:opacity 0.2s ease-in-out;right:0;}
.bSSzgt{font-size:14px;padding:2px 8px;position:relative;cursor:pointer;border-radius:16px;transition:background-color 0.15s;white-space:nowrap;font-weight:700;display:flex;gap:4px;align-items:center;}
.bSSzgt:hover{background-color:rgba(43, 43, 43, 0.05);}.bSSzgt[data-selected="true"]{cursor:default;background-color:#fff;}
.bSSzgt[data-selected="true"]:hover{background-color:#fff;}.bSSzgt[data-tab="all"]{padding:8px 16px;font-weight:500;}
.eIBGdU{padding-right:4px;color:#64748B;font-size:14px;font-weight:500;}
@container review-lab (max-width: 900px){
        .eIBGdU{display:none;}
}
.fxjZcB{display:flex;align-items:center;justify-content:space-between;margin:0 10px;}
.jKPCGv{margin:0 16px;font-size:14px;color:#475569;}
.gVLyi{margin:0 auto;container:review-lab/inline-size;max-width:1200px;display:grid;grid-template-areas:".       header-left header-center header-right ." "control-left body-left   body-center   body-right   control-right" ".       bottom-left bottom-center bottom-right .";grid-template-columns:auto minmax(300px, auto) 1fr auto auto;grid-template-rows:min-content 1fr min-content;}.ljkiOX{grid-area:body-left/body-left/body-right/body-right;}
.httTTB{cursor:pointer;transition:background-color 0.2s,box-shadow 0.2s;background:#ffffff;padding:8px;width:48px;height:48px;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(131, 131, 131, 0.5),0 1px 2px 0 rgba(0, 0, 0, 0.05);border:none;display:flex;justify-content:center;align-items:center;fill:rgba(43, 43, 43, 0.3);}
.httTTB:hover:not(:disabled){background-color:rgb(249, 250, 251);}
.httTTB:disabled{background-color:rgb(249, 250, 251, 0.6);cursor:initial;}
.ftHduh{display:flex;flex-direction:column;position:relative;width:100%;align-self:stretch;min-height:200px;height:100%;border-radius:16px;box-shadow:0 6px 10px rgba(0, 0, 0, 0.2);cursor:progress;background:linear-gradient(90deg, #ddda 40%, #efefefaa, #ddda 60%) right/300% 100%;animation:skeleton-loading 1.5s linear infinite;}@keyframes skeleton-loading{to{background-position:left;}}
.elcbEj{
        display:flex;
        flex-direction:column;
        position:relative;
        padding:18px;gap:16px;
        width:300px;
        align-self:stretch;
        user-select:none;border-radius:24px;box-shadow:0 6px 10px rgba(0, 0, 0, 0.2);border:1px solid #ebebeb;background-color:#ffffff;transition:box-shadow 0.15s,opacity 0.15s;margin:0;}.elcbEj:hover{box-shadow:0 6px 10px rgba(0, 0, 0, 0.4);}.haJbbp{display:flex;gap:8px;flex-wrap:nowrap;}
.dwMRUI{display:flex;flex-direction:column;gap:2px;text-overflow:ellipsis;overflow:hidden;}
.gHHFyq{color:#94A3B8;font-weight:500;font-size:12px;}
.fYTpst{font-size:14px;font-weight:700;color:#0F172A;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.6;}
.iTnmhU{color:#475569;font-size:14px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;white-space:pre-wrap;}
.iTnmhU[data-showall="false"]{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.gXdanm{color:#475569;font-size:14px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;white-space:pre-wrap;}
.gXdanm[data-showall="false"]{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:unset;-webkit-box-orient:vertical;}
.hPxluq{color:#475569;font-size:14px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;white-space:pre-wrap;}
.hPxluq[data-showall="false"]{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:9;-webkit-box-orient:vertical;}.jHBnYz{color:#475569;font-size:14px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;white-space:pre-wrap;}
.jHBnYz[data-showall="false"]{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical;}.bWaJoa{color:rgba(43, 43, 43, 0.6);text-decoration:underline;font-size:12px;transition:color 0.15s;}.bWaJoa:hover{color:#2b2b2b;}.cDEhsM{position:absolute;border:none;margin-top:4px;right:0;bottom:2px;text-align:right;padding-left:40px;height:18px;color:rgba(43, 43, 43, 0.8);font-weight:500;font-size:14px;transition:color 0.15s;cursor:pointer;background:linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 1) 30%
);}.cDEhsM:hover{color:#2b2b2b;}
.QcDtC{position:relative;margin-bottom:12px;}
.haGDvf{display:grid;grid-template-columns:1fr auto;align-items:center;margin-top:auto;}
.kQmXZc{overflow:hidden;max-width:140px;width:fit-content;margin:10px auto 24px;}
.MHqgH{width:100%;display:flex;gap:8px;}
.kSUjcY{min-width:12px;width:12px;height:12px;border-radius:50%;background-color:#30324b;}
.gkLVrE{min-width:12px;width:12px;height:12px;border-radius:50%;background-color:#E2E8F0;}
.jvxcDc{width:100%;overflow:hidden;padding:16px 0;gap:8px;display:flex;min-height:200px;}
.fEKlSf{align-self:center;padding:16px 16px 54px 16px;}
@container review-lab (max-width: 720px){
        .fEKlSf{display:none;}
}
.fEKlSf[data-area=control-left]{grid-area:control-left;}
.fEKlSf[data-area=control-right]{grid-area:control-right;}
.jiyzSD{display:flex;}.fVwfjX{margin:0 10px;display:flex;width:240.015625px;}
.ihMYYH{display:flex;gap:16px;align-items:center;justify-content:center;justify-self:center;margin:0 10px;}
.ihMYYH[data-area=top-right]{grid-area:header-right;justify-self:end;align-self:start;}
.ihMYYH[data-area=bottom-right]{grid-area:bottom-right;justify-self:end;}
.ihMYYH[data-area=bottom-center]{grid-area:bottom-left/bottom-left/bottom-right/bottom-right;justify-self:center;align-self:center;}
.ivtMFW{grid-area:header-left/header-left/header-center;display:flex;flex-direction:column;gap:16px;}
.dbNqAi{display:flex;flex-direction:column;gap:4px;}
.review__photo{
        display: none;
}
.review-any-site-slider .slider-nav {
        position: absolute;
        width: 22px;
        height: 39px;
        top: 220px;
        filter: grayscale(100%);
        opacity: .2;
        z-index: 3;
}

.review-any-site-slider .slider-nav:hover {
        filter: none;
        opacity: 1;
}
.review-any-site-slider .slider-nav.prev {
        left: 0;
        background: url('/local/templates/scnew/image/prev.svg');
}
.review-any-site-slider .slider-nav.next {
        right: 0;
        background: url('/local/templates/scnew/image/next.svg');
}
.sc-jSSkKI{
        width: 320px;
}
.review-any-site-slider{
        padding: 0px 30px 20px 30px !important;
        min-height: 486px;
}
.review-all-popup .fancybox-content{
        max-width: 600px !important;
}
/* 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 */
/* /local/components/internetclient/review.any.site/templates/.default/style.css?178428874210886 */
