

/* Start:/local/templates/dimitrii/components/bitrix/news.detail/vendor/style.css?17821658982152*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
/* Стили спойлера*/
.spoiler{
	position:relative;
	max-height:300px;
	overflow:hidden;
	text-align: left;
	-webkit-transition: all 0.5 ease-out;
	-moz-transition: all 0.5 ease-out;
	-ms-transition: all 0.5 ease-out;
	-o-transition: all 0.5 ease-out;
	transition: all 0.5 ease-out;
}
.spoiler h3{
	font-size:20px;
}
.spoiler h2{
	font-size:24px;
}
.spoiler.open{
	max-height:unset;
}
.spoiler.open:after{
	display:none;
}
.spoiler:after{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:40%; /* ff3.6+ */ /* safari4+,chrome */
	background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* ie10+ */
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 ); /* ie6-9 */}

.control_spoiler_next,
.control_spoiler_prev {
	font-size: 13px;
	height: 39px;
	padding: 0 35px;
	display:inline-block;
	background-color: #ffad00;
	height: auto;
	line-height: 37px;
	margin-top:10px;
	cursor:pointer;
	border-radius: 4px;

}
.control_spoiler_prev {
	display:none;
}
#show_me_more {
	display:none;
	text-align: center;
	font-size: 20px;
	color: #333;
	padding: 10px 15px;
	margin: 0 auto;
	border: 1px solid #333;
	margin-top: 17px;
}
@media(max-width:769px){
	#show_me_more{
		display:block;
	}
	.section_block .sections_wrapper .list .row > div{display:none}
	#all_goods{display:none;}
}
/* End */
/* /local/templates/dimitrii/components/bitrix/news.detail/vendor/style.css?17821658982152 */
