.newsletter-page,
html.newsletter-page,
body.newsletter-page {
  background: #fff !important;
}

body.newsletter-page {
  overflow-x: hidden;
}

.newsletter-page .popup-outer-box,
.newsletter-page .mod_not_popup_for_our,
.newsletter-page .open_popup_subscribe {
  display: none !important;
}

.wrap.page-newsletter {
  min-height: auto;
  background: #fff;
  color: #181818;
}

.page-newsletter .nl {
  width: 100%;
  min-height: calc(100vh - 61px);
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #181818;
}

.page-newsletter .nl::after {
  content: "";
  display: block;
  flex: 1 0 auto;
  background: #fff;
}

.page-newsletter .nl__hero {
  width: 100%;
  height: 550px;
  background: url("../img/newsletter-banner.jpg") center center / cover no-repeat;
}

.page-newsletter .nl__content {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  width: 100%;
  height: 356px;
  padding: 50px 140px;
  border-top: 1px solid #999;
}

.page-newsletter .nl__copy {
  display: flex;
  flex: 0 0 476px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 476px;
}

.page-newsletter .nl__title {
  width: 508px;
  margin: 0;
  color: #181818;
  font-family: "Microgramma", "Bounded", "TT Norms", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-newsletter .nl__lead {
  width: 476px;
  margin: 0;
  color: #000;
  font-family: "TT Norms", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.page-newsletter .nl__form,
.page-newsletter .nl__form form {
  width: 369px;
}

.page-newsletter .nl__fields {
  width: 100%;
  margin: 0 0 10px;
}

.page-newsletter .nl__field {
  display: block;
  width: 100%;
}

.page-newsletter .nl__input,
.page-newsletter .nl input.form-input,
.page-newsletter .nl input[type="text"],
.page-newsletter .nl input[type="email"] {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  border: 1px solid #999;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #181818;
  font-family: "TT Norms", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  outline: none;
}

.page-newsletter .nl__input::placeholder,
.page-newsletter .nl input::placeholder {
  color: #747474;
  opacity: 1;
}

.page-newsletter .nl__captcha {
  width: 100%;
  height: auto;
  min-height: 0;
  line-height: 0;
  margin: 0;
}

.page-newsletter .nl__captcha .captchaYandexClass,
.page-newsletter .nl__captcha .smart-captcha {
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.page-newsletter .nl__captcha br {
  display: none;
}

.page-newsletter .nl__actions {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 0;
}

.page-newsletter .nl__form form.captcha-ready .nl__actions {
  margin-top: -18px;
}

.page-newsletter .nl__actions > :first-child {
  margin-top: 0 !important;
}

.page-newsletter .nl__submit,
.page-newsletter .nl input[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  margin: 0 0 10px;
  padding: 0 30px;
  border: 0;
  border-radius: 0;
  background: #181818;
  color: #fff;
  font-family: "Bounded", "Microgramma", "TT Norms", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  cursor: pointer;
}

.page-newsletter .nl__submit:hover,
.page-newsletter .nl input[type="submit"]:hover {
  background: #000;
}

.page-newsletter .nl__legal {
  width: 100%;
  margin: 0;
  color: #747474;
  font-family: "TT Norms", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}

.page-newsletter .nl__legal a {
  color: #37f713;
  text-decoration: underline;
}

.page-newsletter .nl__errors {
  margin-bottom: 10px;
  color: #d80000;
  font-size: 14px;
  line-height: 18px;
}

.page-newsletter .nl__success {
  width: 369px;
  font-family: "TT Norms", sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.page-newsletter .nl table,
.page-newsletter .nl .form-table {
  display: none;
}

@media (max-width: 767px) {
  .page-newsletter .nl__hero {
    height: 223px;
    background-position: center center;
  }

  .page-newsletter .nl__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
    height: 443px;
    padding: 30px 15px;
    border-top: 0;
  }

  .page-newsletter .nl__copy {
    flex: 0 0 auto;
    gap: 20px;
    width: 100%;
  }

  .page-newsletter .nl__title {
    box-sizing: border-box;
    width: 100%;
    min-height: 63px;
    margin: 0;
    padding-top: 7px;
    font-size: 24px;
    line-height: 28px;
  }

  .page-newsletter .nl__lead {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .page-newsletter .nl__form,
  .page-newsletter .nl__form form {
    width: 100%;
  }

  .page-newsletter .nl__captcha {
    height: auto;
    min-height: 0;
  }

  .page-newsletter .nl__captcha .captchaYandexClass,
  .page-newsletter .nl__captcha .smart-captcha {
    min-height: 0 !important;
    height: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .page-newsletter .nl__content {
    gap: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .page-newsletter .nl__copy {
    flex-basis: 440px;
    width: 440px;
  }

  .page-newsletter .nl__title,
  .page-newsletter .nl__lead {
    width: 440px;
  }
}
