.option_list:not(:last-child) {
    margin-bottom: 25px;
}
.option_list-title {
    text-transform: uppercase;
    padding-left: 22px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 19px;
    background: url(../img/model/row-opened/belt.png) no-repeat left center;
}
.option_list-title_comf {
    background-image: url(../img/model/row-opened/wheel.png);
}
.option_list-title_seat {
    background-image: url(../img/model/row-opened/seat.png);
}
.option_list-title_protect {
    background-image: url(../img/model/row-opened/key.png);
}
.option_list-item {
    padding-left: 22px;
    background: url(../img/model/row-opened/v.png) no-repeat right center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.option_list-item:not(:last-child) {
    margin-bottom: 15px;
}
.option_list-item span, .option_list-item label {
    font-size: 1.5rem;
    color: #616161;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 300px;
}
.option_list-item:after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1.5px dotted #d7d7d7;
    height: 3px;
    margin: 13px 25px 0 5px;
}