.t-checkbox__indicator {
    border: 1.4px solid #000;
}
span.t-input-phonemask__select-flag {
    display: none;
}
span.t-input-phonemask__select-triangle {
    margin-left: 0px;
}
@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-store__card-list {
        row-gap: 40px !important;
    }
}
.js-store-prod-descr.t-store__card__descr {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*Отступы в ветрине товаров*/
@media screen and (min-width: 1900px){
.js-store-grid-cont.t-store__grid-cont {
    padding: 0 26px !important;
    }    
}
@media screen and (min-width: 1201px) and (max-width: 1900px) {
.js-store-grid-cont.t-store__grid-cont {
    padding: 0 20px !important;
    }    
}
@media (min-width: 961px) and (max-width: 1200px) {
.js-store-grid-cont.t-store__grid-cont {
    padding: 0 16px !important;
    }
}
@media (min-width: 769px) and (max-width: 960px) {
.js-store-grid-cont.t-store__grid-cont {
    padding: 0 24px !important;
    }
.js-product.t-store__card.t-store__stretch-col.t-store__stretch-col_25.t-align_left.t-item {
    padding: 0 14px !important;
    }
}
@media (min-width: 480px) and (max-width: 768px) {
.js-store-grid-cont.t-store__grid-cont {
    padding: 0 18px !important;
    }
.js-product.t-store__card.t-store__stretch-col.t-store__stretch-col_25.t-align_left.t-item {
    padding: 0 12px !important;
    }
}
/*Отступы в фильтрах товаров*/
@media screen and (min-width: 1900px){
.js-store-parts-select-container.t-store__grid-cont {
    padding: 0 26px !important;
    }    
}
@media screen and (min-width: 1201px) and (max-width: 1900px) {
.js-store-parts-select-container.t-store__grid-cont {
    padding: 0 20px !important;
    }    
}
@media (min-width: 961px) and (max-width: 1200px) {
.js-store-parts-select-container.t-store__grid-cont {
    padding: 0 16px !important;
    }
}
@media (min-width: 769px) and (max-width: 960px) {
.js-store-parts-select-container.t-store__grid-cont {
    padding: 0 24px !important;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
.js-store-parts-select-container.t-store__grid-cont {
    padding: 0 18px !important;
    }
}
@media screen and (max-width: 480px) {
.js-store-parts-select-container.t-store__grid-cont {
    padding: 0 16px !important;
    }
}
@media screen and (max-width: 960px) {
    .t-store__grid-cont_col-width_stretch[data-col-gap="20"] .t-store__filter {
        margin-left: 0px;
        margin-right: 0px;
    }
    .t-store__parts-switch-wrapper.t-align_center {
    margin: 0 0px 40px 0px;
    }
}