.goods{
    margin-top: 60px;
}
.goods__good_image{
    width: 100%;
    display: inline-block;
}

.goods__good_item_list{
    padding-left: 20px;
    font-size: 19px;
    color: #107fc9;
}

.goods__good_item{
    margin-bottom: 50px;
    padding-left: 83px;
    position: relative;
    text-align: left;
}
.goods .goods-title{
    /*font-size: 24px;*/
    /*margin-bottom: 10px;*/
    /*color: #107fc9;*/
}
.goods__good_item:before{
    position: absolute;
    content: '';
    left: 30px;
    top: 0;
    width: 39px;
    height: 33px;
    background: url(images/marker.png) 0 0 no-repeat;
    display: block;
}

@media (max-width: 992px){
    .goods__good_image{
        text-align: center;
        margin-bottom: 20px;
    }
        .goods__good_item{
        margin-bottom: 20px;
        padding-left: 50px;
    }
        .goods__good_item:before{
        left: 0;
    }
 }
@media (max-width: 992px){
    .goods {
        margin-top: 20px;
    }
}
