/* $color-choice: #64BC46; */
footer ul {
  list-style: none;
  margin-left: 0;
}

footer .logo {
  width: 162px;
}

footer .logo img {
  border-radius: 0;
}

footer .footer-nav > li {
  padding-right: 30px;
}

footer .footer-nav > li > a {
  font-size: 18px;
  font-weight: 600;
}

footer .footer-nav .sub-menu {
  margin-top: 15px;
  font-size: 14px;
}

footer .footer-nav .sub-menu > li:not(:last-child) {
  margin-bottom: 8px;
}

footer .footer-nav .sub-menu a {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  /* &:hover {
					color: $color-choice;
				} */
}

footer .bottom-part .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .bottom-part .footer-links li:not(:last-child):after {
  content: '|';
  display: inline-block;
  margin: 0 6px;
}

footer .bottom-part .footer-links a {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  /* &:hover {
					color: $color-choice;
				} */
}

@media only screen and (max-width: 767.98px) {
  footer .logo {
    width: 100px;
  }
}
/*# sourceMappingURL=footer.css.map */