.Rental_wraapper {
    position: relative;
}

.Rental_wraapper:first-of-type {
    margin-top: 10px;
} 

.Rental_box {
    margin-left: 20px;
}

.Rental_box::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 8px;
    /* -webkit-transform: translateY(-50%); */
    /* -ms-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    background: #962344;
}
.Rental-prices .Rental_additionally {
    margin-left: 20px;
    list-style-type: disc; /* square circle, disc, none, decimal и др. */
}
