/* .filimonov-alert {
  padding: 15px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  background-color: #99FF93;
  color: black;
}

.filimonov-alert span {
  font-weight: 600;
} */





.container1 {
  position: relative;
  display: inline-block;
}

.photo-container1 {
  overflow: hidden;
}

.photo-container1 img {
  display: block;
  width: 100%;
  height: auto;
}

.shutters1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%; /* Изначально шторы не видны */
  height: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 1;
}


.container1:hover .button1 {
  display: block; /* Показываем кнопку при наведении */
}