.mix-multiply {
    mix-blend-mode: multiply;
    display: block;
}

.mix-multiply .tn-atom {
    position: absolute;
    height: 100%;
}

.pink-gr .tn-atom {
    background: -o-linear-gradient(326.93deg, #E2B7D2 10.18%, #F8DEF1 42.74%, #F1BDED 69.72%);
    background: linear-gradient(123.07deg, #E2B7D2 10.18%, #F8DEF1 42.74%, #F1BDED 69.72%);
    background-color: transparent !important;
}

.image-filter .tn-atom {
    position: relative !important;
}

.image-filter .tn-atom:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 62, 82, 0)), to(#4D3E52));
    background: -o-linear-gradient(top, rgba(77, 62, 82, 0) 0%, #4D3E52 100%);
    background: linear-gradient(180deg, rgba(77, 62, 82, 0) 0%, #4D3E52 100%);
    mix-blend-mode: multiply;
}

.t-select__wrapper:after {
    border-color: #E5BED7 transparent transparent transparent !important;
}

.t-popup__container.t-popup__container-static {
    margin: auto !important;
}

/*СТИЛИ СТРАНИЦ НОВОСТЕЙ*/
.t-feed__post-popup.t-popup_show .t-popup__container.t-popup__container.t-popup__container-static {
    margin: auto !important;
}

.t-feed__post-popup.t-popup_show .t-popup__container.t-popup__container.t-popup__container-static {
        padding-top: 120px;
}

.t-feed__post-popup__title {
    color: #4c3e51;
    font-size: 52px !important;
    font-family: 'Inter',Arial,sans-serif;
    line-height: 1.21 !important;
    font-weight: 700;
    text-transform: uppercase;
}

.t-feed__post-popup__content {
    max-width: 1200px;
}

@media screen and (max-width: 960px) {
    .t-feed__post-popup__title {
        font-size: 42px !important;
    }
    
    .t-feed .t-feed__post-popup {
        padding: 0 10px !important;
    }
}

@media screen and (max-width: 640px) {
    .t-feed__post-popup__title {
        font-size: 36px !important;
    }
}

@media screen and (max-width: 480px) {
    .t-feed__post-popup__title {
        font-size: 28px !important;
    }
}

.t657_rectangle {
    bottom: 50px !important;
}