.main-footer .footer-menu {
  position: relative; }
  .main-footer .footer-menu:before {
    content: "";
    position: absolute;
    top: 9px;
    left: -20px;
    border-radius: 50%;
    background: #47A1FF;
    width: 10px;
    height: 10px; }
