

/* Start:/local/templates/rtsu/components/bitrix/news.detail/flat/style.css?1756217114773*/
.module {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.module span {
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 20px;
  font-size: 60px;
  color: #fff;
}

.module_item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module_item img {
  width: 100%;
  max-width: 1000px;
  margin: 0px 20px;
  border-radius: 10px;
  animation-name: scale;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  transform: scale(0);
}

@keyframes scale {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* End */
/* /local/templates/rtsu/components/bitrix/news.detail/flat/style.css?1756217114773 */
