

/* Start:/local/templates/main/components/bitrix/news.detail/encyclopedia_detail_v1.0/style.css?16499193891490*/
.b-ePediaDetail{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.b-ePediaDetail__content{
	width: calc(70% - 20px);
	margin-right: 20px;
}
.b-ePediaDetail__content--maxWidth{
	width: 100% !important;
	margin-right: 0 !important;
}
.b-ePediaDetail__content h3{
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: none;
}
.b-ePediaDef__duration{
	font-weight: 500;
	font-size: 18px;
}
.b-ePediaDetail__sidebar{
	width: 30%;
	/*height: 50%;*/
	overflow: scroll;
	background-color: #00a4eb;
	color: #fff;
	padding: 20px;
	box-shadow: 0px 0px 2px #000;
	height: 500px;
	overflow-y: auto;
	position: sticky;
	top: 50px;

}
.b-ePediaDetail__testymony h3{
	font-size: 18px;
	color: #fff;
	text-transform: none;
	border-bottom: 1px solid #fff;

}
.b-ePediaDetail__description{
	font-size: 18px;
}
.b-ePediaDetail__price{
	font-size: 24px;
	font-weight: 500;
	border-bottom: 1px solid #00a4eb;
	width: fit-content;
}
.b-ePediaDetail__price--multiple{
	font-size: 15px;
	margin-bottom: 5px;
}
.b-ePediaListDef__img{

}
.b-ePediaDetail__sidebar::-webkit-scrollbar-track {border-radius: 4px;}
.b-ePediaDetail__sidebar::-webkit-scrollbar {width: 6px;}
.b-ePediaDetail__sidebar::-webkit-scrollbar-thumb {border-radius: 4px;background: #fff;}
.b-ePediaDetail__sidebar::-webkit-scrollbar-thumb {background: #fff;}

/*---Responsive---*/
@media screen and (max-width: 768px) {
	.b-ePediaDetail__content{
		width: 100%;
		margin: 0;
	}
	.b-ePediaDetail__sidebar{
		width: 100%;
		margin-top: 10px;
	}
}
/* End */
/* /local/templates/main/components/bitrix/news.detail/encyclopedia_detail_v1.0/style.css?16499193891490 */
