/* Показ Zero-block с анимацией при ширине >=1500px */
@media (min-width:1500px) {
  #rec1225760961 {
    display: block !important;
  }
  #rec1225824226 {
    display: none !important;
  }

  /* Убираем фоновое изображение у Zero-block */
  #rec1225760961 .t396__carrier,
  #rec1225760961 .t396__filter {
    background-image: none !important;
  }

  /* Отключаем анимацию/масштаб у скрытого блока */
  #rec1225760961 .tn-elem {
    opacity: initial !important;
    transform: none !important;
    animation-play-state: running !important;
  }
}

/* Показ обложки до 1499px */
@media (max-width:1499px) {
  #rec1225760961 {
    display: none !important;
  }
  #rec1225824226 {
    display: block !important;
  }

  /* Отключаем фоновое изображение и анимацию у скрытого Zero-block */
  #rec1225760961 .t396__carrier,
  #rec1225760961 .t396__filter {
    background-image: none !important;
  }
  #rec1225760961 .tn-elem {
    animation: none !important;
    opacity: 0 !important;
    transform: none !important;
  }
}
