.rasp-item__title {
	font-size:18px
}

.color_gray {
	color:#8E8E8E
}
.color_blue {
	color:#314EA0;
}
.bg_gray {
	background: #F8F8F8
}
.rasp-wrap {
	padding:60px 0
}
.rasp-wrap h3 {
	margin-bottom: 20px
}
.rasp-item__text {
	border-top: 1px solid #C4C4C4;
	margin-bottom: 10px;
	margin-left:25px;
	color:#575757;
	padding-top:10px;
	overflow: hidden;
	height: 0px;
	transition: all  0.2s 
}
.fa-dot-circle-o {
	width:25px;
	position: absolute;
	margin-top: 5px;
}
.rasp-item__title {
	position: relative;
	cursor:pointer
}
.rasp-item__title span{
	display: inline-block;
	padding: 0 15px 0 25px;
}
.fa-angle-down,
.fa-angle-up{
	position: absolute;
	right:5px
}
.rasp-item__text.active {
	height:auto
}