.t-table__viewport {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 13px 4px 13px 0;
  position: relative;
  width: 100%
}

.t-table__viewport *,
.t-table__viewport :after,
.t-table__viewport :before {
  box-sizing: inherit
}

.t-table__viewport-overlying {
  background-color: hsla(0, 0%, 100%, .5);
  box-sizing: border-box;
  content: "";
  display: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000);
  mask-image: linear-gradient(90deg, transparent, #000);
  max-height: 100%;
  max-width: 45px;
  min-height: 100%;
  min-width: 45px;
  pointer-events: none;
  position: -webkit-sticky;
  position: sticky;
  right: -4px;
  top: 0;
  z-index: 1
}

.t-table__viewport-overlying_visible {
  display: block
}

.t-table__wrapper {
  margin-bottom: 16px;
  position: relative;
  width: -webkit-fit-content;
  width: fit-content
}

.t-table__table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: -webkit-max-content;
  min-width: max-content;
  pointer-events: none;
  table-layout: auto
}

.t-table__row {
  padding: 0
}

.t-table__row+.t-table__row .t-table__cell {
  border-top: none
}

.t-table__row:first-child .t-table__cell:first-child {
  border-top-left-radius: var(--t-table-border-radius, 0)
}

.t-table__row:first-child .t-table__cell:last-child {
  border-top-right-radius: var(--t-table-border-radius, 0)
}

.t-table__row:last-child .t-table__cell:first-child {
  border-bottom-left-radius: var(--t-table-border-radius, 0)
}

.t-table__row:last-child .t-table__cell:last-child {
  border-bottom-right-radius: var(--t-table-border-radius, 0)
}

.t-table__cell-content:focus,
.t-table__cell:focus {
  outline: 0
}

.t-table__cell {
  border: 1px solid color-mix(in srgb, currentcolor 25%, transparent 75%);
  pointer-events: auto;
  position: relative;
  text-align: start;
  vertical-align: top
}

.t-table__cell+.t-table__cell {
  border-left: none
}

.t-table__cell-content {
  cursor: text;
  font-size: 14px;
  line-height: 1;
  max-width: 100%;
  min-height: 34px;
  padding: 9px;
  white-space: pre-wrap;
  width: 100%;
  word-break: break-word
}

.t-feed__row-grid__post-wrapper {
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 25px;
  padding-top: 25px;
  position: relative
}

.t-feed__row-grid__post-wrapper_panel {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .07);
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
  padding: 20px
}

.t-feed__row-grid__post-wrapper.t-feed__row-grid__post-wrapper_padd-sm {
  padding-bottom: 20px;
  padding-top: 20px
}

#allrecords ul.t-feed__container {
  margin-bottom: 0;
  padding-left: 0
}

.t-feed_row .t-feed__container,
.t-feed_row-bigimg .t-feed__container {
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}

.t-feed__row-bigimg-grid__post-wrapper {
  padding-bottom: 25px;
  padding-top: 25px
}

.t-feed__col-grid__content {
  box-sizing: border-box;
  padding: 5px 30px 27px;
  position: relative
}

.t-feed__col-grid__content.t-feed__col-grid__content_paddingtop {
  padding-top: 20px
}

.t-feed__col-grid__wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}

.t-feed__col-grid__wrapper.t-feed__col-grid__wrapper_align .t-feed__button-readmore {
  margin-top: auto
}

.t-feed__col-grid__wrapper.t-feed__col-grid__content_marginbottom {
  margin-bottom: 20px
}

.t-feed__grid-col:not(.t-slds__item) {
  margin-top: 90px
}

.t-feed__col-grid__content.t-feed__grid-col_paddingsmall {
  padding: 0 20px 18px
}

.t-feed__col-grid__content.t-feed__grid-col_paddingsmall.t-feed__col-grid__content_paddingtop {
  padding-top: 20px
}

.t-feed__col-grid__content.t-feed__grid-col_paddingbig {
  padding: 15px 40px 36px
}

.t-feed__col-grid__content.t-feed__grid-col_paddingbig.t-feed__col-grid__content_paddingtop {
  padding-top: 35px
}

.t-feed__slider-grid__content {
  box-sizing: border-box;
  padding: 5px 30px 27px;
  position: relative
}

.t-feed__slider-grid__content.t-feed__slider-grid__content_paddingtop {
  padding-top: 20px
}

.t-feed__slider-grid__wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}

.t-feed__slider-grid__wrapper.t-feed__slider-grid__wrapper_align .t-feed__button-readmore {
  margin-top: auto
}

.t-feed__slider-grid__wrapper.t-feed__slider-grid__content_marginbottom {
  margin-bottom: 20px
}

.t-feed__slider-grid__content.t-feed__grid-col_paddingsmall {
  padding: 0 20px 18px
}

.t-feed__slider-grid__content.t-feed__grid-col_paddingsmall.t-feed__slider-grid__content_paddingtop {
  padding-top: 20px
}

.t-feed__slider-grid__content.t-feed__grid-col_paddingbig {
  padding: 15px 40px 36px
}

.t-feed__slider-grid__content.t-feed__grid-col_paddingbig.t-feed__slider-grid__content_paddingtop {
  padding-top: 35px
}

.t-feed__grid-separator {
  margin-bottom: 90px
}

.t-feed__container_inrow1 .t-feed__post:first-child,
.t-feed__container_inrow2 .t-feed__post:nth-child(-n+2),
.t-feed__container_inrow3 .t-feed__post:nth-child(-n+3),
.t-feed__container_inrow4 .t-feed__post:nth-child(-n+4) {
  margin-top: 0 !important
}

#allrecords .t-feed__post.t-focusable {
  outline: none
}

#allrecords .t-feed__post.t-focusable div[class$=__post-wrapper] {
  outline-color: #2015ff;
  outline-offset: 4px;
  outline-style: auto
}

#allrecords .t-feed__post.t-focusable div.t-feed__slider-grid__post-wrapper {
  outline-color: #2015ff;
  outline-offset: 0;
  outline-style: auto
}

.t-feed__post__line-separator {
  background-color: rgba(0, 0, 0, .15);
  height: 1px;
  width: 100%
}

