    .ttk-bg-blur-dark {
        background: rgba(90, 90, 100, 0.15);
        backdrop-filter: blur(40.481929779052734px);
        border-radius: 20px;

    }
    
    .ttk-bg-blur {
        background: rgba(255, 255, 255, 0.10);
        backdrop-filter: blur(40.481929779052734px);
        border-radius: 20px;

    }


ul.t-feed__parts-switch-wrapper, .t976__wrapper {
    padding-left: 0;
    border-radius: 8px;
    background: #fff;
    padding: 4px;
    width: fit-content;
}

.t-feed__parts-switch-btn, .t976__list-item {
    border: 0px solid #000000;
    margin: 0px;
    background-color: #ffffff;
    border-radius: 8px;
}

.t-feed__parts-switch-btn, .t976__list-item {
    cursor: pointer;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.t-feed__col-grid__wrapper, .js-feed-post-image {
    border-radius: 20px;
    overflow: hidden;
    background: white;
}

.t-feed__post-imgwrapper {
    margin-bottom: -20px !important;
}

/* === стандартный блок проектов: внешний вид как у каталога === */

.t-feed__col-grid__wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: visible !important;
    background: transparent;
    border-radius: 20px;
}

.t-feed__post-link,
.t-feed__post-wrapper,
.t-feed__post-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.t-feed__post-imgwrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px;
}

