@media (min-width: 991.99px) {
  .footer ul li.address, .footer ul li.phone {
    margin-bottom: 40px;
  }
  .footer ul li:last-child {
    margin-bottom: 40px;
  }
  .footer ul li a {
    font-size: 25px;
    transition: color 0.3s;
  }
  .footer ul li a:hover {
    color: #ed1e28;
  }
  .footer .footer-menu li {
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer .footer-menu li:hover a {
    transform: translate(10%);
    color: #2D2A29;
  }
  .footer .footer-menu li a {
    width: -moz-fit-content;
    width: fit-content;
    transition: transform 0.55s cubic-bezier(0.26, 1, 0.48, 1);
    font-size: 80px;
    line-height: 90px;
  }
  .footer ul.services-list {
    margin-top: 60px;
  }
  .footer ul.services-list li {
    padding: 6px 0;
    margin-bottom: 0;
  }
  .footer .request {
    margin-bottom: 150px;
  }
  .footer .request h3 {
    font-size: 25px;
    padding-bottom: 40px;
    margin-bottom: 25px;
  }
  .footer .request .contact-btn {
    font-size: 40px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }
  .footer .request .contact-btn:hover:before {
    transform: translate(-100%, 50%);
  }
  .footer .request .contact-btn:hover:after {
    transform: translate(0, -50%) !important;
  }
  .footer .request .contact-btn:before {
    content: "";
    background-image: url("../../img/right-up.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    filter: brightness(0) saturate(100%) invert(21%) sepia(89%) saturate(2798%) hue-rotate(344deg) brightness(91%) contrast(105%);
  }
  .footer .request .contact-btn:after {
    transform: translate(-100%, 50%) !important;
  }
  .footer .request .contact-btn:before, .footer .request .contact-btn:after {
    width: 55px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 65%;
    bottom: 0;
    transform: translate(0, -50%);
    transition: transform 0.4s;
    will-change: transform;
  }
  .footer .copyright p {
    justify-content: end;
  }
}
