/*Новости*/
.t915__container {
    display: flex !important;
    justify-content: space-evenly!important;
}

.t-col_3 {
    max-width: 275px !important;
}


.t-col {
    display: inline;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%
}


/*Сайдбар*/
.t951__cont-wrapper .t951__sidebar {
    border-radius: 30px;
    padding: 40px !important;
}

.t951__sidebar {
    margin-right: 10px !important;
}

.t-store__filter__item-title {
    margin-bottom: 20px !important;
}

.t951__sidebar {
    width: 190px !important;
    }

/*Чекбокс*/
.t-checkbox__indicator {
    border-color:  #010a10 !important;
    border-radius: 4px;
    margin-bottom: 4px;
}

.t-checkbox__indicator::after {
    border-color:  #010a10 !important;
}

.t-store__filter__chosen-bar {
    width: 290px !important;
    border-radius: 30px !important;
    box-shadow: none !important;
    padding: 20px !important;
}
.t-store__filter__chosen-val {
    background-color: #fff !important;
    padding: 6px 12px 6px 28px !important;
}

.t-store__filter__opts-mob-btn-icon { 
    fill: #00b5ef !important; 
} 


