footer #top {
  background-color: #101010;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  padding: 60px 0px;
}
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: #9e9e9e;
}
footer #top ul li a svg {
  fill: #fff;
  height: 18px;
}
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 .container {
  position: relative;
  z-index: 4;
}
footer .follow-us {
  color: #212121;
}
footer .icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 37px;
  text-align: center;
  background-color: var(--main-color);
  border-radius: 5px;
  margin: 3px;
  margin-bottom: 5px;
}
footer .icon svg {
  fill: #fff;
}

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