.t-store__grid-cont_col-width_stretch .t-store__card__imgwrapper_16-9 {
    padding-bottom: 0;
    width: 100%;
    position: relative;
}

.t-store__card__img {
    object-fit: cover;
    position: relative;
}

/*НАЧАЛО: Настройка потока: ширина блока, высота изображений:*/

.t-feed__post-imgwrapper, .t-feed__post-imgwrapper_beforetitle {
    padding-bottom: 0!important;
    aspect-ratio: auto!important;
}

.t-feed__post-img {
    position: relative;
}

.t-prefix_2 {
    padding-left: 0px;
}

.t-col_8 {
    max-width: 1160px;
}

@media screen and (max-width: 960px) {
    .t-prefix_2 {
        padding-left: 20px !important;
    }
}

/*КОНЕЦ: Настройка потока: ширина блока, высота изображений:*/

/*НАЧАЛО: Настройка линии и тени вокруг изображения Потока*/
.t-feed__post-imgwrapper, .t-feed__post-imgwrapper_afterdescr {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px !important;
    padding-left: 40px;
    border-radius: 6px;
    border: 1px dashed #BBBBBB;
}

@media screen and (max-width: 960px) {
    .t-feed__post-imgwrapper, .t-feed__post-imgwrapper_afterdescr {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px !important;
        padding-left: 20px;
    }
}

.t-feed__post-img {
    box-shadow: 0px 0px 4px 0px rgba(65,64,66,0.2);
    border-radius: 4px;
}

.t-feed__col-grid__post-wrapper .t-feed__post-imgwrapper {
    width: auto;
}

/*КОНЕЦ: Настройка линии и тени вокруг изображения Потока*/

/*НАЧАЛО: Настройка изображения внутри поста Потока*/
.t-feed__post-popup__text .t-redactor__tte-view figure {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px !important;
    padding-left: 40px;
    border-radius: 6px;
    border: 1px dashed #BBBBBB;
}

@media screen and (max-width: 960px) {
    .t-feed__post-popup__text .t-redactor__tte-view figure {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px !important;
        padding-left: 20px;
    }
}

.t-feed__post-popup__text .t-redactor__tte-view figure img {
    box-shadow: 0px 0px 4px 0px rgba(65,64,66,0.2);
    border-radius: 4px;
}

.t-feed__post-popup__text .t-redactor__tte-view figure {
    width: auto;
}
/*КОНЕЦ: Настройка изображения внутри поста Потока*/

/*НАЧАЛО: Настройка иконки ЛК*/
@media screen and (max-width: 960px) {
    .tlk-userbar__user-image {
        width: 35px!important;
        height: 35px!important;
    }
}
/*КОНЕЦ: Настройка иконки ЛК*/