.social-sharing {
  margin: 20px 0;
  text-align: center;
}

.social-sharing h3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.btn {
  display: inline-block;
  padding: 8px 16px;
  margin: 5px;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  min-width: 120px;
}

.btn-ok {
  background: linear-gradient(135deg, #ff6b3d, #e84e1b);
}

.btn-max {
  background: linear-gradient(135deg, #00D4FF, #7B68EE, #8B00FF);
}

.btn-telegram {
  background: #0088cc;
}

.btn-mail {
  background: #4a76a8;
}

.btn-vk {
  background: #4a76a8;
}

/* Эффект при наведении */
.btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
