.t-popup__container {
    background: #fff;
    border-radius: 30px;
    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);
}

.t-input {
    margin: 0;
    font-size: 100%;
    height: 39px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.t-feed__row-grid__post-wrapper .t-feed__post-bgimg {
    width: 325px;
    height: 270px;
    border-radius: 15px;
    margin-right: 40px;
}


element.style {
}
.t-feed_row .t-feed__container {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.t-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1290px;
    padding: 0;
}

.t-feed__post-popup__title-wrapper {
    padding-bottom: 10px;
    padding-top: 20px;
}

.t-title_xxs {
    font-size: 30px;
    line-height: 1.23;
    color: #00ad7c;
}

.t-feed__post-popup__img {
    max-width: 100%;
    width: 325px;
    display:block;
margin:auto;
    float: left;
    margin-right: 20px;
}

.t-feed__post-popup__content-wrapper {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.t-col_8 {
    max-width: 1290px;
}

.t-feed__post-popup__date-parts-wrapper {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px;
    margin-bottom: 220px;
    flex-wrap: wrap;
}