@media screen and (max-width: 640px){
.t702 .t-popup__container
    {min-height: 60vh !important;
    top: 130px !important;
    }
}

.t702 .t-popup__container
    {border-radius: 10px !important;
    }

.t706__sidebar-heading .t-name .t-name_xl {
        font-family: 'Roboto Condensed', Arial, sans-serif;
        font-weight: 400;
    }
    
    .t706__product-title .t-descr .t-descr_sm {
        font-family: 'Roboto Condensed', Arial, sans-serif;
        font-weight: 400;
    }
    
    .t706__cartwin-heading.t-name.t-name_xl,
    .t706__product-title.t-descr.t-descr_sm,
    .t706__product-quantity,
    .t706__product-amount.t-descr.t-descr_sm,
    .t706__cartwin-totalamount-wrap,
    .t706 .t-form .t-input, .t706 .t-form .t-select {
        font-family: 'Roboto Condensed', Arial, sans-serif;
        font-weight: 400; /* Жирность изменить */
    }
    
    .t706__cartwin-bottom {
        display: none;
    }

/*избранное*/
.t1002__wishlistwin-heading.t-name.t-name_xl,
.t1002__product-title.t-descr.t-descr_sm,
.t1002__product-amount-price,
.t1002__product-amount-currency {
    font-family: 'Roboto Condensed', Arial, sans-serif;
        font-weight: 400;
}

.t-store__card__price-wrapper {
    margin-top: 5px !important;
}

.t702 .t-input-group {
    margin-bottom: 5px !important;
}

.t702 .t-form__submit {
    margin-top: 5px !important;
}

@media screen and (max-width: 560px) {
    .t702 .t-popup__block-close {
        background: #00000000; }

/*отступ между карточками мобилка*/
@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 30px;
    }
    .t-store__card__textwrapper {
    padding-top: 10px;
}
}