footer {
  background-color: #f3f4f6;
}
footer #top {
  padding-top: 20px;
  padding-bottom: 45px;
  background-color: var(--footer-main-bg);
}
footer #top .title {
  color: var(--footer-color);
  margin-top: 30px;
  margin-bottom: 10px;
}
footer #top ul li {
  list-style: none;
  margin-bottom: 15px;
}
footer #top ul li a {
  color: var(--footer-color-gray);
}
footer #top ul li a:hover {
  color: var(--main-color);
}
footer #top .form-group {
  position: relative;
}
footer #top .form-group input {
  width: 100%;
  height: 42px;
  outline: none;
  border: none;
  border-radius: 20px;
  background: #fff;
  padding: 0px 15px;
  color: #222;
}
footer #top .form-group button {
  position: absolute;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  border: none;
  background-color: var(--btn-main-bg);
  color: var(--btn-main-color);
  top: 3px;
}
footer .follow-us {
  color: #212121;
}
footer .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 3px;
  border: 1px solid var(--border-color);
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  footer .icon {
    line-height: 35px;
  }
}/*# sourceMappingURL=footer.css.map */