.subscribe-bot {
  max-width: 822px;
  margin: auto;
  padding-bottom: 60px;
}

.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 {
  border-radius: 4px;
  background: #6c834b;
  padding: 20px 90px 28px 90px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  display: flex;
  justify-content: space-around;
}

.subscribe-bot .subscribe-bot__title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.56px;
  font-weight: 700;
  text-transform: uppercase;
}

.buttons-wrapper {
  display: flex;
  gap: 15px;
  max-width: 630px;
  width: 100%;
}

.buttons-wrapper a.wysija-submit {
  display: flex !important;
  align-items: center;
  height: 42px;
  justify-content: center;
  white-space: nowrap;
  flex-grow: 1;
  background-color: #ffffff;
  color: #000000 !important;
  width: 50%;
}

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

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

/*  */
.vacancy-contact .subscribe-bot {
  padding-bottom: 0;
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.vacancy-contact .subscribe-bot__wrap {
  padding: 0;
  background: unset;
}

.vacancy-contact .buttons-wrapper {
  max-width: 100%;
}

.vacancy-contact .button.wysija-submit {
  border: 1px solid #6c834b;
  color: #6c834b !important;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}

.vacancy-contact .button.wysija-submit svg {
  color: #6c834b;
  width: 15px;
  height: 15px;
  transition: all 0.3s ease-in;
}

.vacancy-contact .button.wysija-submit:hover {
  border: 1px solid #6c834b;
  color: #fff !important;
  background: #6c834b !important;
}

.vacancy-contact .button.wysija-submit:hover svg {
  color: #fff;
}

/*  */
@media screen and (max-width: 1030px) {
  .subscribe-bot {
    max-width: 90%;
  }

  .vacancy-contact .subscribe-bot {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .buttons-wrapper a.wysija-submit {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .subscribe-bot .subscribe-bot__wrap {
    padding: 25px 20px;
  }

  .vacancy-contact .subscribe-bot__wrap {
    padding: 0;
  }
}

@media screen and (max-width: 565px) {
  .buttons-wrapper {
    flex-direction: column;
  }
}
