#accordion {
    margin-top: -20px;
}
.question {
padding:20px;
position:relative;
}
.question a, .question a:hover{
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 124%;
/* or 22px */


/* Текст */

color: #202020;
}
.card-block{
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 160%;
/* or 26px */
max-width:700px;

/* Текст */
border-left: 1px solid #C24BE7;

color: #202020;
margin:15px 0 15px 60px;
padding:0 0 0 15px;
}
.question span{
display:inline-block;
width:12px;
height:12px;
background:url(point-active.png);
top: 25px;
left: 0;
position: absolute;
}
.question .collapsed span{
display:inline-block;

width:8px;
height:8px;
background:url(point.png);
position: absolute;
    top: 27px;
left: 0;

}
@media (max-width:700px){
.question {
padding:10px 15px;
}
.card-block{
font-size: 14px;
line-height: 130%;

color: #202020;
margin:10px 0 10px 15px;
padding:0 0 0 15px;
}
.question a, .question a:hover{

font-size: 14px;

}
.question  span{
    top: 17px;
    left: -4px;
}
.question .collapsed span {

    top: 18px;
    left: -4px;
}
}