/*---------------НДС---------------------*/
     .t-store__prod__price-portion:after{
        content: ' (без НДС)'
    }

/*-------------Избранное-----------------*/
a.t1002__addBtn:before, a.t1002__addBtn:after {
    margin-bottom: 4px;
    margin-left: 1px;
}    

  /*Обводка табов в мобильной версии на странице продукта*/
    .t397__select {
        border-radius: 16px;
    }
    
/*Карточки товара на странице товара */
    .t762__col.t762__col_padding {
        border-radius: 16px;
        border: 1px solid #e6e7e8;
    }

    .t762 span.js-store-prod-sku.js-product-sku.notranslate {
        color: #f77100;
    }

    .t762__title-wrapper {
        margin-bottom: 0px;
    }

    .t762 .js-product-controls-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        box-sizing: border-box;
    }

    .t762 .t-product__option-variants {
        position: relative;
        display: table;
        min-width: 100px;
        width: auto;
    }

    .t762__descr.t-descr.t-descr_xxs ul {
        background-color: #fdebe6;
        padding: 10px 0px 10px 15px;
        box-sizing: border-box;
        border-radius: 12px;
    }

    .t762__descr.t-descr.t-descr_xxs ul {
        list-style-image: url("https://static.tildacdn.com/tild6266-3131-4232-b333-346261656165/download_icon_orange.svg");
        padding-left: 40px !important;
    }
    
    .t762__descr.t-descr.t-descr_xxs ul li::marker {
        font-size: 14px;
        color: #f77100;
        line-height: 1;
    }

/*----------------Наименование----------------*/

    .t762 .js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
        margin: 0 !important;
        padding:0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 30px;
        min-height: 30px;
        background-color: #fff;
        border: 0px
    }
    
    .js-product .t-product__option-variants_buttons .t-product__option-item {
        margin: 0 !important;
    }


    .t762 .js-product .t-product__option-variants_buttons .t-product__option-item_simple {
        display: none;
    }
    
    .t762 .js-product-edition-option[data-edition-option-id="Наименование:"] {
        display: flex;
        flex-direction: row;
        gap: 5px;
        align-items: center;
        order: -1;
        margin-top: 0px;
        margin-bottom: 20px;
        width: 100%;
        min-width:100%;
    }
    
    .t762 .js-product-edition-option[data-edition-option-id="Наименование:"] .t-product__option-title {
        padding-bottom: 0px;
    }
    
    .t762 .js-product-edition-option[data-edition-option-id="Наименование:"] span.t-descr_xxs {
        color: #f77100;
        font-weight: 400;
    }


    @media screen and (min-width: 1200px){
        .t762__descr.t-descr.t-descr_xxs ul {
            width: 70%;
        }
        
        .t762 .js-product-edition-option[data-edition-option-id="Наименование:"] .t-descr_xxs {
            line-height: 1;
            font-size: 14px;
            font-weight:400;
            color: #777;
        }
    }
    
    @media screen and (max-width: 640px){
        .t762 .js-product-edition-option[data-edition-option-id="Наименование:"] .t-descr_xxs {
            line-height: 1;
            font-size: 12px;
            font-weight:400;
            color: #777;
        }
        
        Размер текста в табе Документы в мобильной версии
        .t1059__btn-text.t-descr.t-descr_xs{
            font-size: 16px;
        }
    }


