.hero-subscribe {
  background-color: #ffd038;
  background-repeat: no-repeat;
  background-image: url("../../images/subscribe_background.jpg");
  background-size: cover;
  background-position: center;
  padding: 112px 0 180px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .hero-subscribe {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 768px) {
  .hero-subscribe {
    padding: 70px 0 45px;
  }
}

.hero-subscribe__decor {
  position: absolute;
  left: 0;
  bottom: 42%;
}

@media only screen and (max-width: 768px) {
  .hero-subscribe__decor {
    display: none;
  }
}

.hero-subscribe .container {
  background-position: 0 15px;
}
.hero-subscribe__title {
  max-width: 550px;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 72px;
  line-height: 1;
  color: var(--color-gray-blue);
}
@media only screen and (max-width: 768px) {
  .hero-subscribe__title {
    font-size: 54px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-subscribe__title {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
.hero-subscribe__inner {
  padding: 0 0 0 36px;
}
@media only screen and (max-width: 1200px) {
  .hero-subscribe__inner {
    padding: 0;
  }
}
.hero-subscribe__text {
  margin-bottom: 48px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  color: #27383f;
  max-width: 490px;
}
@media only screen and (max-width: 768px) {
  .hero-subscribe__text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-subscribe__text {
    font-size: 16px;
  }
}
.hero-subscribe__form form {
  position: relative;
  max-width: 440px;
}
@media only screen and (max-width: 575px) {
  .hero-subscribe__form form {
    max-width: 100%;
  }
}
.hero-subscribe__form form input {
  font-family: "Proxima Nova", sans-serif;
  width: 100%;
  height: 64px;
  padding: 8px 22px;
  background-color: #fff;
  border: none;
  outline: 0;
  border-radius: 80px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  font-style: normal;
  color: #27383f;
  padding-right: 200px;
}
.hero-subscribe__form form input::placeholder {
  color: #27383f;
}
.hero-subscribe__form form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: max-content;
  padding: 15px 36px;
  height: 64px;
  font-family: "Proxima Nova", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  background-color: #27383f;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.4s ease;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  .hero-subscribe__form form input[type="submit"] {
    position: relative;
    margin-top: 18px;
    width: 100%;
  }

  .wpcf7-form .wpcf7-not-valid-tip {
    position: static;
  }

  .hero-subscribe__form form input {
    padding-right: 20px;
  }
}

.hero-subscribe__form .wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-response-output {
  margin-top: 10px !important;
}

.hero-subscribe__form form input[type="submit"]:active,
.hero-subscribe__form form input[type="submit"]:visited,
.hero-subscribe__form form input[type="submit"]:hover,
.hero-subscribe__form form input[type="submit"]:focus {
  background-color: #000;
}
