.accordion
{
  margin:20px auto;
}
.accordion-item {
    padding: 20px 97px 15px;
    background: #e6e7e8;
    color: #000;
    cursor:pointer;
     line-height: 31px

}
 
.accordion-item.open
{

background: #fff url('../images/shape-1069.png') no-repeat bottom;
border-bottom:0px;
color:#35172e;
}
.accordion-item.open .type {
float: left;
background: url(../images/checkbox.png) no-repeat left;
background-position: 0 -32px
}
 
.accordion-item .type {
width: 31px;
height: 31px;
float: left;
margin-right: 15px;
background: url(../images/checkbox.png) no-repeat left;

 background-position: 0 0;
  

}
 
div.data {
    background: #fff;
    padding: 0 97px;
    overflow: hidden;
    display:none;
}
div.data.open {
    display: block;
}
div.data .test-block_item-inputs {
    width: 25%;
    margin: 20px 0;
    color: #35172e;
    text-align: left;
}
div.data .test-block_item-inputs span {
    vertical-align: middle;
    display: table-cell;
    text-align: left;
    height: 31px;
}

div.data .test-block_item-inputs .test-block_item-inputs_checkbox {
    vertical-align: middle;
    text-align: left;
    top: 1px;
}

div.data  .checkbox:not(checked) {
    height: 31px;
     top: 0;
}
div.data .w100 .test-block_item-inputs {
    width: 100%;
}
div.data .w50 .test-block_item-inputs {
    width: 50%;
}
