.numberRangeArea {
    position: relative;
    width: 36.5625em;
    margin: 0 auto;
    padding: 0px 0;
}

input[type='range'] ~ .numberRange {
    position: absolute;
    top: 160px;
    left: 0px;
    width: 100%;
}

.numberRangeinner {
    width: 13%;
    display: inline-block;
    color: #404040;
    text-align: left;
    font-size: 14px;
    position: relative;
}

.numberRangeinner:after {
    content: '|';
    position: absolute;
    top: -29px;
    left: 0px;
    height: 20px;
}

.numberRangeinner:last-child {
    width: auto;
    position: relative;
    right: -7px;
}

.numberRangeArea .last:after {
    content: '|';
    position: absolute;
    top: -29px;
    left: 13px;
    height: 20px;
}

input[type='range'] {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    width: 36.5625em;
    height: 5em;
    /*border-radius: .5em;*/
    
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0.2px #d5d5d5;
    font-size: 1em;
    cursor: pointer;
}

input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type='range']::-webkit-slider-runnable-track {
    box-sizing: border-box;
    border: solid .125em #d5d5d5;
    width: 36.5625em;
    height: 0.6875em;
    border-radius: 0.22917em;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 5px, #b8b8b8 5px, #b8b8b8 6px, rgba(0, 0, 0, 0) 6px) border-box #e9e9e9;
    background: linear-gradient(rgba(0, 0, 0, 0) 5px, #b8b8b8 5px, #b8b8b8 6px, rgba(0, 0, 0, 0) 6px) border-box #e9e9e9;
}

input[type='range']::-moz-range-track {
    box-sizing: border-box;
    border: solid .125em #d5d5d5;
    width: 36.5625em;
    height: 0.6875em;
    border-radius: 0.22917em;
    background: linear-gradient(rgba(0, 0, 0, 0) 5px, #b8b8b8 5px, #b8b8b8 6px, rgba(0, 0, 0, 0) 6px) border-box #e9e9e9;
}

input[type='range']::-ms-track {
    box-sizing: border-box;
    border: solid .125em #d5d5d5;
    width: 36.5625em;
    height: 0.6875em;
    border-radius: 0.22917em;
    background: linear-gradient(rgba(0, 0, 0, 0) 5px, #b8b8b8 5px, #b8b8b8 6px, rgba(0, 0, 0, 0) 6px) border-box #e9e9e9;
    color: transparent;
}

input[type='range']::-webkit-slider-thumb {
    margin-top: calc(0.34375em - 0.9em);
    box-sizing: border-box;
    width: 1.5625em;
    height: 1.5625em;
    border-radius: 50%;
    box-shadow: inset 0 0 0 8px #3a5795;
    background: #fff;
    background-clip: content-box;
    cursor: ew-resize;
    -webkit-clip-path: polygon(1.5625em 0.78125em, 1.42942em 0.88391em, 1.52426em 1.02267em, 1.36597em 1.07918em, 1.41329em 1.24046em, 1.24529em 1.24529em, 1.24046em 1.41329em, 1.07918em 1.36597em, 1.02267em 1.52426em, 0.88391em 1.42942em, 0.78125em 1.5625em, 0.67859em 1.42942em, 0.53983em 1.52426em, 0.48332em 1.36597em, 0.32204em 1.41329em, 0.31721em 1.24529em, 0.14921em 1.24046em, 0.19653em 1.07918em, 0.03824em 1.02267em, 0.13308em 0.88391em, 0em 0.78125em, 0.13308em 0.67859em, 0.03824em 0.53983em, 0.19653em 0.48332em, 0.14921em 0.32204em, 0.31721em 0.31721em, 0.32204em 0.14921em, 0.48332em 0.19653em, 0.53983em 0.03824em, 0.67859em 0.13308em, 0.78125em 0em, 0.88391em 0.13308em, 1.02267em 0.03824em, 1.07918em 0.19653em, 1.24046em 0.14921em, 1.24529em 0.31721em, 1.41329em 0.32204em, 1.36597em 0.48332em, 1.52426em 0.53983em, 1.42942em 0.67859em, 1.5625em 0.78125em);
    clip-path: polygon(1.5625em 0.78125em, 1.42942em 0.88391em, 1.52426em 1.02267em, 1.36597em 1.07918em, 1.41329em 1.24046em, 1.24529em 1.24529em, 1.24046em 1.41329em, 1.07918em 1.36597em, 1.02267em 1.52426em, 0.88391em 1.42942em, 0.78125em 1.5625em, 0.67859em 1.42942em, 0.53983em 1.52426em, 0.48332em 1.36597em, 0.32204em 1.41329em, 0.31721em 1.24529em, 0.14921em 1.24046em, 0.19653em 1.07918em, 0.03824em 1.02267em, 0.13308em 0.88391em, 0em 0.78125em, 0.13308em 0.67859em, 0.03824em 0.53983em, 0.19653em 0.48332em, 0.14921em 0.32204em, 0.31721em 0.31721em, 0.32204em 0.14921em, 0.48332em 0.19653em, 0.53983em 0.03824em, 0.67859em 0.13308em, 0.78125em 0em, 0.88391em 0.13308em, 1.02267em 0.03824em, 1.07918em 0.19653em, 1.24046em 0.14921em, 1.24529em 0.31721em, 1.41329em 0.32204em, 1.36597em 0.48332em, 1.52426em 0.53983em, 1.42942em 0.67859em, 1.5625em 0.78125em);
}

input[type='range']::-moz-range-thumb {
    border: none;
    box-sizing: border-box;
    width: 1.5625em;
    height: 1.5625em;
    border-radius: 50%;
    box-shadow: inset 0 0 0 8px #3a5795;
    background: #fff;
    background-clip: content-box;
    cursor: ew-resize;
}

input[type='range']::-ms-thumb {
    border: dotted 0.125em #3a5795;
    box-sizing: border-box;
    width: 1.5625em;
    height: 1.5625em;
    border-radius: 50%;
    box-shadow: inset 0 0 0 8px #3a5795;
    background: #fff;
    background-clip: content-box;
    cursor: ew-resize;
}

input[type='range']::-ms-fill-lower,
input[type='range']::-ms-tooltip {
    display: none;
}

input[type='range']:focus {
    outline: none;
    /* box-shadow: 0 0 0.25em #3a5795;*/
}