/* Стиль для гибкого (slide-to-top) аккордеона */
.wrapper{
	width:90%;
	max-width:800px;
	margin:30px auto;
}
.st-accordion ul{
	margin:0;
	padding:0;
}
.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.st-accordion ul li{
       list-style: none;
    width: 100%;
    background: none repeat scroll 0 0 #014F8D;
    border-top: .5em solid #004f8d;
    border-bottom: 1px solid #1d639a;
    min-height: 46px;
}

.st-accordion ul li > a{
   text-align: left;
    left: 0;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 1.2em;
    display: inline-block;
    padding: 0;
	width:100%;
	
}
.st-accordion ul li b {
    display: inline-block;
    font-weight: 400;
    padding: 12px;
}
.st-accordion ul li > a span{
	background: transparent url(images/plus.jpg) no-repeat center center;	
	width: 26px;
	height: 27px;
	float:right;
	margin:0 11px 0 0;
}
.st-accordion ul li > a:hover{
    /* color: #1693eb; */
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    /* color: #1693eb; */
}
.st-accordion ul li.st-open > a span{
	background: transparent url(images/minus.jpg) no-repeat center center;	
	width: 26px;
	height: 27px;
	float:right;
	margin:0 8px 0 0;
	opacity:1;
}
.st-content{
    padding: 5px 0px 30px 0px;
}
.st-content p{
   
}
.st-content img{
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
