.t-text {
    font-family: 'Noto Sans',Arial,sans-serif;
}

.t-align_left {
    text-align: justify!important;
}


.js-store-prod-all-text {
    font-size: 14px!important;
}

/* Перенос аккордеона в карточке товара под описание */

.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height:820px;
}

@media screen and (min-width:960px){

.js-store-product.js-product.t-store__product-popup,
.t-store__product-snippet .t-container{
    position: relative;
}
.t-store__prod-popup__slider.js-store-prod-slider {
    position: absolute;
    top: 0;
    left: 0;
}  
.t-store__tabs.t-store__tabs_accordion {
    max-width: 440px;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
.t-store__tabs.t-store__tabs_accordion{
    margin-left: 490px;
}
}

@media screen and (min-width:1240px){
.t-store__tabs.t-store__tabs_accordion {
    max-width: 560px;
    margin-top: 20px;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
.t-store__tabs.t-store__tabs_accordion{
    margin-left: 620px;
}
}

@media screen and (max-width: 1240px){
.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height:650px;
}
}

/* Изменяем шрифт в табах в карточках товаров */

.t-store .t-store__tabs__controls .t-store__tabs__button-title, .t-store .t-store__tabs__item .t-store__tabs__item-title {
    font-weight: 600!important;
}

/* Изменяем отступ перед табами в карточке товара */

.t-store .t-store__tabs {
    margin-top: 10px;
}


/* правки в чекауте */
.t706 .delivery-full-address,
.t706__cartwin-totalamount-info{
    font-size: 16px !important;
}

.t706__cartwin-totalamount-label,
.t706__cartwin-totalamount{
    font-size: 18px !important;
}

.t-input-block:not(.t-input-block_rd-flex) .t-radio__control {
    font-size: 13px;
}

.t-radio__wrapper t-radio__wrapper-payment .t-radio__control{
    font-weight: 400;
}