@media screen and (min-width: 960px) {
    .t-store__filter__range_bg {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 2px;
        background-color: #000000;
        border-radius: 4px;
    }
    .t-descr_xxs {
        font-size: 12px;
        line-height: 1.55;
    }
    .t-checkbox__indicator {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        height: 20px;
        width: 20px;
        border: 1px solid #000;
        box-sizing: border-box;
        margin-right: 10px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        opacity: .6;
    }
}
    
