.t554__card {
    position: absolute;
    background: white;
    min-height: 300px;
    padding: 60px;
    box-sizing: border-box;
    width: 100%;
    top: 60px;
    border-radius: 30px;
    background-image: linear-gradient(0turn,rgba(26,51,178,1) 0%,rgba(60,93,255,1) 100%);
}
.t-checkbox__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border: 2px solid #001789;
    border-radius: 5px;
    box-sizing: border-box;
    margin-right: 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: .6;
}
.t-store__filter__btn, .t-store__filter__input {
    border: 1px #001789 solid;
    background: #f8f8f8;
    color: #000;
    box-sizing: border-box;
    border-radius: 7px;
    padding: 0 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1.8;
    min-height: 30px;
    outline: 0;
}

.t-store__filter__range_bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 2px;
    background-color: #0017898f;
    border-radius: 4px;
}