.subscribe-bot {
  margin: auto;
}

.subscribe-bot.subscribe-bot--border {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.subscribe-bot .subscribe-bot__wrap {
  background: #F0F1EE;
  padding: 40px 60px;
  align-items: center;
  gap: 15px;
  display: flex;
  position: relative;
  justify-content: space-between;
}

.subscribe-bot .subscribe-bot__content {
  max-width: 565px;
}
.subscribe-bot .subscribe-bot__wrap:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='595' height='244' viewBox='0 0 595 244' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M465.287 0H0V122V244H465.287L520 122L465.287 0Z' fill='url(%23paint0_linear_1288_122)'/%3E%3Cpath opacity='0.3' d='M540.287 0H75V122V244H540.287L595 122L540.287 0Z' fill='url(%23paint1_linear_1288_122)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1288_122' x1='805.95' y1='122' x2='40.4224' y2='122' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23434B36'/%3E%3Cstop offset='1' stop-color='%23DBDBDB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1288_122' x1='880.95' y1='122' x2='115.422' y2='122' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23434B36'/%3E%3Cstop offset='1' stop-color='%23DBDBDB' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right;
  width: 520px;
  position: absolute;
  top: 0;
  left: 20%;
  bottom: 0;
  background-size: cover;
  
}

.subscribe-bot .subscribe-bot__title {
  color: #000;
  font-size: 36px;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 28px;
}

.subscribe-bot .subscribe-bot__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #000;
}

.buttons-wrapper {
  display: flex;
  gap: 15px;
  flex-direction: column;
  z-index: 1;
}

.buttons-wrapper a.wysija-submit {
  display: flex !important;
  align-items: center;
  height: 65px;
  justify-content: center;
  white-space: nowrap;
  flex-grow: 1;
  background-color: #434B36;
  color: #fff !important;
  width: 380px;
  font-size: 18px;
}

.buttons-wrapper a.wysija-submit:hover {
  background: #434B36AD !important;
}

.buttons-wrapper a.wysija-submit svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.subscribe-container {
  padding-bottom: 30px;
  border-bottom: 1px solid #E6E6E6;
}

.wysija-submit.btn-link {
  border: 1px solid #434B36;
  color: #434B36;
  padding: 14px 40px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.wysija-submit.btn-link svg {
  color: #434B36;
  width: 16px;
  height: 16px;
  margin-left: 20px;
  transition: all 0.3s ease-in;
}

.wysija-submit.btn-link:hover {
  background: #434B36;
  color: #fff;
}

.wysija-submit.btn-link:hover svg {
  color: #fff;
}

@media screen and (max-width: 1030px) {
  .subscribe-bot {
    margin: 60px 40px 0;
  }

  .subscribe-bot .subscribe-bot__wrap {
    flex-direction: column;
    padding: 40px 22px;
    align-items: flex-start;
    gap: 30px;
  }

  .subscribe-bot .subscribe-bot__wrap:after {
    left: 0;
    width: 95%;
  }

  .subscribe-bot .subscribe-bot__content {
    max-width: 100%;
  }

  .subscribe-bot .buttons-wrapper {
    align-self: flex-start;
  }

  .subscribe-bot .subscribe-bot__title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .subscribe-bot .subscribe-bot__title {
    font-size: 26px;
  }

  .wysija-submit.btn-link {
    margin-top: 20px;
  }
}

@media screen and (max-width: 565px) {
  .buttons-wrapper a.wysija-submit {
    width: 100%;
  }

  .subscribe-bot .buttons-wrapper {
    width: 100%;
  }

  .subscribe-bot {
    margin: 60px 20px 0;
  }
}