.t758 ul {
    margin: 0
}

.t758__list {
    list-style-type: none;
    margin: 0;
    padding: 0!important
}

.t758__list_item {
    clear: both;
    font-family: 'TildaSans',Arial,sans-serif;
    font-size: 16px;
    display: inline-block;
    margin: 0;
    color: #000000;
    white-space: nowrap
}

.t758__link-item__wrapper {
    display: inline-block;
    padding-right: 10px;
    min-height: 19px;
    vertical-align: middle;
    float: left
}

.t758__list-item__icon {
    height: 19px;
    margin-right: 10px;
    float: left
}

.t758 .t-menu__link-item {
    white-space: initial;
    line-height: 19px;
    min-height: 19px;
    display: inline-block;
    float: left;
    font-size: 14pt;
}

.t758__breadcrumb-divider {
    padding-right: 10px;
    font-family: Arial,Helvetica,sans-serif;
    float: left;
    line-height: 19px;
    height: 19px
}

.t758__list_item:last-child .t758__link-item__wrapper {
    padding-right: 0!important
}

.t758 a,#allrecords .t758 a {
    text-decoration: none;
    color: #000000
}

@media screen and (max-width: 480px) {
    .t758__list_item {
        font-size:12px
    }

    .t758__link-item__wrapper {
        padding-right: 5px
    }

    .t758__breadcrumb-divider {
        padding-right: 5px
    }
}

.t-store__card__sold-out-msg {
  visibility: hidden;
}
.t-store__card__sold-out-msg:after {
  content: "Закончился"; 
  visibility: visible;
  display: block;
  font-weight: 450;
  color: #B21106;
}


