#maFooter {
  background-color: #141414;
  color: #fff;
  font-size: 17px;
  text-align: center;
  padding-top: 30px;
  box-shadow: 0px 0px 60px #000, 0px 0px 30px #000;
  clip-path: inset(0px -60px 0px -60px);
}

@media (min-width: 768px) {
  #maFooter {
    padding-top: 40px;
  }
}

#maFooter p {
  font-family: 'Roboto Condensed';
  text-align: center;
  font-size: 18px;
}

#maFooter .small, small {
  font-size: 14px;
}

#maFooter .phone {
  font-size: 28px;
}

@media (min-width: 992px) {
  #maFooter .phone {
    font-size: 23px;
  }
}

@media (min-width: 1200px) {
  #maFooter .phone {
    font-size: 28px;
  }
}

#maFooter ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.3;
}

#maFooter li {
  margin-bottom: 10px;
}

#maFooter h2 {
  font-size: 21px;
}

#maFooter a {
  color: #dddddd;
  text-decoration: none;
  transition: all .3s;
}

#maFooter a:hover, #maFooter a:focus {
  text-decoration: none;
  color: #ffbf00;
  transition: all .3s;
}

/* remove hover on phone link */

@media (hover: none) and (pointer: coarse) {
  .external a:hover, .infobar a:focus {
    color: #fff !important;
  }
}

#maFooter .social-networks a {
  font-size: 30px;
  color: #fff;
  padding: 0 8px;
  transition: 0.3s ease-in-out;
}

#maFooter .social-networks a:hover {
  text-decoration: none;
}

#maFooter .facebook:hover {
  color: #007bff;
}

#maFooter .youtube:hover {
  color: #ff0000;
}

#maFooter .instagram:hover {
  color: #ff00e6;
}

#maFooter .tiktok:hover {
  filter: drop-shadow(2px 2px 0px rgb(246 43 84 / 1)) drop-shadow(-1.5px -1.5px 0px rgb(36 237 232 / 1));
}

#maFooter .btn-contact {
  color: #ffffff;
  font-size: 24px !important;
  font-weight: 700;
  padding: 5px 30px;
}

#maFooter .footer-copyright {
  background-color: #0c0c0c;
  text-align: center;
}

#maFooter .footer-copyright p {
  margin: 5px;
  color: #8e8e8e;
  font-size: 14px;
}

/* Back To Top Button */

#btop-but:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 41px;
  height: 39px;
  top: 2px;
  left: 2px;
  border-radius: 4px;
  z-index: -1;
  box-shadow: 0 0 5px 2px #000;
}

#btop-but {
  position: fixed;
  bottom: 0;
  right: 7px;
  font-size: 44px;
  line-height: 30px;
  height: 52px;
  z-index: 9999;
  transition: all .3s;
  text-shadow: none;
  opacity: .6;
}

@media (hover: hover) and (pointer: fine) {
  #btop-but:hover {
    opacity: 1;
    transition: all .3s;
  }
}

#btop-but a {
  color: #0a2dbe !important;
}

