    [data-elem-id="1722851756191"],
    [data-elem-id="1722851756186"]{
        cursor: pointer;
    }
    
@-webkit-keyframes slidein {
    from {
      opacity: 0.1;
    }
    to {
        opacity: 1;
    }
  }

  .start{
      animation-name: slidein;
      animation-duration: 1.5s;
  }
  [id^=rec]:has(.t852){
      /*блок в котором загружены фото*/
      /*display: none;*/
      display: none;
  }
    /*стили для увеличения*/
.t396__elem:has(.more) {
  cursor: zoom-out !important;
  top: 50px !important;
  left: 0 !important;
  width: 100% !important;
  height: 90% !important;
  z-index: 13 !important;
  position: relative;
  transition: all .3s ease-in-out;
}
/*[data-class="horizont"]{*/
/*    cursor: zoom-out !important;*/
/*}*/
.more{
    background-size: contain !important;
    /*background-color: #fff !important;*/
    background-color: #fbfbfb;
    transition: all .3s ease-in-out;
}
/*крестик для закрытия увеличенной фотографии*/
.more::before {
  content: '×';
  position: absolute;
  right: 30px;
  top: 0;
  color: #000;
  font-size: 40px;
}
/*при уменьшенном*/
[data-elem-id="1722672523221"],
[data-elem-id="1722846122953"],{
    cursor: zoom-in !important;


}
.tn-elem:has([data-class="horizont"]){
    z-index: 99999999 !important;
}



