li.js-feed-parts-switcher.t-feed__parts-switch-btn.t-feed__parts-switch-btn_bg.t-feed__parts-switch-btn-all.t-name.t-name_xs.t-menu__link-item {
    display: none !important;
} 
@media(min-width: 1600px) {
    .t-container {
        max-width: 1600px;
    }
    .t-feed__slider-grid__post-wrapper.t-col {
        width: 385px !important;
    }
    .t-col_12 {
        max-width: 1560px;
    }
}

@media(max-width: 1599px) {
    .t-feed__slider-grid__content.t-feed__grid-col_paddingbig {
         padding: 15px 20px 20px;
    }
    .t-feed__post-img {
        max-width: 90%;
    }
    .t-feed__slider-grid__wrapper.t-feed__slider-grid__wrapper_align {
        padding: 20px !important;
    }
    .t-feed__slider-grid__post-wrapper .t-feed__post-imgwrapper {
        border-radius: 32px;
        margin-bottom: 8px;
        text-align: center;
        margin-top: 15px;
    }
    .js-feed-error-msg.t-feed__error-msg-cont.t-col.t-col_12 {
        display: none;
    }
}
@media screen and (min-width:960px) and (max-width:1599px) {
    .t-prefix_2 {
        padding-left: initial;
    }
    .t-col_6 {
        max-width: 100%;
    }
}
.t-feed__post-popup.t-popup {
    z-index: 1000;
}
.custom-btn-pop-t {
    width: 307px;
    height: 55px;
    border-radius: 100px;
    background: linear-gradient(90deg, #0538FB, #1CD6FF);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    gap: 12px;
    cursor: pointer;
    margin-top: 20px;
}
.t-feed__slider-grid__post-wrapper .t-feed__post-imgwrapper {
    border-radius: 32px;
    margin-bottom: 8px;
}
.t-feed__slider-grid__wrapper.t-feed__slider-grid__wrapper_align {
    background: #23283D;
    border-radius: 32px;
    padding: 30px 36px;
    box-sizing: border-box;
}
.t-feed__post-parts-date-row.t-feed__post-parts-date-row_afterdescr .t-feed__post-date{
    display: none;
}
.t1004 .t-section__topwrapper {
    margin-bottom: 60px;
}
input.t-input.js-tilda-rule.t-input-inline-styles {
    border-radius: 100px !important;
}
.t-feed__post-popup__content img {
    max-width: 100%;
    width: 100%;
    border-radius: 32px;
}
.t-form__successbox {
    background: #363C56;
    border-radius: 17px;
}
.uc-content-box .t-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.uc-content-box .t-container .t-col {
    padding-left: 20px;
}