.b-spoiler {
}

.b-spoiler::before {
	background: url("/i/v3/blocks/b-spoiler/b-spoiler_close.png") no-repeat transparent;
	content: " ";
	display: block;
	float: left;
	height: 16px;
	width: 12px;
	margin-top: 4px;
}

.b-spoiler_open::before {
	background: url("/i/v3/blocks/b-spoiler/b-spoiler_open.png") no-repeat transparent;
	margin-top: 6px;
}

.b-spoiler__title {
	border-bottom: 1px dashed #466fab;
	color: #466fab;
	cursor: pointer;
}

.b-spoiler__text {
	display: none;
	margin-top: 10px;
	padding: 10px 10px 10px 12px;
	background: #f6f6f6;
	border-radius: 3px;
	border: 1px dashed #ddd;
}