﻿footer,
.footer,
.site-footer,
.konsey-footer,
[class~="footer"] {
  color: #fff !important;
}

footer *,
.footer *,
.site-footer *,
.konsey-footer *,
[class~="footer"] * {
  color: #fff !important;
  border-color: rgba(255,255,255,.18) !important;
}

footer a,
.footer a,
.site-footer a,
.konsey-footer a,
[class~="footer"] a {
  color: #fff !important;
  text-decoration-color: rgba(255,255,255,.72) !important;
}

footer a:hover,
.footer a:hover,
.site-footer a:hover,
.konsey-footer a:hover,
[class~="footer"] a:hover {
  color: #ffd23f !important;
  text-decoration-color: #ffd23f !important;
}