    .js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 25px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #5CD79B;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #5CD79B;
    color: #ffffff !important;
}

}
.t706__cartwin_showed {
    z-index: 999999999;
}

/*Раскрытие таблицы с техническим описанием*/
    .uc-tech-table .t431{
        position: relative;
        max-height: 600px;
        overflow: hidden;
        transition: max-height .5s ease;
    }

    .uc-tech-table .t431.open{
        max-height: 10000px;
    }

    .uc-tech-table .t431:not(.open)::after{
        content:'';
        position:absolute;
        left:0;
        right:0;
        bottom:0;
        height:150px;
        background:linear-gradient(
            to bottom,
            rgba(255,255,255,0),
            #fff 80%
        );
        pointer-events:none;
    }

    .table-toggle-wrap{
        display:flex;
        justify-content:center;
        margin:0 0;
    }
    
    .uc-show-table-btn{
        background: none;
        border: none;
        padding: 0;
        color: inherit;
        cursor: pointer;
        border-bottom: 1px dashed currentColor;
        font: inherit;
        color: #3a7ec7;
        font-size: 16px;
        font-family: 'WixMadeforDisplay', 'Arial', sans-serif;
        font-weight: 400;
        font-style: normal;
    }
/*Раскрытие таблицы с техническим описанием*/