.t-feed__post:first-child .t-feed__post__line-separator {
  display: none
}

.t-feed__post-imgwrapper {
  overflow: hidden;
  position: relative
}

.t-feed__col-grid__post-wrapper .t-feed__post-imgwrapper {
  margin-bottom: 20px;
  padding-bottom: 66%;
  width: 100%
}

@supports (aspect-ratio:1/1) {
  .t-feed__col-grid__post-wrapper .t-feed__post-imgwrapper {
    padding-bottom: 0
  }
}

.t-feed__col-grid__post-wrapper .t-feed__post-imgwrapper.t-feed__post-imgwrapper_afterdescr {
  margin-bottom: 0
}

.t-feed__slider-grid__post-wrapper .t-feed__post-imgwrapper {
  margin-bottom: 20px;
  padding-bottom: 66%;
  width: 100%
}

@supports (aspect-ratio:1/1) {
  .t-feed__slider-grid__post-wrapper .t-feed__post-imgwrapper {
    padding-bottom: 0
  }
}

.t-feed__slider-grid__post-wrapper .t-feed__post-imgwrapper.t-feed__post-imgwrapper_afterdescr {
  margin-bottom: 0
}

.t-feed_row-bigimg .t-feed__post-imgwrapper_afterdescr {
  margin-top: 20px
}

.t-feed__post-bgimg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}

.t-feed__col-grid__post-wrapper .t-feed__post-bgimg,
.t-feed__slider-grid__post-wrapper .t-feed__post-bgimg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0
}

.t-feed__row-grid__post-wrapper .t-feed__post-bgimg {
  height: 150px;
  margin-right: 40px;
  width: 190px
}

.t-feed__row-grid__post-wrapper_panel .t-feed__post-bgimg {
  height: 250px;
  margin-right: unset;
  margin-top: 20px;
  width: 100%
}

.t-feed__row-bigimg-grid__post-wrapper .t-feed__post-bgimg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0
}

.t-feed__post-label-wrapper {
  left: 15px;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 3
}

.t-feed__post-label {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0;
  margin-bottom: 2px;
  margin-right: 8px;
  margin-top: 15px;
  padding: 7px 8px
}

.t-feed__post-label:last-child {
  margin-right: 0
}

.t-feed__post-label span {
  color: #fff
}

.t-feed__post-label .t-feed__post-tag {
  margin-right: 10px
}

.t-feed__post-label .t-feed__post-date {
  margin: 0
}

.t-feed__post-img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .1s linear;
  z-index: 2
}

.t-feed__row-grid__post-wrapper .t-feed__textwrapper {
  -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0;
  flex: 1 1 0
}

.t-feed__row-grid__post-wrapper_panel .t-feed__textwrapper {
  -ms-flex-order: -1;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-order: -1;
  order: -1
}

.t-feed__row-bigimg-grid__post-wrapper .t-feed__post-imgwrapper {
  margin-bottom: 15px
}

.t-feed__row-bigimg-grid__post-wrapper .t-feed__post-title {
  margin-bottom: 10px
}

.t-feed__row-bigimg-grid__post-wrapper .t-feed__post-title.t-feed__post-title_margin {
  margin-bottom: 15px
}

.t-feed__link {
  color: inherit !important;
  outline: none
}

#allrecords a.t-feed__link:focus-visible {
  outline: none
}

.t-feed__slds-wrapper {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center
}

.t-feed__timestamp {
  border-top: 1px solid #e6e6e6;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 46px;
  margin-bottom: -20px;
  margin-top: 15px
}

.t-feed__post-descr,
.t-feed__post-title {
  overflow: hidden;
  text-overflow: ellipsis
}

.t-feed__post-descr {
  color: rgba(0, 0, 0, .9);
  margin-top: 8px
}

.t-feed__post-parts-date-row {
  font-size: 0
}

.t-feed__post-parts-date-row_beforetitle {
  margin-bottom: 10px
}

.t-feed__post-parts-date-row_aftertitle {
  margin-bottom: 15px
}

.t-feed__col-grid__post-wrapper .t-feed__post-parts-date-row_aftertitle,
.t-feed__row-grid__post-wrapper .t-feed__post-parts-date-row_aftertitle,
.t-feed__slider-grid__post-wrapper .t-feed__post-parts-date-row_aftertitle {
  margin-top: 10px
}

.t-feed__post-parts-date-row_afterdescr {
  margin-top: 15px
}

.t-feed__post-date {
  color: rgba(0, 0, 0, .5);
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1px;
  margin-right: 15px;
  vertical-align: middle
}

.t-feed__timestamp .t-feed__post-date {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: 0
}

.t-feed__post-tag {
  color: rgba(0, 0, 0, .5);
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1px;
  margin-right: 15px;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle
}

.t-feed__post-tag:after {
  content: "·";
  position: absolute;
  right: -9px
}

.t-feed__post-label .t-feed__post-tag:after {
  right: -7px
}

.t-feed__post-tag:last-child:after {
  display: none
}

.t-feed__post-tag:last-child {
  margin-right: 0
}

.t-feed__buttons-wrapper {
  -ms-flex-pack: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 20px;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 90px
}

.t-feed__buttons-wrapper_hidden {
  opacity: 0
}

.t-feed__col-grid__post-wrapper .t-feed__buttons-wrapper,
.t-feed__slider-grid__post-wrapper .t-feed__buttons-wrapper {
  margin-top: 0
}

.t-feed__buttons-wrapper:after,
.t-feed__buttons-wrapper:before {
  content: none
}

.t-feed__showmore-btn {
  background-color: transparent;
  border: none
}

.t-feed__button-container {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center
}

.t-feed__button-readmore .t-btn {
  margin-top: 25px
}

.t-feed__button-readmore .t-btntext {
  font-weight: 400;
  margin-top: 15px
}

.t-feed__share-container {
  position: absolute;
  right: 20px;
  z-index: 10
}

.t-feed__share-icon {
  fill: rgba(0, 0, 0, .5);
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 20px;
  padding: 0;
  pointer-events: none;
  width: 20px
}

