.freePlaces__icon.free {
    background-color: #29ed00;
}
.freePlaces__icon.middle {
    background-color: #edc000;
}
.freePlaces__icon.middle:nth-child(3) {
    background: #999EAB;
}
.freePlaces__icon.full {
    background-color: #ED0056;
}
.freePlaces__icon.full:nth-child(3),
.freePlaces__icon.full:nth-child(2) {
    background: #999EAB;
}
.routePanel__btn {
    display: block;
    text-decoration: none;
}
.routePanel__btn:last-child {
    border-bottom: 1px solid #EAEAE9;
}
/*.ymaps-2-1-76-route-panel-input_disabled {*/
/*    border: 1px solid grey;*/
/*}*/
.ymaps-2-1-76-route-panel__input_from {
    margin-bottom: 16px!important;
}
.routePanel__btn_under > p {
    margin: 0;
}