.footer-main {
  margin-top: 20px;
}

.footer {
  border-top: 1px solid #EFEFEF;
  padding-left: 12px;
  padding-right: 12px;
}

.footer .sm-home-header {
  display: none;
}

.footer select {
  margin: 0;
}

.footer label,
.footer svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer svg {
  height: 10px;
}

.footer__form {
  margin-top: 25px;
  background: #F7F7F9;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
  padding: 8px;
}

.footer__form input {
  border: none;
  background: #F7F7F9;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #9a9a9a;
}

.footer__copyright {
  font-weight: 500;
  font-size: 8px;
  line-height: 16px;
  text-align: center;
  color: #9a9a9a;
  padding-top: 12px;
}

@media only screen and (max-width: 767px) {
  .footer-main {
    border-top: 1px solid #EFEFEF;
    padding-top: 20px;
    margin-top: 60px;
  }
  .footer {
    margin-top: 0;
    border-top: 0;
  }
}

@media only screen and (min-width: 360px) {
  .footer {
    padding-left: 32px;
    padding-right: 32px;
  }
  .footer .sm-home-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    padding-top: 22px;
    border: none;
  }
  .footer__form {
    margin-top: 35px;
    border-radius: 8px;
    padding: 13px;
  }
  .footer__form input {
    width: 96%;
    border: none;
    padding-left: 13px;
    padding-left: 13px;
    font-size: 16px;
    line-height: 22px;
  }
  .footer__copyright {
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    padding-top: 32px;
    padding-bottom: 80px;
  }
}

.top-level,
.bottom-level {
  margin-top: 12px;
  border-top: 1px solid #EFEFEF;
  font-style: normal;
}

.top-level__section,
.bottom-level__section {
  margin-top: 8px;
  padding: 9px 12px;
  border-radius: 8px;
}

.top-level__section a,
.bottom-level__section a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.01em;
  padding-left: 10px;
}

.top-level img,
.bottom-level img {
  max-width: 16px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 360px) {
  .top-level,
  .bottom-level {
    margin-top: 32px;
    padding-top: 12px;
  }
  .top-level__section,
  .bottom-level__section {
    padding: 13px 12px;
  }
  .top-level__section a,
  .bottom-level__section a {
    font-size: 16px;
    line-height: 22px;
  }
}

.bottom-level__section {
  background-color: #F7F7F9;
}
/*# sourceMappingURL=footer.css.map */