.t-feed__share-icon svg {
  fill: rgba(0, 0, 0, .5)
}

.t-feed__share-icon_active {
  fill: #000;
  pointer-events: inherit
}

.t-feed__share-icon_active svg {
  fill: #000
}

.t-feed__share {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  padding: 15px 10px;
  position: absolute;
  right: -2px;
  top: 30px;
  visibility: hidden;
  z-index: 15
}

.t-feed__share_open {
  visibility: visible
}

.t-feed__share-arrow {
  border: 5px solid transparent;
  border-bottom: 8px solid #fff;
  display: block;
  height: 0;
  position: absolute;
  right: 8px;
  top: -13px;
  width: 0
}

.t-feed__share .ya-share2__container_size_m .ya-share2__icon {
  height: 23px;
  width: 23px
}

.t-feed__share .ya-share2__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0;
  padding-left: 0 !important
}

.t-feed__share .ya-share2__container_size_m .ya-share2__counter {
  line-height: 23px
}

.t-feed__share_black-white .ya-share2__badge {
  background-color: #111 !important
}

.t-feed__share_transp-white .ya-share2__badge {
  background-color: transparent !important
}

.t-feed__share_transp-white .ya-share2__container_size_m .ya-share2__counter:before {
  display: none
}

.t-feed__share_transp-white .ya-share2__container_size_m .ya-share2__counter {
  margin-top: 2px;
  padding-left: 0 !important
}

.t-feed__share_white-black .ya-share2__badge {
  background-color: #fff !important
}

.t-feed__share_white-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
}

.t-feed__share_white-black .ya-share2__container_size_m .ya-share2__counter {
  color: #222
}

.t-feed__share_white-black .ya-share2__counter:before {
  background-color: #222
}

.t-feed__share_white-black .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.714 16.984C7.248 16.984 4.13 13.236 4 7h2.738c.09 4.577 2.109 6.516 3.708 6.916V7h2.578v3.947c1.58-.17 3.238-1.968 3.798-3.947H19.4c-.43 2.438-2.228 4.237-3.507 4.977 1.279.6 3.328 2.168 4.107 5.007h-2.838c-.61-1.899-2.129-3.368-4.138-3.568v3.568h-.31Z' fill='%23000'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 24px
}

.t-feed__share_white-black .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.737 11.505 17.577 6h-1.148l-4.202 4.78L8.871 6H5l5.075 7.228L5 19h1.147l4.438-5.047L14.129 19H18l-5.263-7.495Zm-1.571 1.786-.514-.72L6.56 6.846h1.762l3.302 4.622.514.72 4.292 6.007h-1.761l-3.503-4.903Z' fill='%23000'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 24px
}

.t-feed__share_white-black .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjMjIyIiBkPSJNNzQuOTk3IDQ2LjAxMWMtNC45MDMuMDA2LTguODc1IDMuOTc5LTguODgzIDguODgzIDAgNC44OTQgMy45ODUgOC44NzkgOC44ODMgOC44NzkgNC45MDMtLjAwOCA4Ljg3NS0zLjk3OSA4Ljg4LTguODc5LjAwMi00LjkwNS0zLjk3Ny04Ljg3Ny04Ljg4LTguODgzem0wIDMwLjMyN2MtMTEuODM4LS4wMS0yMS40MzctOS42MDYtMjEuNDQ4LTIxLjQ0NC4wMDgtMTEuODQ2IDkuNjA0LTIxLjQ0MiAyMS40NDgtMjEuNDU1IDExLjg0NS4wMSAyMS40NTEgOS42MDkgMjEuNDU2IDIxLjQ1NS0uMDE1IDExLjg0LTkuNjE1IDIxLjQzNi0yMS40NTYgMjEuNDQ0ek02Ni4zMiA5My44MzZhNDAuMTQzIDQwLjE0MyAwIDAgMS0xMi40NTUtNS4xNTQgNi4yODYgNi4yODYgMCAwIDEtMS45NzMtOC42NjggNi4yODMgNi4yODMgMCAwIDEgOC42NjYtMS45NzUgMjcuMjUgMjcuMjUgMCAwIDAgMjguODg2IDAgNi4zMDEgNi4zMDEgMCAwIDEgNi4yODQtLjI0MiA2LjI4MiA2LjI4MiAwIDAgMSAzLjM0MiA1LjMyNCA2LjI4NCA2LjI4NCAwIDAgMS0yLjkzIDUuNTYxIDQwLjMyMSA0MC4zMjEgMCAwIDEtMTIuNDU3IDUuMTU0bDExLjk5NCAxMmE2LjI5MSA2LjI5MSAwIDAgMS0uMDExIDguODkzIDYuMjg4IDYuMjg4IDAgMCAxLTguODg2LS4wMTJsLTExLjc3OS0xMS43ODktMTEuNzg1IDExLjc4OWE2LjI4MSA2LjI4MSAwIDAgMS04Ljg4OSAwIDYuMjg5IDYuMjg5IDAgMCAxIDAtOC44OTFsMTEuOTkzLTExLjk5eiIvPjwvc3ZnPg==);
  background-size: 23px 23px
}

.t-feed__share_transp-black .ya-share2__badge {
  background-color: transparent !important
}

.t-feed__share_transp-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
}

.t-feed__share_transp-black .ya-share2__container_size_m .ya-share2__counter {
  color: #222;
  margin-top: 2px;
  padding-left: 0 !important
}

.t-feed__share_transp-black .ya-share2__counter:before {
  display: none
}

.t-feed__share_transp-black .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.714 16.984C7.248 16.984 4.13 13.236 4 7h2.738c.09 4.577 2.109 6.516 3.708 6.916V7h2.578v3.947c1.58-.17 3.238-1.968 3.798-3.947H19.4c-.43 2.438-2.228 4.237-3.507 4.977 1.279.6 3.328 2.168 4.107 5.007h-2.838c-.61-1.899-2.129-3.368-4.138-3.568v3.568h-.31Z' fill='%23000'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 24px
}

