.t-store__card__bgimg,
.t-store__card__bgimg_second {
    background-position: top center !important;
}

/* скругляем уголки для видео в карточке наставников  */
.t-slds__frame {
    border-radius: 20px;
}

@media screen and (min-width: 1400px){
    .t897__container {
        max-width: calc(100vw - 120px);
        display: table;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 0;
    }
    .t-col {
        display: inline;
        float: left;
        margin-left: 20px;
        margin-right: 20px;
        width: 100%;
    }
    .t-col_3 {
        max-width: calc(23vw - 40px);
    }
}

/* кнопка Фильтр в мобиле  */
.t-store__filter__opts-mob-btn {
    width: 100%;
    text-align: center;
    background-color: #E9E9E9;
    border-radius: 10px;
    padding: 10px 0;
}

/* скрываем блок с выбранными фильтрами */
.t-store__filter__chosen-bar {
    display: none !important;
}

/* стиль ометки Уровня школы на карточке */
.t-store__card__mark {
    background-color: #fff;
    color: #222 !important;
    font-family: TildaSans, Arial, sans-serif !important;
    font-size: 14px !important;
    height: unset !important;
    padding: 7px 14px !important;
    width: unset !important;
}

/* стиль сердечка Избранное */
.t-store__card__imgwrapper .t1002__addBtn,
.t1002__picture-wrapper .t1002__addBtn {
    background: none !important;
    width: unset !important;
    height: unset !important;
}

@media screen and (max-width: 960px) {
    .t-store__filter__item {
        margin-bottom: 10px; /* добавляем отступ пунктов фильтра в мобиле */
    }
}

/* высота выпадающего списка для фильтров в десктопе */
.t-store__filter__item-controls-container {
    max-height: 360px !important;
}

/* стиль пункта выпадающего списка для фильтров в десктопе */
.t-store__filter__custom-sel {
    padding: 10px 0 !important;
}
@media screen and (min-width: 960px) {
    /* стиль выпадающего списка для фильтров в десктопе */
    .t-store__filter__item-controls-wrap {
        border-radius: 20px !important;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4) !important;
        min-width: 200px !important;
        padding: 30px !important;
    }
    /* обводка для фильтров в десктопе */
    .t-store__filter__item {
        border: 1px solid gray;
        border-radius: 50px;
        padding: 4px 21px;
    }
}

@media screen and (min-width: 980px) {
    /* отступы в карточке школ и наставников */
    .t-store__prod-snippet__container {
        padding: 20px 60px !important;
    }
}