/*чекбокс в форме Заявка на обратный звонок*/
.t-checkbox__indicator {
    border: 1px solid #fff !important;
    border-radius: 4px !important;
}
.t-checkbox__indicator:after {
    border-width: 0 1px 1px 0;
    width: 5px;
    height: 10px;
    left: 6px;
}

/*слайдер стили для изображений*/
/* Каждое второе изображение высотой 333px */
.t1148__item:nth-child(even) .t1148__img-wrapper {
    --height: 333px !important;
}

/* Выравнивание всех изображений по нижнему краю */
.t1148__img-wrapper, .t1148__slider.t1148__slider_width_12 {
    align-items: flex-end !important;
}

/* Для мобильных устройств также меняем высоту */
@media (max-width: 768px) {
    .t1148__item:nth-child(even) .t1148__img-wrapper {
        --mob-height: 333px !important;
    }
}
/*карточки каталог*/
.t-store__card {
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    box-sizing: border-box;
}
.t-descr {
    color: #fff;
}
.t-store__pagination__arrow.t-store__pagination__arrow_next path,
.t-store__pagination__arrow.t-store__pagination__arrow_prev path {
    fill: rgba(255, 255, 255, 1);
}
/*.t-descr {*/
/*    color: #374963 !important;*/
/*}*/
.t-store__card__descr.t-typography__descr {
    color: #374963 !important;
}
.t-store__card__btn:not(.t-btnflex,.t-btntext) {
    border: 1px solid #4980d3 !important;
    border-radius: 30px !important;
    color: #4980d3 !important;
}
.t-slds__arrow_wrapper-right {
    right: -20px;
}
.t-slds__arrow_wrapper-left {
    left: -20px;
}
@media screen and (max-width: 960px) {
    .t-store__grid-cont_mobile-grid .t-col:not(.t-col_8):not(.t-col_12), .t-store__grid-cont_mobile-grid .t-store__stretch-col:not(.t-store__stretch-col_100) {
        width: 40%;
        margin: 0 5%;
    }
    .t-store__grid-cont .t-store__card-list {
        row-gap: 30px !important;
    }
}
@media screen and (max-width: 768px) {
    .t-store__grid-cont_mobile-grid .t-col:not(.t-col_8):not(.t-col_12), .t-store__grid-cont_mobile-grid .t-store__stretch-col:not(.t-store__stretch-col_100) {
        width: 40%;
        margin: 0 2%;
    }
    .t-store__grid-cont .t-store__card-list {
        row-gap: 20px !important;
    }
}
@media screen and (max-width: 640px) {
    .t-store__grid-cont_mobile-grid .t-col:not(.t-col_8):not(.t-col_12), .t-store__grid-cont_mobile-grid .t-store__stretch-col:not(.t-store__stretch-col_100) {
        width: 90%;
        margin: 0 auto;
        padding: 20px;
    }
}