
/*.image-list li {
    list-style-image: url(../images/block/strilky-01.png);
    
}

.image-list li::marker {
    width: 65px;
}
*/
.image-list {
    list-style-type: none;
}

.image-list li::before {   
    content: '';   
    display: inline-block;   
    height: 56px;   
    width: 64px;    
    background-size: 64px;   
    background-image: url(../images/block/strilky-01.png);   
    background-repeat: no-repeat;   
    margin-right: 10px;
    background-position: center center;
    vertical-align: middle;
}

