.subscribe {
  position: relative;
  display: flex;
  flex-direction: column;
}
.subscribe__input {
  padding: 20px;
  color: #262626;
  font-family: "Proxyma";
  font-size: 16px;
  font-weight: 400;
  width: 350px;
  background-color: white;
  border: none;
  margin-bottom: 10px;
}
.subscribe__message {
  position: absolute;
  left: 0;
  top: 100%;
  font-family: "Proxyma";
  font-size: 14px;
  font-weight: 400;
  display: none;
  width: 100%;
  margin: 0;
  text-align: center;
  line-height: 2;
}
.subscribe__message--success {
  display: block;
  color: #45ff45;
}
.subscribe__message--error {
  color: #be1d2d;
  display: block;
}
.hleft__text {
  align-items: stretch;
}
.hleft__text--line {
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}

@media(max-width: 1279px) {
  .nav__right {
    width: 35%;
  }
  .hteam__container {
    padding-right: 125px;
  }
}

@media (max-width: 1024px) {
  .subscribe {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .subscribe__input {
    max-width: 300px;
  }
  .hleft__text {
    flex-direction: column;
  }
  .hleft__text--line {
    margin-bottom: 15px;
  }
  .hleft__button {
    display: flex;
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .hleft__text {
    width: 100%;
  }
  .hleft__button {
    width: 100%;
  }
}
