/*
для новостей из телеграмм
*/

/* Внутри | https://marshome.ru/ */

.t854__news-content {
  /* overflow-x: scroll; */
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: max-content;
  /*margin-top: 100px;*/
  gap: 10px;
  scroll-snap-align: start;
  margin-bottom: 20px;
}

.t854__news-message {
  max-width: 250px;
  border: 1px solid #ededed;
  border-radius: 40px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

/********************************************************/
@media(min-width:640px){
.t854__news-message {
  max-width: 280px;
}
}
@media(min-width:960px){
.t854__news-message {
  max-width: 280px;
}
}
@media(min-width:1200px){
.t854__news-message {
  max-width: 290px;
}
}
@media(min-width:1400px){
.t854__news-message {
  max-width: 290px;
}
}

/*******************************************************/





.t854__news-image-wrap:not(.t854__news-image-wrap:first-child) {
  display: none;
}

.t854__news-message-flex {
  flex-direction: column;
}

.t854__news-image-wrap {
  width: auto !important;
  max-width: 300px;
  margin: 0 !important;
  border-radius: 10px;
  overflow: hidden;
  max-height: 300px;
}

.t854__news-text {
  padding: 0 !important;
  margin-top: 14px;
}

.t854__news-message:not(.t854__news-message:has(.t854__news-images)) .t854__news-text::before {
  content: '';
  display: block;
  min-height: 300px;
  background-image: url('https://sewinglove.ru/pictures/product/big/45647_big.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}


#rec1026761701 .t854__news-wrap {
  position: relative;
}

.t854__news-header_left {
  position: absolute;
}

.t854__news-wrap-container {
  overflow-x: scroll;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scrollbar-color: #eb5847 transparent;
  scrollbar-width: none;
}
.t854__news-wrap-container::-webkit-scrollbar{
    display: none;
}
@media (min-width: 680px) {
.t854__news-wrap-container {
  overflow-x: hidden;
    }
}

.t854__news-message + .t854__news-message {
  /* margin-top: 35px; */
  margin-top: 0 !important;
  max-width: 300px;
}
/*кнопки*/
.contbut {
  position: absolute;
  height: 100%;
  width: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  top: 0;
}
.bnew {

  width: 40px;
  height: 40px;
  background-color: #eb5847;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  font-weight: bold;
}


.t854__news-content {
  transition: all .3s ease-in-out;
}
.bnew svg{
    scale:.3;
}
.b-left.bnew {
  transform: rotate(180deg);
}



#rec1026761701 .t-col {
  position: relative;
}
.b-rigth.contbut {
  right: -40px;
}
.b-left.contbut {
  left: -40px;
}


.t854__news-time {
  order: 1;
  margin-top: auto;
  padding-top: 20px;
}


button.t854__news-btn.t-name.t-name_xs {
    display: none;
}

/*/фиксируем высоту фото/*/

.t854__news-image {
       height: 290px;
}