.t-feed__share_transp-black .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.737 11.505 17.577 6h-1.148l-4.202 4.78L8.871 6H5l5.075 7.228L5 19h1.147l4.438-5.047L14.129 19H18l-5.263-7.495Zm-1.571 1.786-.514-.72L6.56 6.846h1.762l3.302 4.622.514.72 4.292 6.007h-1.761l-3.503-4.903Z' fill='%23000'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 24px
}

.t-feed__share_transp-black .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjMjIyIiBkPSJNNzQuOTk3IDQ2LjAxMWMtNC45MDMuMDA2LTguODc1IDMuOTc5LTguODgzIDguODgzIDAgNC44OTQgMy45ODUgOC44NzkgOC44ODMgOC44NzkgNC45MDMtLjAwOCA4Ljg3NS0zLjk3OSA4Ljg4LTguODc5LjAwMi00LjkwNS0zLjk3Ny04Ljg3Ny04Ljg4LTguODgzem0wIDMwLjMyN2MtMTEuODM4LS4wMS0yMS40MzctOS42MDYtMjEuNDQ4LTIxLjQ0NC4wMDgtMTEuODQ2IDkuNjA0LTIxLjQ0MiAyMS40NDgtMjEuNDU1IDExLjg0NS4wMSAyMS40NTEgOS42MDkgMjEuNDU2IDIxLjQ1NS0uMDE1IDExLjg0LTkuNjE1IDIxLjQzNi0yMS40NTYgMjEuNDQ0ek02Ni4zMiA5My44MzZhNDAuMTQzIDQwLjE0MyAwIDAgMS0xMi40NTUtNS4xNTQgNi4yODYgNi4yODYgMCAwIDEtMS45NzMtOC42NjggNi4yODMgNi4yODMgMCAwIDEgOC42NjYtMS45NzUgMjcuMjUgMjcuMjUgMCAwIDAgMjguODg2IDAgNi4zMDEgNi4zMDEgMCAwIDEgNi4yODQtLjI0MiA2LjI4MiA2LjI4MiAwIDAgMSAzLjM0MiA1LjMyNCA2LjI4NCA2LjI4NCAwIDAgMS0yLjkzIDUuNTYxIDQwLjMyMSA0MC4zMjEgMCAwIDEtMTIuNDU3IDUuMTU0bDExLjk5NCAxMmE2LjI5MSA2LjI5MSAwIDAgMS0uMDExIDguODkzIDYuMjg4IDYuMjg4IDAgMCAxLTguODg2LS4wMTJsLTExLjc3OS0xMS43ODktMTEuNzg1IDExLjc4OWE2LjI4MSA2LjI4MSAwIDAgMS04Ljg4OSAwIDYuMjg5IDYuMjg5IDAgMCAxIDAtOC44OTFsMTEuOTkzLTExLjk5eiIvPjwvc3ZnPg==);
  background-size: 23px 23px
}

.t-feed__post-popup__text .t-redactor__tte-view h2.t-redactor__h2,
.t-feed__post-popup__text .t-redactor__tte-view h3.t-redactor__h3,
.t-feed__post-popup__text .t-redactor__tte-view h4.t-redactor__h4 {
  margin-bottom: .75rem;
  margin-top: 2rem;
  padding: .25rem 0
}

.t-feed__post-popup__text .t-redactor__tte-view .t-redactor__text,
.t-feed__post-popup__text .t-redactor__tte-view blockquote.t-redactor__preface {
  margin-bottom: .75rem;
  padding: .25rem 0
}

.t-feed__post-popup__text .t-redactor__tte-view blockquote.t-redactor__quote {
  margin: 1rem 0
}

.t-feed__post-popup__text .t-redactor__tte-view figure {
  margin: 1rem 0;
  width: 100%
}

.t-feed__post-popup__text .t-redactor__tte-view figure img {
  display: block;
  width: 100%
}

.t-feed__post-popup__text .t-redactor__tte-view figure figcaption {
  font-size: 16px;
  font-style: italic;
  margin-top: 5px;
  opacity: .5
}

.t-redactor__tte-view .t-redactor__video-container video {
  object-fit: cover
}

.t-redactor__highlightcode {
  background: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 2rem 0;
  overflow: hidden
}

.t-redactor__highlightcode code {
  box-sizing: border-box;
  font-size: 14px;
  padding: 20px !important;
  white-space: pre;
  width: 100%
}

.t-redactor__highlightcode:empty {
  padding: 0 !important
}

.t-redactor__highlightcode::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 6px;
  width: 6px
}

.t-redactor__highlightcode::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 4px
}

.t-redactor__highlightcode::-webkit-scrollbar-corner {
  background-color: transparent;
  border-radius: 10px
}

.t-redactor__callout {
  margin: 2rem 0;
  padding: 30px 20px 28px 55px;
  position: relative
}

.t-redactor__callout-icon {
  left: 20px;
  position: absolute;
  top: 27px
}

.t-redactor__callout_fontSize_big {
  font-size: 22px
}

.t-redactor__callout_fontSize_default {
  font-size: 18px
}

.t-redactor__callout_fontSize_small {
  font-size: 16px
}

.t-redactor__callout,
.t-redactor__tte-view .t-redactor__text,
.t-redactor__tte-view blockquote.t-redactor__preface,
.t-redactor__tte-view blockquote.t-redactor__quote,
.t-redactor__tte-view h2.t-redactor__h2,
.t-redactor__tte-view h3.t-redactor__h3,
.t-redactor__tte-view h4.t-redactor__h4 {
  word-break: break-word
}

.t-redactor__tte-view figure hr {
  background: currentColor;
  border: none;
  height: 1px;
  opacity: 1;
  width: 100%
}

