
	/* --- Социальные иконки в правом нижнем углу --- */
.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);
}
	.btn {
    position: relative;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fc6005 !important;
    background: none !important;
    border: 2px solid #fc6005 !important;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

@media print {

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

.ftco-section {
  padding: 7em 0; }

.info-wrap .dbox {
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 25px; }


    .info-wrap .dbox p span {
      font-weight: 400;
      color: rgba(255, 255, 255, 0.4);
      font-size: 20px;
      display: block;
      text-transform: uppercase; }
	
