.t734__title {
    word-break: normal;
}
.t786 .t-store__card {
    transition: background 0.3s linear;
}
.t786 .t-store__card:hover {
    background: #f6f6f6;
    transition: background 0.3s linear;
}
.t786 .t-store__card__img {
    transition: transform 0.3s linear;
}
.t786 .t-store__card:hover .t-store__card__img {
    transform: scale(1.1);
    transition: transform 0.3s linear;
}
.t786 .t-name_md {
    transition: text-decoration 0.3s linear;
}
.t786 .t-store__card:hover .t-name_md {
    text-decoration: underline;
    transition: text-decoration 0.3s linear;
}
.t-store__prod-popup__text {
    font-weight: 500;
    color: #292929 !important;
}
#allrecords {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
#t-footer {
    margin-top: auto;
}
.t-store__relevants__container .t-slds__arrow-right {
    right: -25px;
    left: auto;
}
.t-store__relevants__container .t-slds__arrow-left {
    left: -25px;
    right: auto;
}
.t-store .t-popup__close-wrapper .t-popup__close-icon_arrow path {
    fill: #fff;
}
.b-go-top {
    background: #000;
    box-sizing: border-box;
    position: fixed;
    width: 60px;
    height: 60px;
    right: 67px;
    bottom: 135px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 999;
    cursor: pointer;
    transform: translateY(600%);
    transition: transform .3s linear;
}
.b-go-top--on {
    transform: translateY(0);
    transition: transform .3s linear;
}

.t401__textwrapper {
    padding: 30px;
     box-sizing: border-box;
}
.t401__title {
    position: relative;
    box-sizing: border-box;
}
.t401__title::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    width: 13px;
    height: 24px;
    background: url(https://static.tildacdn.com/tild3661-3363-4161-a235-623263326566/arr.svg) no-repeat 50% 50%;
    background-size: cover;
}
.t401__textwrapper__content {
    margin: 0;
}
.t401 .t401__col {
   padding: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}
.t401 .t401__col {
    margin: 0;
}
.t401 .t401__title {
    padding-right: 20px;
}
.t401 {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width: 1260px;
    margin: 0 auto;
}
.t401 .t-container {
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 24px;
    width: 33.333%;
}
@media (max-width: 1240px) and (min-width: 1239px) {
    .t401 .t401__title {
        font-size: 20px !important;
    }
    .t-401 .t401__textwrapper {
        padding-right: 10px;
    }
}

@media (max-width: 1239px) and (min-width: 400px) {
.t401 .t-container {
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 24px;
    width: 50%;
}
}
@media (max-width: 830px) and (min-width: 690px) {
    .t401 .t401__title {
        font-size: 18px !important;
    }
} 
@media (max-width: 690px) and (min-width: 540px) {
    .t401 .t401__textwrapper {
        padding: 30px 12px;
    }
    .t401 .t401__title {
        font-size: 20px !important;
    }
    .t401 .t401__table {
        height: 210px !important;
    }
}
@media (max-width: 640px) and (min-width: 540px) {
    .t401 .t401__title {
        font-size: 18px !important;
    }
}
@media (max-width: 539px) {
    .t401 .t-container {
        width: 100%;
    }
    .t401 .t401__textwrapper {
        padding: 30px 15px;
    }
    .t401 .t401__table {
        height: 250px !important;
    }
}
@media screen and (max-width: 960px) {
    .b-go-top {
        right: 12px;
        bottom: 95px;
    }
}
@media screen and (max-width: 640px) {
    .t-store__relevants__container .t-slds__arrow-left {
        left: 0;
    }
    .t-store__relevants__container .t-slds__arrow-right {
        right: 0;
    }
    .t-store__mobile-two-columns .t-store__card__title.t-name {
        font-size: 14px !important;
        word-break: normal;
    }
}

#t-header{
    position: sticky;
  position: -webkit-sticky;
  z-index: 999;
  top: 0px;
}
.t-records {
  overflow: unset !important;
}

.t794__tooltip-menu_show{
    top: 88px!important;
}
}