.t-feed__col-grid__post-wrapper .t-feed__post-bgimg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    border-radius: 30px;
}


.t-feed__post-popup__content img {
    max-width: 100%;
    border-radius: 30px;
}


.t-text_md {
    font-size: 17px;
    line-height: 1.4;
}


.t-text {
    font-family: 'FuturaPT',Arial,sans-serif;
    font-weight: 400;
    color: #333;
}


.t-descr {
    font-family: 'FuturaPT';
}


.t-title {
    font-family: 'FuturaPT';
    font-weight: 400;
}

.t-uptitle {
    font-family: 'FuturaPT';
    font-weight: 600;

    letter-spacing: 2.5px;
}



.t-uptitle {
    font-family: 'FuturaPT';
    font-weight: 400;

    letter-spacing: 0px;
}


.t-name {
    font-family: 'FuturaPT';
    font-weight: 500 !important;

}


.t-feed__post-popup__relevants-bgimg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
}



.t-popup__container {
    background: #fff;
    margin: 0 auto;
    width: auto;
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    z-index: 1;
    cursor: default;
    -moz-transform: translateY(-30%) scale(.9);
    -ms-transform: translateY(-30%) scale(.9);
    -webkit-transform: translateY(-30%) scale(.9);
    -o-transform: translateY(-30%) scale(.9);
    transform: translateY(-30%) scale(.9);
    border-radius: 30px;
}