.t-feed__post-imgwrapper .t-bgimg,
.t-feed__post-imgwrapper img,
.js-feed-post-image {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.t-feed__post-textwrapper,
.t-feed__post-content,
.t-feed__post-textbox,
.t-feed__post-textbox-wrapper,
.t-feed__post-text-wrap {
    position: relative;
    z-index: 2;
    margin-top: 0 !important;
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

.t-feed__post-title,
.t-feed__post-title a {
    color: #202020;
}

.t-feed__post-descr,
.t-feed__post-text,
.t-feed__descr {
    color: #58586a;
}

.t-feed__post-btn,
.t-feed__post-morelink,
.t-feed__btn,
.t-feed__more-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 156px;
    min-height: 48px;
    margin-top: auto;
    padding: 16px 24px !important;
    border-radius: 12px !important;
    border: 1px solid #e52713 !important;
    background: #e52713 !important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: background-color .3s ease, border-color .3s ease;
}

.t-feed__post-btn:hover,
.t-feed__post-morelink:hover,
.t-feed__btn:hover,
.t-feed__more-link:hover {
    background: #f63a26 !important;
    border-color: #f63a26 !important;
    color: #fff !important;
}

@media screen and (max-width: 639px) {
    .t-feed__post-textwrapper,
    .t-feed__post-content,
    .t-feed__post-textbox,
    .t-feed__post-textbox-wrapper,
    .t-feed__post-text-wrap {
        padding: 24px;
    }

    .t-feed__post-btn,
    .t-feed__post-morelink,
    .t-feed__btn,
    .t-feed__more-link {
        min-height: 44px;
    }
}

.t-descr_md {
    font-size: 16px;
}

.t-store__grid-separator {
    display: none;
}

/* === УНИВЕРСАЛЬНО ДЛЯ ВСЕХ T778 / STORE-БЛОКОВ С КАРТОЧКАМИ === */

.r[data-record-type="778"] .t-store__grid-cont.t-container {
    width: 100%;
    max-width: 1700px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.r[data-record-type="778"] .t-store__card-list {
    display: grid !important;
    grid-template-columns: repeat(4, 385px);
    column-gap: 40px !important;
    row-gap: 40px !important;
    justify-content: start;
    align-items: stretch;
    margin: 0 !important;
    padding: 0 !important;
    grid-auto-rows: 1fr;
}

.r[data-record-type="778"] .t-store__card-list > .t-store__card,
.r[data-record-type="778"] .t-store__card-list > .t-store__card.t-col,
.r[data-record-type="778"] .t-store__card-list > .t-store__card.t-col_3 {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    display: flex !important;
    height: 100% !important;
    align-self: stretch;
}

.r[data-record-type="778"] .t-store__card-list > .t-clear,
.r[data-record-type="778"] .t-store__grid-separator {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.r[data-record-type="778"] .t-store__card__wrap_all {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    width: 100%;
    margin: 0 !important;
    overflow: visible !important;
    border-radius: 20px !important;
}

.r[data-record-type="778"] .t-store__card__imgwrapper {
    position: relative !important;
    height: 186px !important;
    min-height: 186px !important;
    max-height: 186px !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 20px 20px 0 0 !important;
}

.r[data-record-type="778"] .t-store__card__bgimg,
.r[data-record-type="778"] .t-store__card__bgimg_second,
.r[data-record-type="778"] .t-store__card__img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    border-radius: 20px 20px 0 0 !important;
    background-size: cover !important;
    background-position: center center !important;
}

.r[data-record-type="778"] .t-store__card__wrap_txt-and-btns {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto;
    height: auto !important;
    min-height: 0;
    margin: -20px 0 0 0 !important;
    position: relative;
    z-index: 3;
    border-radius: 20px !important;
    overflow: hidden;
    background: white;
}

.r[data-record-type="778"] .store__card__wrap_txt-and-opts,
.r[data-record-type="778"] .t-store__card__textwrapper {
    flex: 1 1 auto;
}

.r[data-record-type="778"] .t-store__card__btns-wrapper {
    margin-top: auto;
}

.r[data-record-type="778"] .t-store__card a,
.r[data-record-type="778"] .t-store__card a:focus-visible {
    max-height: none !important;
    outline: none;
}

/* <= 1699 */
@media screen and (max-width: 1699px) {
    .r[data-record-type="778"] .t-store__grid-cont.t-container {
        max-width: 1200px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .r[data-record-type="778"] .t-store__card-list {
        grid-template-columns: repeat(3, 360px);
        column-gap: 40px !important;
        row-gap: 40px !important;
    }
}

/* <= 1199 */
@media screen and (max-width: 1199px) {
    .r[data-record-type="778"] .t-store__grid-cont.t-container {
        max-width: 960px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .r[data-record-type="778"] .t-store__card-list {
        grid-template-columns: repeat(2, 460px);
        column-gap: 20px !important;
        row-gap: 20px !important;
    }
}

/* <= 959 */
@media screen and (max-width: 959px) {
    .r[data-record-type="778"] .t-store__grid-cont.t-container {
        max-width: 640px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .r[data-record-type="778"] .t-store__card-list {
        grid-template-columns: minmax(0, 1fr);
        column-gap: 20px !important;
        row-gap: 20px !important;
    }

    .r[data-record-type="778"] .t-store__card-list > .t-store__card,
    .r[data-record-type="778"] .t-store__card-list > .t-store__card.t-col,
    .r[data-record-type="778"] .t-store__card-list > .t-store__card.t-col_3 {
        min-width: 0;
    }
}

/* <= 639 */
@media screen and (max-width: 639px) {
    .r[data-record-type="778"] .t-store__grid-cont.t-container {
        max-width: 480px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .r[data-record-type="778"] .t-store__card-list {
        grid-template-columns: minmax(0, 1fr);
        column-gap: 20px !important;
        row-gap: 20px !important;
    }
}

/* <= 479 */
@media screen and (max-width: 479px) {
    .r[data-record-type="778"] .t-store__grid-cont.t-container {
        max-width: 375px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .r[data-record-type="778"] .t-store__card-list {
        grid-template-columns: minmax(0, 1fr);
        column-gap: 20px !important;
        row-gap: 20px !important;
    }
}

/* === /projects/ block rec1222680251: те же брейкпоинты, что у эталона === */

.js-feed[data-feed-recid="1222680251"] .t915__container {
    width: 100%;
    max-width: 1700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.js-feed[data-feed-recid="1222680251"] .js-feed-container.t915__container {
    display: grid !important;
    width: 100% !important;
    max-width: 1700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    grid-template-columns: repeat(4, 385px);
    column-gap: 40px !important;
    row-gap: 40px !important;
    justify-content: start;
    align-items: stretch;
    list-style: none;
    box-sizing: border-box;
}

.js-feed[data-feed-recid="1222680251"] .js-feed-post.t-col_4,
.js-feed[data-feed-recid="1222680251"] .js-feed-post.t-col {
    width: 385px !important;
    max-width: 385px !important;
    margin: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    float: none !important;
    display: flex !important;
    align-self: stretch;
    box-sizing: border-box;
}

.js-feed[data-feed-recid="1222680251"] .t-feed__col-grid__post-wrapper {
    width: 100%;
    height: 100% !important;
    min-height: 173px;
    border-radius: 20px;
    box-sizing: border-box;
}

.js-feed[data-feed-recid="1222680251"] .t-feed__col-grid__wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.js-feed[data-feed-recid="1222680251"] .t-feed__textwrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.js-feed[data-feed-recid="1222680251"] .t-feed__post-title {
    margin-bottom: 8px;
}

.js-feed[data-feed-recid="1222680251"] .t-feed__post-descr {
    margin-top: auto;
}

/* <= 1699 */
@media screen and (max-width: 1699px) {
    .js-feed[data-feed-recid="1222680251"] .t915__container {
        max-width: 1200px !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .js-feed[data-feed-recid="1222680251"] .js-feed-container.t915__container {
        max-width: 1200px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        grid-template-columns: repeat(3, 360px);
        column-gap: 40px !important;
        row-gap: 40px !important;
    }

    .js-feed[data-feed-recid="1222680251"] .js-feed-post.t-col_4,
    .js-feed[data-feed-recid="1222680251"] .js-feed-post.t-col {
        width: 360px !important;
        max-width: 360px !important;
    }
}

/* <= 1199 */
@media screen and (max-width: 1199px) {
    .js-feed[data-feed-recid="1222680251"] .t915__container {
        max-width: 960px !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .js-feed[data-feed-recid="1222680251"] .js-feed-container.t915__container {
        max-width: 960px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        grid-template-columns: repeat(2, 460px);
        column-gap: 20px !important;
        row-gap: 20px !important;
    }

    .js-feed[data-feed-recid="1222680251"] .js-feed-post.t-col_4,
    .js-feed[data-feed-recid="1222680251"] .js-feed-post.t-col {
        width: 460px !important;
        max-width: 460px !important;
    }
}

/* <= 959 */
@media screen and (max-width: 959px) {
    .js-feed[data-feed-recid="1222680251"] .t915__container {
        max-width: 640px !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .js-feed[data-feed-recid="1222680251"] .js-feed-container.t915__container {
        max-width: 640px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        grid-template-columns: minmax(0, 1fr);
        column-gap: 20px !important;
        row-gap: 20px !important;
    }

    .js-feed[data-feed-recid="1222680251"] .js-feed-post.t-col_4,
    .js-feed[data-feed-recid="1222680251"] .js-feed-post.t-col {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0;
    }
}

/* <= 639 */
@media screen and (max-width: 639px) {
    .js-feed[data-feed-recid="1222680251"] .t915__container {
        max-width: 480px !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .js-feed[data-feed-recid="1222680251"] .js-feed-container.t915__container {
        max-width: 480px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        grid-template-columns: minmax(0, 1fr);
        column-gap: 20px !important;
        row-gap: 20px !important;
    }
}

/* <= 479 */
@media screen and (max-width: 479px) {
    .js-feed[data-feed-recid="1222680251"] .t915__container {
        max-width: 375px !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .js-feed[data-feed-recid="1222680251"] .js-feed-container.t915__container {
        max-width: 375px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        grid-template-columns: minmax(0, 1fr);
        column-gap: 20px !important;
        row-gap: 20px !important;
    }
}

/* 1) Делаем липкой обёртку с отступом 140px */
#feed-cover, .t396__artboard-flex .t396__elem.tn-elem.sticky_gal.tn-elem__15452279911759744979897 {
    position: sticky !important;
    top: 140px !important;
    z-index: 3 !important;
}

/* 2) Снимаем sticky с самой картинки */
#feed-cover .t-feed__post-popup__img {
    position: static !important;
    display: block;
    width: 100%;
    height: auto;
}

/* 3) У родительской колонки убираем sticky,
      чтобы не конфликтовало с дочерним sticky */
.t-feed__post-popup__content-col.t-col.t-col_6:first-child {
    position: static !important;
}

/* 4) Разрешаем sticky: убираем "препятствующие" overflow/transform */
.t-feed__post-popup__container,
.t-feed__post-popup__content-wrapper,
.t-feed__post-popup__content,
.t-feed__post-popup__content-col {
    overflow: visible !important;
    transform: none !important;
}

/* (опционально) На мобильных можно уменьшить отступ,
   чтобы не съедать экран */
@media (max-width: 980px) {
    #feed-cover {
        top: 80px !important;
    }
}

.t-uptitle {
    letter-spacing: .5px;
}

.t-feed__post-popup__tag {
    background: white;
    padding: 4px 10px 6px 10px;
    border-radius: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.t-feed__post-popup__date-wrapper {
    padding: 4px 10px 6px 0px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.t-feed__post-popup__tag span {
    margin-right: 0px;
}

@media screen and (min-width: 980px) {
    .t-feed__post-popup__content-wrapper {
        display: flex;
        flex-direction: row-reverse;
    }
}

@media screen and (max-width: 980px) {
    .t-col_1, .t-col_2, .t-col_3, .t-col_4, .t-col_5, .t-col_6, .t-col_7, .t-col_8, .t-col_9, .t-col_10, .t-col_11, .t-col_12 {
        -webkit-overflow-scrolling: touch;
        padding: 0 10px;
    }

    .t-feed__parts-switch-btn {
        margin-left: 0px !important;
        margin-right: 10px !important;
    }
}

@media screen and (max-width: 560px) {
    .t-feed__post-popup.t-popup_show .t-popup__container.t-popup__container-static {
        padding: 10px 0;
    }
}

@media screen and (max-width: 980px) {
    .t-feed__post-popup, .t-feed__post-popup.t-popup {
        padding: 0 10px;
    }
}

.t-feed__post-popup__container {
    padding: 40px 0;
}

@media screen and (max-width: 640px) {
    .t-descr_xs, .t-descr_xxs, .t-feed__post-date {
        font-size: 14px;
        line-height: 1.45;
    }
}

@media screen and (max-width: 640px) {
    .t-text_md {
        font-size: 16px;
        line-height: 1.45;
    }
}

.t706__cartwin-content {
    border-radius: 20px;
}

.t-store__card__bgimg, .t-store__card__bgimg_second, .t-store__card__img {
    z-index: 2;
    border-radius: 20px 20px 0 0;
    min-height: 140px !important;
}

.t-store__card-list .t-store__card__wrap_txt-and-btns {
    border-radius: 20px;
    overflow: hidden;
    background: white;
    z-index: 2;
}

.t778 .t-store__card:not(.js-product-relevant) .t-store__card__imgwrapper, .t778 .t778__imgwrapper {
    overflow: visible !important;
}

#allrecords .t-store__card a, #allrecords .t-store__card a:focus-visible {
    outline: none;
    max-height: 120px;
}

.t-store__card {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
}

.t-store__card__wrap_all {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    justify-content: space-between !important;
}

.t-store__card-list .t-store__card__wrap_txt-and-btns {
    height: 100%;
}

@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-store__card-list:after {
        display: none !important;
    }
}