.footer {
  background: #FBFBFB;
}

@media (max-width: 991.98px) {
  .footer {
    text-align: center;
  }
}

.footer__logo-text {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  color: #FF4F00;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .footer__logo-text {
    margin-bottom: 40px;
  }
}

.footer__text-gray {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  color: black;
}

.footer__mobile {
  display: none;
}

@media (max-width: 991.98px) {
  .footer__mobile {
    display: block;
  }

  .footer__mobile .footer__text-gray {
    display: block;
    margin: 5px 0;
  }
}

.footer a.footer__text-gray:hover {
  color: #FF4F00;
  text-decoration: none;
}

.footer__list ul {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  font-size: 16px;
  line-height: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 991.98px) {
  .footer__list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.footer__list ul a,
.footer__list-link {
  font-size: 14px;
  line-height: 18px;
  color: #121212;
  font-weight: bold;
  text-transform: uppercase;
}

.footer__list a:hover,
.footer__list-link:hover {
  color: #FF4F00;
  text-decoration: none;
}

@media (max-width: 991.98px) {

  .footer__list a,
  .footer__list-link {
    padding: 7px 0;
  }
}

.footer__data ul {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 991.98px) {
  .footer__data ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.footer__data ul li a {
  color: #121212;
}

.footer__data ul li a:hover {
  color: #FF4F00;
  text-decoration: none;
}

.footer__line {
  width: 100%;
  margin: 30px 0;
  background-color: black;
  height: 3px;
}

@media (max-width: 991.98px) {
  .footer__line {
    margin: 20px 0;
  }
}

#block-footer-slogan p {
  margin-bottom: 0;
}

#block-copyright p {
  margin-bottom: 0;
}

#block-privacy-policy a {
  font-size: 14px;
  line-height: 18px;
  color: black;
}