.footer-top {
  padding: 20px 0 0 0;
  font-weight: 300;
  color: #9aa8a8;
  background-color: rgba(var(--background-secondary), 0.5);
  color: rgba(var(--text-primary), var(--text-opacity));
}

.footer-top [class^="col-"]:hover .footer__title:after {
  width: 15%;
}

.footer__title {
  position: relative;
  padding-top: 30px;
  font-family: "Lato", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.footer__title:after {
  content: "";
  position: absolute;
  display: block;
  top: calc(100% + 15px);
  left: 0;
  width: 20px;
  height: 1px;
  background: crimson;
  -webkit-transition: 0.6s width;
  transition: 0.6s width;
}

.footer__about {
  line-height: 1.4;
}

.footer-contacts__item {
  line-height: 1.7;
}

.footer-contacts__link {
  color: crimson;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

.footer-contacts__link:hover {
  color: #fff;
}

.footer-social__item {
  display: inline-block;
  margin: 30px 10px 0 0;
}

.footer-social__item:before {
  font-size: 40px;
  color: #4e5b5b;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

.footer-social__item:hover:before {
  color: crimson;
}
.footer-social a {
  -webkit-transition: 0.6s transform;
  transition: 0.6s transform;
}

.footer-social a:hover {
  color: crimson;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.footer-bottom {
  background-color: rgba(var(--background-secondary), 0.5);
  color: rgba(var(--text-primary), var(--text-opacity));
  padding: 30px 0;
  font-size: 14px;
  color: #9aa8a8;
}

.footer-copy {
  padding-bottom: 0;
  font-family: "Lato", "Helvetica", sans-serif;
}

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

.footer-copy__heart {
  display: inline-block;
  width: 24px;
  color: #ff63b7;
  vertical-align: text-top;
  font-size: 18px;
  text-align: center;
  -webkit-animation: 1s pulse infinite alternate;
  animation: 1s pulse infinite alternate;
}

.footer-menu {
  padding-bottom: 0;
  text-align: right;
}

@media (max-width: 767px) {
  .footer-menu {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.footer-menu__item {
  display: inline;
  margin-right: 25px;
}

.footer-menu__item:last-child {
  margin-right: 0;
}

.footer-menu__link {
  position: relative;
  text-transform: uppercase;
  font-family: "Lato", "Helvetica", sans-serif;
  font-size: 12px;
  color: #fff;
  -webkit-transition: 0.4s color;
  transition: 0.4s color;
}

.footer-menu__link:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  margin-top: 18px;
  background: crimson;
  -webkit-transition: 0.6s width;
  transition: 0.6s width;
}

.footer-menu__link:hover {
  color: crimson;
}

.footer-menu__link:hover:after {
  width: 100%;
}

.footer-menu__link_active {
  color: crimson;
}

.likeapro {
  color: #9aa8a8;
}

.likeapro:hover {
  color: crimson;
}
