@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,800&display=swap&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&display=swap&subset=latin-ext);@import url(https://fonts.googleapis.com/css2?family=Special+Elite&display=swap&subset=latin-ex);.footer {
  background: #191919;
}

.footer .footer__logo {
  width: 2.5rem;
}

@media screen and (max-width: 767px) {
  .footer .footer__logo {
    width: 3rem;
  }
}

.footer .footer__title {
  color: #D3D3D3;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.01875rem;
}

@media screen and (max-width: 767px) {
  .footer .footer__title {
    font-size: 1rem;
    font-weight: 600;
  }
}

.footer .footer__arrow {
  transform: rotate(90deg);
  width: 0.9rem;
  cursor: pointer;
  transition: transform 0.2s ease-out;
}

.footer .arrow-more-rotate {
  transform: rotate(0deg);
  transition: transform 0.2s ease-out;
}

@media screen and (max-width: 767px) {
  .footer .footer__title--border {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #4B4B4B;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer__ul {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer .social__icon {
    width: 2.3rem;
  }
}

.footer .footer__list {
  color: #D3D3D3;
  font-size: 0.9375rem;
  line-height: 1.4rem;
  letter-spacing: 0.01875rem;
  padding-left: 1.1rem;
}

.footer .footer__list:before {
  width: 0.625rem;
  height: 4px;
  background: #c1d1e5;
  content: "";
  position: absolute;
  border-radius: 2px;
  left: 0;
  top: calc(1.4rem / 2 - 2px);
}

.footer .footer__list .footer__link {
  color: #D3D3D3;
}

.footer .copyright {
  border-top: 1px solid #4B4B4B;
}

@media screen and (max-width: 767px) {
  .footer .copyright {
    border: none;
  }
}

.footer .copyright .copyright__links {
  color: #4B4B4B;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  font-weight: 600;
}

.footer .copyright .copyright__links--light {
  color: #4B4B4B;
}

.footer .social__icon {
  max-width: 21px;
}

@media screen and (max-width: 767px) {
  .footer .social__icon {
    max-width: unset;
  }
}

