/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 23 2025 | 22:05:46 */
.decor-tree {
  position: absolute;
  left: 50%; /* центрируем по горизонтали */
  top: 0;
  transform: translateX(-50%) translateY(-580px); /* ПК */
  z-index: 0;
}

.decor-tree img {
  width: 287px;
  height: 350px;
  object-fit: contain;
}

/* Планшет */
@media (max-width: 1024px) {
  .decor-tree {
    transform: translateX(-50%) translateY(-620px); /* меньшее смещение для планшета */
  }
}

/* Мобильные устройства */
@media (max-width: 768px) {
  .decor-tree {
    display: none;
  }
}
