/* vgd_footer.css -- footer iz paketa vgd-chrome (partials/footer.php).
   Tolko pravila .vgd-footer*: obshchij style.css hroma sjuda tashchit NELZJA --
   v njom global'nyj reset (body/table/img/a), on slomal by tablichnuju vjorstku bazy.
   Istochnik: vgd-chrome/assets/style.css, blok "Site footer".
   Pri obnovlenii paketa -- perenesti blok zanovo. */

.vgd-footer { font-family: Arial, Helvetica, sans-serif; text-align: left; }
.vgd-footer *, .vgd-footer *::before, .vgd-footer *::after { box-sizing: border-box; }
.vgd-footer { background: #111; color: #d4cdcd; margin-top: 0; padding: 45px 0 60px; }
.vgd-footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.vgd-footer-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 15px;
}
.vgd-footer-col { flex: 1 1 220px; min-width: 200px; box-sizing: border-box; }
.vgd-footer-col-title {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding-top: 8px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.vgd-footer-col-list { list-style: none; padding: 0; margin: 0; color: #d4cdcd; font-size: 14px; line-height: 1.6; }
.vgd-footer-col-list li { margin: 0 0 6px; line-height: 1.5; }
.vgd-footer a { color: #d4cdcd; text-decoration: none; }
.vgd-footer a:hover { color: #fff; text-decoration: underline; }
.vgd-footer-brand { padding: 30px 0 0; text-align: center; }
.vgd-footer-brand a { display: inline-block; }
.vgd-footer-brand-img { max-width: 200px; width: 100%; height: auto; display: block; margin: 0 auto 10px; }
.vgd-footer-brand-descr { color: #d4cdcd; font-size: 14px; text-align: center; }
.vgd-footer-legal { padding-top: 18px; }
.vgd-footer-legal-line { border: 0; height: 1px; background: rgba(255,255,255,0.1); margin: 0 0 18px; }
.vgd-footer-legal-text { color: #b3aaaa; font-size: 12.5px; line-height: 1.6; text-align: center; margin: 0; }
.vgd-footer-legal-text a { color: #fff; }
.vgd-footer-legal-text a:hover { text-decoration: underline; }
@media (max-width: 700px) {
  .vgd-footer-col { flex: 1 1 100%; }
  .vgd-footer-cols { gap: 12px; }
  .vgd-footer-col-title { padding-top: 12px; }
}

/* Baza-specific: v vgd.css ssylki krasjatsja cherez a:link/a:visited --
   povtorjaem te zhe psevdoklassy, chtoby ne zaviset ot porjadka podkljuchenija. */
.vgd-footer a, .vgd-footer a:link, .vgd-footer a:visited { color: #d4cdcd; text-decoration: none; }
.vgd-footer a:hover, .vgd-footer a:active { color: #fff; text-decoration: underline; }
.vgd-footer-legal-text a, .vgd-footer-legal-text a:link, .vgd-footer-legal-text a:visited { color: #fff; }
.vgd-footer-legal-text a:hover { text-decoration: underline; }
