.filters {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.range1 {
    position: relative;
    width: 550px;
    height: 5px;
}

.range1 input {
    width: 100%;
    position: absolute;
    top: 2px;
    height: 0;
    -webkit-appearance: none;
}

.range1 input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #c60c45;
    cursor: pointer;
    border: 0 !important;
}

.range1 input::-moz-range-thumb {
    width: 18px;
    height: 18px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #c60c45;
    cursor: pointer;
    border: 0 !important;
}

.range1 input::-ms-thumb {
    width: 18px;
    height: 18px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #c60c45;
    cursor: pointer;
    border: 0 !important;
}

.range1 input::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
}

.range1 input::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
}

.range1 input::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
}

.range1 input:focus {
    background: none;
    outline: none;
}

.range1 input::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.range-labels1 {
    margin: 18px -41px 0;
    padding: 0;
    list-style: none;
}

.range-labels1 li {
    position: relative;
    float: left;
    width: 90.25px;
    text-align: center;
    color: #b2b2b2;
    font-size: 14px;
    cursor: pointer;
}

.range-labels1 li::before {
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    content: "";
    margin: 0 auto;
    width: 9px;
    height: 9px;
    background: #b2b2b2;
    border-radius: 50%;
}

.range-labels1 .active {
    color: #c60c45;
}

.range-labels1 .selected::before {
    background: #c60c45;
}

.range-labels1 .active.selected::before {
    display: none;
}

.range2 {
    position: relative;
    width: 550px;
    height: 5px;
}

.range2 input {
    width: 100%;
    position: absolute;
    top: 2px;
    height: 0;
    -webkit-appearance: none;
}

.range2 input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #c60c45;
    cursor: pointer;
    border: 0 !important;
}

.range2 input::-moz-range-thumb {
    width: 18px;
    height: 18px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #c60c45;
    cursor: pointer;
    border: 0 !important;
}

.range2 input::-ms-thumb {
    width: 18px;
    height: 18px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #c60c45;
    cursor: pointer;
    border: 0 !important;
}

.range2 input::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
}

.range2 input::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
}

.range2 input::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
}

.range2 input:focus {
    background: none;
    outline: none;
}

.range2 input::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.range-labels2 {
    margin: 18px -41px 0;
    padding: 0;
    list-style: none;
}

.range-labels2 li {
    position: relative;
    float: left;
    width: 90.25px;
    text-align: center;
    color: #b2b2b2;
    font-size: 14px;
    cursor: pointer;
}

.range-labels2 li::before {
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    content: "";
    margin: 0 auto;
    width: 9px;
    height: 9px;
    background: #b2b2b2;
    border-radius: 50%;
}

.range-labels2 .active {
    color: #c60c45;
}

.range-labels2 .selected::before {
    background: #c60c45;
}

.range-labels2 .active.selected::before {
    display: none;
}