@media screen and (max-width:960px) {
  .t-feed__grid-separator {
    display: none
  }

  .t-feed__container_mobile-grid {
    font-size: 0
  }

  .t-feed__container_inrow1 .t-feed__post:first-child,
  .t-feed__container_inrow2 .t-feed__post:nth-child(-n+2),
  .t-feed__container_inrow3 .t-feed__post:nth-child(-n+3),
  .t-feed__container_inrow4 .t-feed__post:nth-child(-n+4) {
    margin-top: 60px !important
  }

  .t-feed__container_inrow1 .t-feed__post:first-child,
  .t-feed__container_inrow2 .t-feed__post:first-child,
  .t-feed__container_inrow3 .t-feed__post:first-child,
  .t-feed__container_inrow4 .t-feed__post:first-child {
    margin-top: 0 !important
  }

  .t-feed__grid-col:not(.t-slds__item) {
    margin-top: 60px !important
  }

  .t-feed__post-imgwrapper_mobile-nopadding {
    font-size: 0;
    padding-bottom: 0 !important
  }

  .t-col_8 .t-feed__post-imgwrapper_mobile-nopadding .t-feed__post-img {
    position: static
  }

  .t-feed__buttons-wrapper {
    margin-top: 45px
  }

  .t-feed__post-label {
    padding-bottom: 5px;
    padding-top: 5px
  }

  .t-feed__post-bgimg:hover {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  .t-feed__col-grid__wrapper.t-feed__col-grid__wrapper_align .t-feed__button-readmore {
    margin-top: 0
  }
}

@media screen and (max-width:640px) {
  .t-feed__container_mobile-grid.t-col {
    box-sizing: border-box;
    padding: 0 10px
  }

  .t-feed__row-grid__post-wrapper .t-feed__post-bgimg {
    margin-right: 20px
  }

  .t-feed__buttons-wrapper {
    margin-top: 30px
  }

  .t-feed__post-tag:after {
    right: -7px
  }

  .t-feed__post-label {
    margin-top: 5px
  }

  .t-feed__post-label:first-child {
    margin-top: 15px
  }

  .t-feed__post-parts-date-row_aftertitle {
    margin-bottom: 10px
  }
}

@media screen and (max-width:480px) {
  .t-feed__imgwrapper_mobile-nopadding {
    font-size: 0;
    padding-bottom: 0 !important
  }

  .t-feed__post-imgwrapper_mobile-nopadding .t-feed__post-img {
    position: static
  }
}

@media screen and (max-width:460px) {
  .t-feed__row-grid__post-wrapper .t-feed__post-bgimg {
    height: auto !important;
    margin-bottom: 20px;
    margin-right: 0;
    padding-bottom: 60%;
    width: 100% !important
  }

  .t-feed__row-grid__post-wrapper .t-feed__post-bgimg.t-feed__post-bgimg_square {
    padding-bottom: 100%
  }

  .t-feed__row-grid__post-wrapper {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.t-feed__parts-panel {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  overflow: hidden;
  white-space: nowrap
}

.t-feed__container .t-feed__parts-switch-wrapper {
  margin-bottom: 40px;
  text-align: center
}

#allrecords ul.t-feed__parts-switch-wrapper {
  padding-left: 0
}

.t-feed__parts-switch-wrapper.t-align_left {
  text-align: left
}

.t-feed__parts-switch-wrapper.t-align_center {
  text-align: center
}

.t-feed__parts-switch-btn {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 30px
}

.t-feed__parts-switch-btn_bg {
  margin-right: 10px
}

.t-feed__parts-switch-btn:last-child {
  margin-right: 0
}

.t-feed__parts-switch-btn_hide {
  display: none
}

#allrecords .t-feed__parts-switch-btn a {
  color: #000;
  display: inline-block
}

#allrecords .t-feed__parts-switch-btn span {
  display: inline-block
}

.t-feed__parts-switch-btn.t-active a,
.t-feed__parts-switch-btn.t-active span {
  opacity: .7
}

@media screen and (max-width:640px) {
  .t-feed__parts-switch-wrapper {
    box-sizing: border-box;
    margin-bottom: 20px
  }

  .t-feed__parts-switch-btn {
    margin-right: 20px
  }

  .t-feed__parts-switch-btn_bg {
    margin-right: 5px
  }
}

.t-feed__error-msg-cont {
  width: 100%
}

.t-feed__error-msg-cont:after,
.t-feed__error-msg-cont:before {
  content: "";
  display: table
}

.t-feed__error-msg-cont:after {
  clear: both
}

.t-feed__error-msg-wrapper {
  border: 1px solid hsla(0, 0%, 51%, .5);
  box-sizing: border-box;
  color: hsla(0, 0%, 51%, .7);
  display: table;
  min-height: 40vh;
  padding: 40px 40px 50px;
  text-align: center;
  width: 100%
}

.t-feed__error-msg {
  display: table-cell;
  vertical-align: middle
}

@media screen and (max-width:640px) {
  .t-feed__error-msg-cont {
    box-sizing: border-box;
    padding: 0 20px
  }
}

.t-feed__post-popup.t-popup {
  background-color: #fff;
  cursor: auto;
  padding: 0;
  z-index: 1000000000
}

.t-feed__post-popup_panel.t-popup {
  padding: 20px
}

.t-feed__post-popup__container {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 95px 0
}

.t-feed__post-popup__container_panel {
  padding: 60px 0
}

.t-feed__post-popup__content-wrapper {
  -ms-flex-pack: center;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center
}

.t-feed__post-popup__content img {
  display: block;
  max-width: 100%
}

.t-feed__post-popup__author-wrapper {
  -ms-flex-align: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 35px
}

.t-feed__post-popup__author-bgimg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 30px;
  margin-right: 10px;
  width: 30px
}

.t-feed__post-popup__row {
  -ms-flex-align: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 40px
}

.t-feed__post-popup__close-text-wrapper {
  max-width: 80%
}

.t-feed__post-popup__date-wrapper {
  margin-right: 15px
}

.t-feed__post-popup__date {
  color: rgba(0, 0, 0, .5);
  font-size: 10px
}

.t-feed__post-popup__date.t-uptitle {
  letter-spacing: 1.5px
}

.t-feed__post-popup__tags {
  font-size: 0
}

.t-feed__post-popup__tag span {
  color: rgba(0, 0, 0, .5);
  font-size: 10px;
  margin-right: 15px;
  text-transform: uppercase
}

.t-feed__post-popup__tag:last-child span {
  margin-right: 0
}

.t-feed__post-popup__img {
  max-width: 100%
}

.t-feed__post-popup__cover-wrapper {
  font-size: 0;
  margin-bottom: 30px;
  margin-top: 15px
}

