.subscribe_footer_title {
  color: #C9C9C9;
}
.subscribe_footer_form {
  margin: 10px 0px 10px 0px;
  display: flex;
  border-radius: 35px;
  overflow: hidden;
  height: 35px;
  background: var(--c2);
  justify-content: space-between;
}
.subscribe_footer_form input {
  height: 34px;
  background: none;
  border: none;
  padding: 0px 20px;
  color: #cccccc;
  width: calc(100% - 171px);
}
.subscribe_footer_form button {
  width: 170px;
  display: flex;
  padding: 0;
  height: 35px;
  border: none;
  background: var(--c3);
  color: #ffffff;
  align-items: center;
  justify-content: center;
}
@media (max-width: 550px) {
  .subscribe_footer_form button {
    width: 50px;
    font-size: 0;
  }
}
.subscribe_footer_form button svg {
  width: 18px;
  height: 13px;
  margin-right: 5px;
}
.subscribe_footer_confirm {
  font-size: 12px;
  line-height: 15px;
  color: #999;
}

/*# sourceMappingURL=style.css.map */
