/*@media screen and (max-width: 460px) {
  #allrecords .uc-posts1 .t-feed__row-grid__post-wrapper .t-feed__post-bgimg {
    width: 60px !important;
    height: 60px !important;
    margin-right: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    background-size: contain;
    margin-top: 10px;
  }

  #allrecords .uc-posts1 .t-feed__row-grid__post-wrapper {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    gap: 20px
  }
}


/* заголовок секций постов 
@media screen and (max-width: 680px) {
  #allrecords .t1004 .t-section__topwrapper {
    margin: 0 20px;
  }
}

/* корреция начала слайдера постов 
@media screen and (max-width: 480px) {
  #allrecords .t1004 .t-feed__slds-wrapper {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

/* контейнер поста 
#allrecords .uc-postsround .t1004 .t-feed__slider-grid__post-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* картинка поста 
#allrecords .uc-postsround .t1004 .t-feed__post-imgwrapper {
  width: 30%;
  min-height: 100px;
}

#allrecords .uc-postsround .t1004 .t-feed__post-imgwrapper img {
  border-radius: 100%;
  width: 100%;
  margin: 0;
  bottom: auto;
  top: 15px;
}

@media screen and (max-width: 480px) {
  #allrecords .uc-postsround .t1004 .t-feed__post-imgwrapper img {
    margin-top: 12px;
  }
}

/* текст поста 
#allrecords .uc-postsround .t1004 .t-feed__slider-grid__wrapper {
  width: 80%;
}

#allrecords .uc-postsround .t1004 .t-feed__slider-grid__wrapper {
  padding: 10px;
}
*/