

/* Start:/local/components/francysk.custom/form.calculator/templates/.default/style.css?17540045082246*/
.calendar-singer_inp {
    position: absolute !important;
}


.range {
    position: relative;
    #width: 550px;
    height: 5px;
    margin-top: 20px;
}
.range input {
    width: 100%;
    position: absolute;
    top: 2px;
    height: 0;
    -webkit-appearance: none;
}
.range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #ed3237;
    cursor: pointer;
    border: 0 !important;
}
.range input::-moz-range-thumb {
    width: 18px;
    height: 18px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #ed3237;
    cursor: pointer;
    border: 0 !important;
}
.range input::-ms-thumb {
    width: 18px;
    height: 18px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #ed3237;
    cursor: pointer;
    border: 0 !important;
}
.range input::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
}
.range input::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
}
.range input::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
}
.range input:focus {
    background: none;
    outline: none;
}
.range input::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
.range-labels {
    margin: 18px -41px 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
    display: flex;
}
.range-labels li {
    position: relative;
    float: left;
    width: 90.25px;
    text-align: center;
    color: #b2b2b2;
    font-size: 20px;
    cursor: pointer;
}
.range-labels li::before {
    position: absolute;
    top: -19px;
    right: 0;
    left: 0;
    content: "";
    margin: 0 auto;
    width: 15px;
    height: 15px;
    background: #b2b2b2;
    border-radius: 50%;
}
.range-labels .active {
    color: #ed3237;
}
.range-labels .selected::before {
    background: #ed3237;
}
.range-labels .active.selected::before {
    display: none;
}

@media screen and (max-width: 460px) {
    .range-labels li {

        text-align: unset;

        font-size: 15px;

    }
}


/* End */
/* /local/components/francysk.custom/form.calculator/templates/.default/style.css?17540045082246 */