.t-feed__post-popup__cover-wrapper_video {
  background-color: rgba(0, 0, 0, .1);
  height: 0;
  padding-bottom: 56.25%;
  position: relative
}

.t-feed__post-popup__cover-wrapper_video iframe,
.t-feed__post-popup__cover-wrapper_video video {
  left: 0;
  position: absolute;
  top: 0
}

.t-feed__post-popup__cover-wrapper.t-feed__post-popup__cover-wrapper_beforetitle {
  margin-top: 0
}

.t-feed__post-popup__title-wrapper {
  padding-bottom: 15px
}

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

.t-feed__post-popup__date-parts-wrapper.t-feed__post-popup__date-parts-wrapper_aftertitle,
.t-feed__post-popup__date-parts-wrapper.t-feed__post-popup__date-parts-wrapper_beforetitle {
  margin-top: 0;
  padding-bottom: 15px
}

.t-feed__post-popup__close-wrapper {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  box-sizing: border-box;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  padding: 18px 20px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10
}

.t-feed__post-popup__close-wrapper.t-feed__post-popup__close-wrapper_loading {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.t-feed__post-popup .t-popup__container.t-popup__container-static {
  margin: 0 auto;
  -webkit-transform: translateY(50px);
  transform: translateY(50px)
}

.t-feed__post-popup.t-popup_show .t-popup__container.t-popup__container.t-popup__container-static {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all .9s cubic-bezier(.19, 1, .22, 1)
}

.t-feed__post-popup.t-popup_show .t-popup__container.t-popup__container.t-popup__container-static.t-feed__post-popup__container_loading {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px)
}

.t-feed__post-popup__text-wrapper {
  margin-top: 10px
}

.t-feed__post-popup__text-wrapper figure {
  margin: 0
}

.t-feed__post-popup__text-wrapper figcaption {
  font-size: 18px;
  font-style: italic;
  margin-top: 5px;
  opacity: .5
}

.t-feed__post-popup__text-wrapper .t-redactor__video-container {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative
}

.t-feed__post-popup__text-wrapper .t-redactor__video-container iframe,
.t-feed__post-popup__text-wrapper .t-redactor__video-container video {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important
}

.t-feed__post-popup__text-wrapper h2.t-redactor__h2 {
  font-size: 30px;
  line-height: 1.3;
  margin: 0
}

.t-feed__post-popup__text-wrapper h3.t-redactor__h3 {
  font-size: 28px;
  line-height: 1.3;
  margin: 0
}

.t-feed__post-popup__text-wrapper h4.t-redactor__h4 {
  font-size: 22px;
  line-height: 1.3;
  margin: 0
}

.t-feed__post-popup__text-wrapper blockquote.t-redactor__quote {
  border-left: 3px solid rgba(0, 0, 0, .84);
  margin: 0;
  padding-left: 20px
}

.t-feed__post-popup__text-wrapper ol,
.t-feed__post-popup__text-wrapper ul {
  margin: 0
}

.t-feed__post-popup__text-wrapper blockquote.t-redactor__preface {
  font-size: 26px;
  line-height: 1.55;
  margin: 0
}

.t-feed__post-popup__text-wrapper hr {
  background: #000;
  border: none;
  height: 1px;
  margin: 40px 0 !important;
  opacity: .2;
  width: 100%
}

.t-feed__post-popup__text a {
  overflow-wrap: break-word
}

