@media only screen and (min-width: 0px) and (max-width: 640px) {
.t-popup__close.t-popup__block-close {
    background: #425774 !important;
}
}


@media only screen and (min-width: 640px) and (max-width: 2400px) {
.t-popup__container.t-width.t-width_6.t-popup__container-animated {
    border-radius: 16px !important;
}
}

.t570 .t-sociallinks__item {
    margin-right: 5px !important;
}

iframe#youtubeiframe603606870 {
    border-radius: 16px !important;
}

.t-video-lazyload.t-width.t-width_12.t-animate.t-animate_started {
    background-color: #ebe8e3 !important;
}

.t121 .t-video-lazyload {
    background-color: #ebe8e3 !important;
}

/* Постоянный запас снизу под фикс-плашки (промо/куки), чтобы оферта не перекрывалась */
body { padding-bottom: 80px; } 


#rec604071850 .t-slds__wrapper {
    min-height: 600px; /* задай нужную высоту, можно 500-700px */
}

/* Базовый ЧБ для всех устройств */
#rec604063252 .t-feed__post-bgimg {
  filter: grayscale(80%) !important;
  transition: filter .35s ease !important;
}

/* Возврат цвета при наведении — только на десктопе */
@media (min-width: 981px) {
  #rec604063252 .t-feed__post-imgwrapper:hover .t-feed__post-bgimg {
    filter: grayscale(0%) !important;
  }


/* === T1196 / TE900 — #rec1942676941 === */

@media (min-width: 981px) {

  /* 1) Карточки: ширина, скругление */
  #rec1942676941 .t1196__item{
    width: 300px !important;
    max-width: 300px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  #rec1942676941 .t1196__bgimg{
    border-radius: 12px !important;
  }

  /* 2) Расстояние между карточками */
  #rec1942676941 .t1196__slider{
    column-gap: 24px !important;
  }

  /* 3) Компактнее контент */
  #rec1942676941 .t1196__content{
    padding: 18px 22px !important;
  }

  #rec1942676941 .t1196__title{
    margin-bottom: 12px !important;
  }

  #rec1942676941 .t1196__text{
    line-height: 1.35 !important;
  }

  /* 4) Первая карточка — декоративная */
  #rec1942676941 .t1196__item:nth-of-type(1){
    padding: 0 !important;
    background: transparent !important;
  }

  /* скрываем текст */
  #rec1942676941 .t1196__item:nth-of-type(1) .t1196__content{
    display: none !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 0 !important;
  }

  /* растягиваем imgwrapper */
  #rec1942676941 .t1196__item:nth-of-type(1) .t1196__imgwrapper{
    height: 100% !important;
    min-height: 100% !important;
  }

  /* ВАЖНО: убираем cover и зум */
  #rec1942676941 .t1196__item:nth-of-type(1) .t1196__bgimg{
    height: 100% !important;
    background-image: url("https://optim.tildacdn.com/tild3532-3232-4238-b336-303763333662/-/format/webp/photo.png.webp") !important;
    background-size: 100% auto !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
  }

}

/* Мобильные не трогаем */


@media (max-width: 980px) {
  #rec1942676941 {
    display: none !important;
  }
}