.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
       .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
/* --- Социальные иконки в правом нижнем углу --- */
.social-icons {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1000;
}

.social-icons ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
  margin: 0;
}

.social-icons ul li {
  position: relative;
}

.social-icons ul li a {
  text-decoration: none;
  color: #aaa;
  font-size: 2.4em;
  transition: transform 0.3s ease, color 0.3s ease;
}

.social-icons ul li a:hover {
  transform: scale(1.2);
}

/* WhatsApp */
.social-icons ul li:nth-child(1) a:hover {
  color: #0077ff;
}

/* ВКонтакте */
.social-icons ul li:nth-child(2) a:hover {
  color: #0077ff;
}

/* Тень для контраста */
.social-icons ul li a {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
