.r-slider {
    background-color: rgba(51, 65, 85, 0.302);
    border-radius: 5px;
    height: 10px;
    position: relative;
    cursor: pointer;
    margin: 15px 0 10px;
    width: 100%;
    user-select: none;
    box-shadow: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.r-slider * {
    user-select: none;
    box-shadow: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.r-slider_hidden {
    visibility: hidden
}

.r-slider__cloud {
    user-select: none;
    position: absolute;
    top: 20px;
    padding: 3px 5px;
    height: 14px;
    
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(51 65 85 / 63%);
    font-weight: bold;
    width: max-content
}

.r-slider__cloud_moving {
    top: 20px;
    background-color: rgba(0, 0, 0, 0.205);
    color: #334155;
    z-index: 1;
    padding: 1rem .500rem;
}

/**.r-slider__cloud_moving::before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid rgba(0,0,0,0);
    border-top-color: #6883a0
}**/

.r-slider__cloud_right {
    right: 0
}

.r-slider__circle {
    position: absolute;
    top: -9px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    border: 6px solid var(--c-blue);
    cursor: pointer;
    touch-action: none
}

.r-slider__filled-line {
    background-color: var(--c-blue);
    border-radius: 5px;
    height: 10px;
    width: 0
}