.t-feed__post-popup .t-popup__close {
  background-color: transparent;
  border: none;
  left: 20px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.t-feed__post-popup .t-popup__close:before {
  bottom: -15px;
  content: "";
  display: block;
  left: -15px;
  position: absolute;
  right: -15px;
  top: -15px
}

.t-feed__post-popup .t-popup__close-icon {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  vertical-align: top
}

.t-feed__post-popup__close-text {
  display: inline-block;
  font-weight: 600;
  line-height: 1.3;
  opacity: .8
}

.t-feed__post-popup .t-popup__container.t-popup__container-static {
  width: auto
}

.t-feed__post-popup .t-popup__container {
  background-color: transparent
}

.t-feed__post-popup__cover-wrapper .t-slds__arrow {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.t-feed__post-popup__cover-wrapper .t-slds__arrow_body {
  background-color: transparent;
  border: none;
  padding: 0
}

.t-feed__post-popup__cover-wrapper .t-slds__arrow_wrapper polyline {
  transition: stroke .2s ease-in-out
}

.t_feed__post-popup__gallery-imgwrapper {
  position: relative
}

.t_feed__post-popup__gallery-imgwrapper .t-slds__bgimg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.t-feed__post-popup__comments {
  margin-bottom: 0;
  margin-top: 55px;
  text-align: center
}

.t-feed__post-popup__relevants,
.t-feed__post-popup__relevants-item-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

.t-feed__post-popup__relevants {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}

.t-feed__post-popup__relevants-parts {
  font-size: 0
}

.t-feed__post-popup__relevants-title {
  letter-spacing: inherit;
  margin: 100px 0 45px
}

.t-feed__post-popup__relevants-imgwrapper {
  margin-bottom: 15px;
  padding-bottom: 75%;
  position: relative
}

.t-feed__post-popup__relevants-bgimg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.t-feed__post-popup__relevants-item_row {
  margin-bottom: 25px;
  width: 100%
}

.t-feed__post-popup__relevants-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

.t-feed__post-popup__relevants-item_row .t-feed__post-popup__relevants-imgwrapper {
  height: 75px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-bottom: 0;
  width: 100px
}

.t-feed__post-popup__relevants-item_row .t-feed__post-popup__relevants-textwrapper {
  -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0;
  flex: 1 1 0
}

.t-feed__post-popup__relevants-item-title {
  margin-bottom: 5px
}

.t-feed__post-popup__relevants-item_row .t-feed__post-popup__relevants-item-title {
  margin-bottom: 3px
}

.t-feed__post-popup__relevants-item-tag {
  color: rgba(0, 0, 0, .5);
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
  text-transform: uppercase
}

.t-feed__post-popup__relevants-item_row .t-feed__post-popup__relevants-item-tag {
  font-size: 9px;
  margin-bottom: 5px
}

.t-zoomer__show .t-zoomer__wrapper {
  z-index: 1000000001 !important
}

.t-feed__post-popup__text-loader {
  -webkit-animation: tFeedPreloaderFlickerAnimation 1.5s infinite;
  animation: tFeedPreloaderFlickerAnimation 1.5s infinite;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  background-color: hsla(0, 0%, 48%, .2);
  border-radius: 3px;
  height: 20px;
  margin-bottom: 15px;
  width: 100%
}

.t-feed__post-popup__content_half .t-feed__post-popup__text-loader:nth-child(n+11) {
  visibility: hidden
}

.t-feed__post-popup__arrow-top {
  cursor: pointer;
  display: none
}

.t-feed__post-popup__arrow-top.t-feed__post-popup__arrow-top_show {
  display: block
}

@media screen and (max-width:1240px) {
  .t-feed__post-popup .t-popup__container {
    max-width: 1200px
  }
}

@media screen and (max-width:1200px) {
  .t-feed__post-popup .t-popup__container {
    max-width: 1000px
  }

  .t-feed__post-popup__text-wrapper h2.t-redactor__h2 {
    font-size: 28px
  }

  .t-feed__post-popup__text-wrapper h3.t-redactor__h3 {
    font-size: 26px
  }

  .t-feed__post-popup__text-wrapper h4.t-redactor__h4 {
    font-size: 20px
  }

  .t-feed__post-popup__text-wrapper blockquote.t-redactor__preface {
    font-size: 24px
  }

  .t-feed__post-popup__text-wrapper figcaption {
    font-size: 16px
  }

  .t-feed__post-popup__content-wrapper,
  .t-feed__post-popup__relevants {
    padding: 0 20px
  }
}

@media screen and (max-width:1000px) {
  .t-feed__post-popup .t-popup__container {
    max-width: 980px
  }
}

@media screen and (max-width:980px) {

  .t-feed__post-popup,
  .t-feed__post-popup.t-popup {
    -webkit-overflow-scrolling: touch;
    padding: 0 20px
  }

  .t-feed__post-popup .t-popup__container {
    max-width: 640px
  }

  .t-feed__post-popup__content.t-col {
    padding: 0
  }

  .t-feed__post-popup__content-wrapper {
    -ms-flex-pack: start;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
  }

  .t-feed__post-popup__content_half .t-feed__post-popup__text-loader:nth-child(n+11) {
    visibility: visible
  }
}

@media screen and (max-width:960px) {
  .t-feed__row-grid__post-wrapper .t-feed__post-bgimg {
    margin-right: 30px
  }

  .t-feed__post-popup__content-wrapper,
  .t-feed__post-popup__cover-wrapper .t-width .t-slds__wrapper,
  .t-feed__post-popup__cover-wrapper.t-col {
    padding: 0
  }

  .t-feed__post-popup__comments {
    margin-bottom: 30px;
    margin-top: 45px
  }

  .t-feed__post-popup__relevants {
    padding: 0
  }

  .t-feed__post-popup__relevants-wrapper {
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }

  .t-feed__post-popup__relevants-item.t-col,
  .t-feed__post-popup__relevants-title-wrapper.t-col {
    padding-left: 0;
    padding-right: 0
  }

  .t-feed__post-popup__relevants-item {
    margin-bottom: 30px;
    width: calc(50% - 10px)
  }

  .t-feed__post-popup__relevants-item_row.t-feed__post-popup__relevants-item {
    margin-bottom: 20px;
    width: 100%
  }

  .t-feed__post-popup__relevants-title {
    margin: 45px 0 35px
  }

  .t-feed__post-popup__relevants-item-tag {
    margin-bottom: 8px
  }
}

@media screen and (max-width:640px) {
  .t-feed__post-popup__text-wrapper h2.t-redactor__h2 {
    font-size: 26px
  }

  .t-feed__post-popup__text-wrapper h3.t-redactor__h3 {
    font-size: 24px
  }

  .t-feed__post-popup__text-wrapper h4.t-redactor__h4 {
    font-size: 18px
  }

  .t-feed__post-popup__text-wrapper blockquote.t-redactor__preface {
    font-size: 22px
  }

  .t-feed__post-popup__cover-wrapper .t-slds__wrapper {
    padding: 0 !important
  }

  .t-feed__row-bigimg-grid__post-wrapper .t-feed__post-title {
    margin-bottom: 10px
  }

  .t-feed__post-popup__text-wrapper figcaption {
    font-size: 14px
  }

  .t-feed__post-popup__text-loader {
    height: 16px;
    margin-bottom: 8px
  }

  .t-redactor__callout_fontSize_big {
    font-size: 20px
  }

  .t-redactor__callout_fontSize_default {
    font-size: 16px
  }

  .t-redactor__callout_fontSize_small {
    font-size: 14px
  }
}

@media screen and (max-width:560px) {
  .t-feed__post-popup__close-wrapper {
    background-color: #fff;
    height: 50px
  }

  .t-feed__post-popup .t-popup__close {
    z-index: 2
  }

  .t-feed__post-popup__row {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .t-feed__post-popup__date-parts-wrapper,
  .t-feed__post-popup__row {
    -ms-flex-align: start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 25px
  }

  .t-feed__post-popup__date-parts-wrapper {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .t-feed__post-popup__date-wrapper {
    margin-bottom: 10px
  }

  .t-feed__post-popup__cover-wrapper {
    margin-bottom: 20px
  }

  .t-feed__post-popup__cover-wrapper.t-feed__post-popup__cover-wrapper_aftertitle,
  .t-feed__post-popup__date-parts-wrapper .t-feed__post-popup__tags.t-feed__post-popup__tags_nomargin {
    margin-top: 0
  }

  .t-feed__post-popup__date-parts-wrapper.t-feed__post-popup__date-parts-wrapper_beforetitle {
    padding-bottom: 10px;
    padding-top: 10px
  }

  .t-feed__post-popup__text-wrapper {
    margin-top: 0
  }

  .t-feed__post-popup .t-popup__close-wrapper {
    display: table-cell;
    font-size: 0;
    padding-right: 20px;
    text-align: right;
    vertical-align: middle;
    width: 100%
  }

  .t-feed__post-popup.t-popup_show .t-popup__container.t-popup__container-static {
    box-sizing: border-box;
    margin: 0;
    max-width: 100%;
    min-height: 100vh;
    padding: 70px 0;
    top: 0
  }

  .t-feed__post-popup__comments {
    margin-bottom: 15px;
    margin-top: 35px
  }

  .t-feed__post-popup__relevants-wrapper {
    -ms-flex-pack: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center
  }

  .t-feed__post-popup__relevants-item {
    width: 100%
  }

  .t-feed__post-popup__relevants-item_row .t-feed__post-popup__relevants-imgwrapper {
    height: 45px;
    margin-right: 10px;
    width: 60px
  }
}

.t-feed__post-preloader .t-feed__post-preloader__img,
.t-feed__post-preloader .t-feed__post-preloader__text,
.t-feed__post-preloader .t-feed__post-preloader__title {
  -webkit-animation: tFeedPreloaderFlickerAnimation 1.5s infinite;
  animation: tFeedPreloaderFlickerAnimation 1.5s infinite;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  background-color: hsla(0, 0%, 48%, .2);
  border-radius: 3px
}

.t-feed__post-preloader_row .t-feed__post-preloader__wrapper {
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 25px
}

.t-feed__post-preloader_row .t-feed__post-preloader__textwrapper {
  -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  margin-left: 20px
}

.t-feed__post-preloader_row-bigimg .t-feed__post-preloader__wrapper {
  margin-top: 25px
}

.t-feed__post-preloader_col .t-feed__post-preloader__img {
  margin-top: 25px;
  padding-bottom: 75%
}

.t-feed__post-preloader_row .t-feed__post-preloader__img {
  height: 180px;
  width: 180px
}

.t-feed__post-preloader_row-bigimg .t-feed__post-preloader__img {
  padding-bottom: 66%;
  width: 100%
}

.t-feed__post-preloader .t-feed__post-preloader__text {
  height: 20px;
  margin-top: 13px;
  width: 100%
}

.t-feed__post-preloader_row .t-feed__post-preloader__text {
  height: 24px;
  margin-top: 15px
}

.t-feed__post-preloader_row .t-feed__post-preloader__text:first-child {
  margin-top: 0;
  width: 60%
}

.t-feed__post-preloader_row .t-feed__post-preloader__text:last-child {
  width: 80%
}

.t-feed__post-preloader_row-bigimg .t-feed__post-preloader__title {
  height: 20px;
  margin-bottom: 15px;
  width: 100%
}

.t-feed__post-preloader__container_hidden {
  opacity: 0
}

.t-feed__post-preloader:nth-child(2) .t-feed__post-preloader__img,
.t-feed__post-preloader:nth-child(2) .t-feed__post-preloader__text,
.t-feed__post-preloader:nth-child(2) .t-feed__post-preloader__title {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s
}

.t-feed__post-preloader:nth-child(3) .t-feed__post-preloader__img,
.t-feed__post-preloader:nth-child(3) .t-feed__post-preloader__text,
.t-feed__post-preloader:nth-child(3) .t-feed__post-preloader__title {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s
}

.t-feed__post-preloader:nth-child(4) .t-feed__post-preloader__img,
.t-feed__post-preloader:nth-child(4) .t-feed__post-preloader__text,
.t-feed__post-preloader:nth-child(4) .t-feed__post-preloader__title {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s
}

.t-feed__post-preloader:nth-child(5) .t-feed__post-preloader__img,
.t-feed__post-preloader:nth-child(5) .t-feed__post-preloader__text,
.t-feed__post-preloader:nth-child(5) .t-feed__post-preloader__title {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s
}

.t-feed__post-preloader:nth-child(6) .t-feed__post-preloader__img,
.t-feed__post-preloader:nth-child(6) .t-feed__post-preloader__text,
.t-feed__post-preloader:nth-child(6) .t-feed__post-preloader__title {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.t-feed__post-preloader:nth-child(7) .t-feed__post-preloader__img,
.t-feed__post-preloader:nth-child(7) .t-feed__post-preloader__text,
.t-feed__post-preloader:nth-child(7) .t-feed__post-preloader__title {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s
}

.t-feed__post-preloader:nth-child(8) .t-feed__post-preloader__img,
.t-feed__post-preloader:nth-child(8) .t-feed__post-preloader__text,
.t-feed__post-preloader:nth-child(8) .t-feed__post-preloader__title {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s
}

.t-feed__post-preloader:nth-child(9) .t-feed__post-preloader__img,
.t-feed__post-preloader:nth-child(9) .t-feed__post-preloader__text,
.t-feed__post-preloader:nth-child(9) .t-feed__post-preloader__title {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s
}

@media screen and (max-width:640px) {
  .t-feed__post-preloader_row .t-feed__post-preloader__wrapper {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .t-feed__post-preloader_row .t-feed__post-preloader__img {
    height: auto;
    padding-bottom: 75%;
    width: 100%
  }

  .t-feed__post-preloader_row .t-feed__post-preloader__textwrapper {
    margin-left: 0;
    margin-top: 15px
  }

  .t-feed__post-preloader_row .t-feed__post-preloader__text {
    height: 20px;
    margin-top: 13px
  }

  .t-feed__post-preloader_row .t-feed__post-preloader__text:first-child,
  .t-feed__post-preloader_row .t-feed__post-preloader__text:last-child {
    width: 100%
  }

  .t-feed__post-preloader_row .t-feed__post-preloader__wrapper {
    margin-top: 35px
  }
}

@-webkit-keyframes tFeedPreloaderFlickerAnimation {
  0% {
    opacity: 1
  }

  40% {
    opacity: .3
  }

  80% {
    opacity: 1
  }

  to {
    opacity: 1
  }
}

@keyframes tFeedPreloaderFlickerAnimation {
  0% {
    opacity: 1
  }

  40% {
    opacity: .3
  }

  80% {
    opacity: 1
  }

  to {
    opacity: 1
  }
}