.ui-slider-horizontal .ui-slider-range-max {
	background-color: #F72446;
}
.ui-corner-all {
	border-radius: 10px;
}
.calc select {
    margin: 10px 0 0 0;
    height: 50px;
    appearance: none;
    padding: 0 25px;
    font-size: 16px;
    background: #FBFBFB url(/templates/autosalon/img/select.svg) no-repeat right 20px top 50%;
    border-radius: 10px;
}
.calc .item{
	padding-top: 10px;
}
.item-page .calc .item input[type='text'] {
    width: 100%;
    height: 40px;
    background: none;
    font-weight: 500;
    font-size: 16px;
}