.contact-form {
  background-image: url(/images/footer-bcg.png);
  width: 100%;
  height: 157px;
  padding-top: 15px;
}
.contact-form .button{
  border: 1px solid #83A488;
}
.contact-form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1170px;
  margin: 0 auto;
}
.contact-form__form {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items:flex-start;
  
}
.contact-form__title {
  padding-right: 59px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  color: #C5D9C7;
  width: 354px;
}
.contact-form__input {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  opacity: 0.8;
  background: var(--dark-green);
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 13px 22px 12px;
  width: 268px;
  margin-top: 5px;
  margin-right: 20px;
}
.contact-form__input:hover{
  border-color: #fff;
}
.contact-form__input::-webkit-input-placeholder {
  color: #C5D9C7;
}
.contact-form__input::-moz-placeholder {
  color: #c5d9c7;
}
.contact-form__input:-moz-placeholder {
  color: #c5d9c7;
}
.contact-form__input:-ms-input-placeholder {
  color: #c5d9c7;
}
.contact-form__btn {
  margin-top: 5px;
  padding: 15px 51px 16px 46px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  background: #A8CD0E;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  border: 1px solid #A8CD0E;
}
.contact-form__btn:hover{
  background-color: #316738;
  border: 1px solid #A8CD0E;
  color: #a8cd0e;
}
.contact-form__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #C5D9C7;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  margin-left: -50px;
  padding-top: 2px;
}
.contact-form__data a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  margin: 0;
}
.contact-form__politic {
  width: 415px;
}
@media (max-width: 1024px) {
.contact-form__form {
    padding-top: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10px;
  }
  .contact-form__title {
    width: 100%;
    padding-right: 0;
    text-align: center;
    padding-bottom: 10px;

  }
  .contact-form__politic {
    width: 100%;
    text-align: center;
  }
    
}
@media (max-width: 576px) {
    .contact-form {
    height: auto;
  }
  .contact-form__title {
    font-size: 18px;
    margin:0 20px;
    text-align: left;
  }   
  .button{
    width: 100%;
    margin: 10px 20px 0;
  }
  .contact-form__input {
    width: 100%;
    padding: 8px 22px 8px;
    margin:0 20px;
    margin-bottom: 10px;
  }
  .contact-form__btn {
    padding: 16px 40px;
  }
  .contact-form__data {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 25px;
  }
  .contact-form__politic{
    width: 100%;
    margin:0 20px;
    text-align: left;
  }
}
.contact-form__title_new{
    text-align: center;
    width: 100%;
}