.section-newsletter {
  position: relative;
  background-color: #000;
  width: 100%;
  min-height: auto;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .section-newsletter {
    padding: 40px 0;
  }
}
.section-newsletter-header {
  color: #fff;
  margin-bottom: 40px;
}
.section-newsletter-header__title {
  text-align: center;
  margin: 0 0 24px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .section-newsletter-header__title {
    font-size: 1.6rem;
  }
}
.section-newsletter-header__subtitle {
  text-align: center;
  font-size: 1.2rem;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .section-newsletter-header__subtitle {
    font-size: 1rem;
  }
}
.section-newsletter-form__container {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 40px;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .section-newsletter-form__container {
    grid-template-columns: 1fr;
  }
}
.section-newsletter-form__input > label > p {
  color: #fff;
  margin: 0 0 8px;
  padding-left: 10px;
  font-size: 1rem;
}
.section-newsletter-form__input > label > input {
  width: 100%;
  border: 1px solid #c1c1c1;
  background-color: #fff;
  color: #000;
  font-size: 0.9rem;
}
.section-newsletter-form__input > label > input::placeholder {
  color: #000;
  font-size: 0.9rem;
}
.section-newsletter-form__input > label > input[type=text], .section-newsletter-form__input > label > input[type=email] {
  padding: 10px;
}
.section-newsletter-form__submit .cta_btn.yellow {
  background-color: transparent;
}
.section-newsletter-form__legal-container {
  margin-top: 24px;
}
.section-newsletter-form__legal-text {
  color: #fff;
  font-size: 0.7rem;
  line-height: 160%;
  margin: 0;
}
.section-newsletter-form__legal-grid {
  display: grid;
  grid-template-columns: 24px auto;
  gap: 12px;
  align-items: start;
}

.section-newsletter-download {
  position: relative;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-newsletter-download__image {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 40px);
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url("https://xton.pl/wp-content/uploads/2025/07/section-newsletter-image.webp");
}
@media screen and (max-width: 768px) {
  .section-newsletter-download__image {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: 400px;
  }
}
.section-newsletter-download__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-newsletter-download__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.section-newsletter-download__content {
  color: #fff;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .section-newsletter-download__content {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.section-newsletter-download__content__title {
  text-align: left;
  margin: 0 0 12px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .section-newsletter-download__content__title {
    font-size: 1.4rem;
  }
}
.section-newsletter-download__content__subtitle {
  text-align: left;
  font-size: 1rem;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 300;
}
.section-newsletter-download-form__form {
  margin-top: 24px;
}
.section-newsletter-download-form__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-newsletter-download .section-newsletter-form__legal-container {
  margin-top: 0 !important;
}

/*# sourceMappingURL=section-newsletter.css.map */
