

/* Start:/local/templates/pdigma/components/bitrix/news/reviews/bitrix/news.detail/.default/style.css?15623935352953*/

.reviews{
	padding: 0px 0 0px;
	background-color: #000;
	position: relative;
	overflow: hidden;
	margin: 0;
}
.reviews .h1{
	color: #fff;
	margin: 0 0 30px;
}

.reviews__item{
	padding: 50px;
	margin: 0px 0px 0px;
	position: relative;
	z-index: 3;
	color: #ccc;
	background-color: #222;
	min-height: 450px;
	
}
.reviews__item:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	z-index: 2;
	width: 2000px;
	display: block;
	background-color: #222;
}
.reviews__item-left{
	margin: 50px 0;
}
.reviews__item-photo{
	width: 200px;
	height: 200px;
	border-radius: 999px;
	background: linear-gradient(180deg,#3e3443 20%,#222 100%);
	margin: 0px 0 10px;
	background-size: contain;
}
.reviews__item-vk{
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
	cursor: default;
	color: #ccc;
	font-size: 22px;
	height: 30px;
	width: 30px;
	cursor: pointer;
	display: block;
}
.reviews__item-name{
	margin: 20px 0 5px;
	font-weight: bold;
	color: #fff;
	font-size: 28px;
}
.reviews__item-name a{
	color: #fff;
}
.reviews__item-subject{
	margin: 0px 0 10px;
	color: #aaa;
	font-size: 18px;
}
.reviews__item-text{
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 1.5;
}
.reviews__item-entered-title{
	margin: 0px 0 2px;
	color: #fff;
}
.reviews__item-entered{
	margin: 0px 0 10px;
	color: #ccc;
	position: relative;
}
.reviews__item-entered-image{
	position: absolute;
	top: 1px;
	left: -25px;
	height: 20px;
	width: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}
.reviews__item-ratings-title{
	margin: 0px 0 10px;
	color: #aaa;
	font-size: 16px;
	font-weight: 600;
}
.reviews__item__rating-bar{
	position: relative;
	height: 10px;
	width: 100%;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.2);
	margin: 2px 0 7px;
}
.reviews__item__rating-name{
	height: 14px;
	line-height: 1;
	color: #eee;
	font-size: 14px;
}
.reviews__item__rating{
	margin-bottom: 10px;
}
.reviews__item__rating-bar-fill{
	position: relative;
	height: 100%;
	display: block;
	background: linear-gradient(to right,#a64fc5 0,#4f54e6 100%);
	border-radius: 5px;
}
.reviews__item__rating-bar-value{
	position: absolute;
	height: 24px;
	width: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	right: -12px;
	top: -7px;
	border-radius: 999px;
	background: linear-gradient(180deg,#3e3443 20%,#222 100%);
	color: #fff;
	cursor: default;
}
.reviews__return{
	padding: 10px 25px;
	border: 3px solid #3e3443;
	border-radius: 30px;
	color: #fff !important;
	font-size: 16px;
	background: transparent;
	position: relative;
	display: inline-block;
	z-index: 3;
	margin-top: 50px;
}
.reviews__return:hover{
	background-color: #3e3443;
}

@media (max-width: 768px){
	.reviews__item:after{
		display: none;	
	}
	.reviews__item-left{
		margin: 20px 0;
	}
	.reviews__item{
		margin-bottom: 20px;
		padding: 20px;
	}
}
/* End */
/* /local/templates/pdigma/components/bitrix/news/reviews/bitrix/news.detail/.default/style.css?15623935352953 */
