.thumber .tn-atom .t-slds__bullet_body {
    display: none;
}
li::marker {
  color: #16d7e6;
}
.thumber  .t-slds__bullet_wrapper {
    text-align: left;
    margin: 0 !important;
}
.thumber  .t-slds__bullet.t-slds__bullet_active {
    box-shadow: inset 0px 0px 0px 4px #ffffff;
    border: 1px solid #15d5e7;
}
.thumber  .t-slds__bullet {
    margin: 0 10px 10px 0 !important;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    background-size: cover;
    padding: 0 !important;
}

.thumber .t-slds__bullet_wrapper {
    transform: translateY( calc(100% - 20px) );
    padding-top: 0;
}
.uc-product-tab-heade.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9); /* Пример фона */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Тень для лучшей видимости */
}
.uc-table table .quill-table__cell{
    border: unset;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 20px;
}
@media screen and (max-width:768px){
    .uc-product-tab-heade nav ul{
        display: flex;
    }
    .uc-product-tab-heade nav ul li a,
    .uc-product-tab-heade nav ul li{
        white-space: nowrap !important;
    }
    body #allrecords .uc-product-tab-heade{
        overflow: auto !important;
    }
     #allrecords .uc-product-tab-heade .t229__positionstatic{
        background-color: rgb(21 213 231) !important;
    }
    #allrecords .uc-product-tab-heade .t229__centerside{
        padding: 0;
    }
}
@media screen and (max-width:480px){
.thumber  .t-slds__bullet {
    width: 45px;
    height: 45px;
}
}
.thumber .t-slds__bullet_wrapper {
    display: flex !important;
    justify-content: flex-start;  /* выравнивание: слева - flex-start , справа - flex-end  , центр - center -  */
    flex-wrap: wrap;
}