.brakes {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    line-height: 1.6;
}

.brakes__calc {
    padding-right: 5px;
}

.brakes h3 {
    font-size: 20px;
}


.brakes p {
    text-indent: 45px;;
}

.brakes__input {
    max-width: 100px;
    margin: 0 10px;
}

.brakes__result-distance,
.brakes__result-speed {
    background: #e9f7ff;
    padding: 15px;
    padding-bottom: 10px;
    font-size: 24px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.brakes__main-result-distance,
.brakes__main-result-speed {
    font-weight: bold;
    color: #0c3a6d;
}

.brakes__result-stop-way,
.brakes__result-metr-second,
.brakes__result-driver-condition-time,
.brakes__result-driver-condition-metr,
.brakes__result-works-min,
.brakes__result-works-max {
    font-size: 22px;
    font-weight: bold;
    color: #0c3a6d;
}