.site-footer {
    background: rgba(0, 0, 0, 0.8);
    color: #ccc;
    padding: 40px 20px;
    text-align: center;
    border-top: 2px solid #00ccff;
    font-size: 14px;
    margin-top: 60px;
}

.site-footer a {
    color: #00ccff;
    text-decoration: none;
    transition: 0.3s ease;
}

.site-footer a:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #00ccff, 0 0 10px #00ccff;
}

.site-footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.site-footer .footer-links li {
    display: inline-block;
    margin: 0 12px;
}

.site-footer .footer-about,
.site-footer .footer-contact,
.site-footer .footer-notice,
.site-footer .footer-copy {
    margin-top: 15px;
    opacity: 0.85;
}

.site-footer .footer-notice small {
    font-size: 12px;
    color: #999;
}

.site-footer .footer-copy {
    font-size: 12px;
    color: #666;
    margin-top: 20px;
}


/*--------Политика конфиденциальности-------------*/
.glass-box {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  padding: 20px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

h2 {
  color: #00ccff;
  font-size: 2rem;        /* Сделаем его больше */
  font-weight: 700;       /* Сделаем чуть жирнее */
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h3 {
  color: #00ccff;
  margin-top: 2rem;
}

