.bx-subscribe {
  margin: 0;
  width: 100%;
}

.bx-subscribe div.bx-block-title {
  font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
  font-weight: var(--ui-font-weight-semi-bold, 600);
  color: #343434;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 9px;
}

.bx-subscribe-desc {
  color: #aaa;
  font-size: 12px;
  position: relative;
  margin-top: -5px;
  margin-bottom: 3px;
}

.bx-subscribe .bx-input-group .bx-form-control {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #f8fafc;
  border: 1px solid #d5dadc;
  border-radius: 2px 0 0 2px;
  outline: none;
  box-shadow: none !important;
  float: none;
  bottom: auto;
}

.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
  background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
  background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}

.btn-subscribe {
  cursor: pointer;
  text-align: center;
  background: #b7d58f;
  border: none;
  color: #000000;
  position: relative;
  text-transform: uppercase;
  border-radius: 0 2px 2px 0;
  line-height: 30px;
  height: 40px;
  padding: 5px 20px;
  vertical-align: middle;
  outline: none;
  bottom: auto;
  font-family: "Playfair Display";
  white-space: nowrap;
}

.btn-subscribe:hover {
  background-color: #154339;
  outline: 2px solid black;
  color: white;
}

.btn-subscribe span {
  display: block;
}

.subscribe-form-new {
  width: 100%;
}

.subscribe-form-new__row {
  display: flex;
  width: 100%;
  align-items: stretch;
}

.subscribe-form-new__input {
  flex: 1;
}

.subscribe-form-new__button {
  margin: 0;
  flex: 0 0 auto;
}

.subscribe-form-new__agree {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.3;
  color: inherit;
}

.subscribe-form-new__agree input {
  width: auto;
  height: auto;
  margin: 2px 0 0 0;
  flex: 0 0 auto;
}

.subscribe-form-new__agree a {
  color: inherit;
  text-decoration: underline;
}

@keyframes MeilSend {
  0% {
    padding: 5px 60px 5px 20px;
  }
  100% {
    padding: 5px 40px;
  }
}

@-webkit-keyframes MeilSend {
  0% {
    padding: 5px 60px 5px 20px;
  }
  100% {
    padding: 5px 40px;
  }
}

@keyframes MeilSendSpan {
  0% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}

@-webkit-keyframes MeilSendSpan {
  0% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}

@keyframes MeilSendButton {
  0% {
    width: 40px;
    background-position: 50%;
  }
  100% {
    width: 0;
    background-position: 100px 50%;
  }
}

@-webkit-keyframes MeilSendButton {
  0% {
    width: 40px;
    background-position: 50%;
  }
  100% {
    width: 0;
    background-position: 100px 50%;
  }
}

.bx_subscribe_response_container {
  padding: 40px;
  color: #35414e;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
  font: 11px/10px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
  font-weight: var(--ui-font-weight-regular, 400);
}

@media (max-width: 768px) {
  .subscribe-form-new__row {
    flex-direction: column;
    gap: 8px;
  }

  .btn-subscribe,
  .bx-subscribe .bx-input-group .bx-form-control {
    width: 100%;
    border-radius: 2px;
  }
}
.footer-subscribe-new {
  border: 1px solid #d5dadc;
  border-radius: 8px;
  padding: 28px 32px;
  margin-bottom: 30px;
  background: #fff;
}

.footer-subscribe-new__inner {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.footer-subscribe-new__text {
  width: 38%;
}

.footer-subscribe-new__text p:first-child {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}

.footer-subscribe-new__text p:last-child {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

.footer-subscribe-new__form {
  flex: 1;
}

.subscribe-form-new__agree {
  display: flex !important;
  align-items: flex-start;
  gap: 8px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.35;
}

.subscribe-form-new__agree a,
.subscribe-form-new__agree a:link,
.subscribe-form-new__agree a:visited {
  color: #b7d58f !important;
  text-decoration: underline !important;
  border: none !important;
}

.subscribe-form-new__agree a:hover {
  color: #154339 !important;
}

.subscribe-form-new__checkbox {
  width: 16px !important;
  height: 16px !important;
  margin: 2px 0 0 0 !important;
  flex: 0 0 16px;
  cursor: pointer;
  accent-color: #b7d58f !important;
}
@media (max-width: 768px) {
  .footer-subscribe-new {
    padding: 22px 18px;
  }

  .footer-subscribe-new__inner {
    display: block;
  }

  .footer-subscribe-new__text {
    width: 100%;
    margin-bottom: 18px;
  }

  .footer-subscribe-new__text p:first-child {
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 12px;
  }

  .footer-subscribe-new__text p:last-child {
    font-size: 14px;
    line-height: 1.45;
  }

  .footer-subscribe-new__form {
    width: 100%;
  }

  .subscribe-form-new__row {
    display: block;
  }

  .subscribe-form-new__input {
    width: 100%;
    margin-bottom: 8px;
  }

  .subscribe-form-new__button {
    width: 100%;
  }

  .bx-subscribe .bx-input-group .bx-form-control {
    width: 100%;
    border-radius: 2px;
  }

  .btn-subscribe {
    width: 100%;
    border-radius: 2px;
  }

  .subscribe-form-new__agree {
    margin-top: 12px;
  }
}
.subscribe-form-new__checkbox {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;

    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;

    margin: 3px 8px 0 0 !important;
    padding: 0 !important;

    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    accent-color: #b7d58f !important;

    position: static !important;
    float: none !important;
}
.subscribe-form-new__agree {
    display: flex;
    align-items: center !important;
    gap: 10px;
}

.subscribe-form-new__checkbox {
    margin: 0 !important;
    position: relative;
    top: -1px; /* можно -2px, если хочется чуть выше */
    flex-shrink: 0;
}

.subscribe-form-new__agree span {
    line-height: 1.4;
}