.subscribe {
  margin: 50px 0 80px
}
.subscribe__container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto
}
.subscribe__wrap {
  background: #ebf0e6;
  padding-left: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px
}
.subscribe__column {
  width: 576px;
  padding: 35px 0
}
.subscribe__img {
  margin-top: -43px
}
.subscribe__img img,
.subscribe__img picture {
  display: block;
  max-width: 100%;
  height: auto
}
.subscribe__title {
  font-family: "Roboto Slab",sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 111%;
  color: #5b9118;
  margin-bottom: 14px
}
.subscribe__subtitle {
  font-family: Roboto,sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #3d4345;
  margin-bottom: 30px
}
.subscribe__form {
  max-width: 576px
}
.subscribe__row {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
  grid-template-columns: 1fr 1fr
}
.subscribe__input {
  display: block;
  border: 1px solid #878c94;
  padding: 18px;
  height: 60px;
  background: #ebf0e6
}
.subscribe__button {
  border: none;
  background: #5b9118;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto,sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  text-transform: uppercase;
  text-align: center;
  color: #fff
}
.subscribe__agree {
  max-width: 411px
}
.custom-checkbox {
  display: flex;
  gap: 10px;
  align-items: center
}
.custom-checkbox__checkbox {
  display: none
}
.custom-checkbox__span {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #878c94;
  cursor: pointer;
  background: 0 0;
  flex: none;
  display: block
}
.custom-checkbox__label {
  display: block;
  font-family: HarmonyOS_Sans,sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 135%;
  color: #5b5c5d;
  cursor: pointer
}
.custom-checkbox__label a {
  text-decoration: underline;
  color: inherit
}
.custom-checkbox__label a:hover {
  text-decoration: none
}
.custom-checkbox__checkbox:checked + .custom-checkbox__span::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #5b9118;
  width: 18px;
  height: 18px;
  background-color: #5b9118;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/svg/check_white.svg);
  background-size: 12px
}
@media (max-width:1240px) {
  .subscribe__container {
    max-width: 1024px
  }
}
@media (max-width:1024px) {
  .subscribe__container {
    max-width: 798px;
    padding: 0 15px
  }
  .subscribe__wrap {
    flex-direction: column;
    align-items: stretch
  }
}
@media (max-width:768px) {
  .subscribe__column {
    width: 100%
  }
}
@media (max-width:575px) {
  .subscribe__container {
    max-width: 100%
  }
  .subscribe__wrap {
    padding: 0 16px
  }
  .subscribe__column {
    padding: 16px 0
  }
  .subscribe__title {
    font-size: 24px;
    line-height: 125%
  }
  .subscribe__row {
    grid-template-columns: 1fr
  }
}