.modal-header .head {
  display: flex;
  align-items: center;
  margin: 8px 0;
}

.modal-content {
  border-radius: 0;
}

.modal-title {
  margin: 0 0 0 8px;
  font-size: 32px;
  font-weight: bold;
}

.modal-header, .modal-body {
  padding: 25px;
}

.modal-header {
  border: none;
  padding-bottom: 12px;
}

.modal-body {
  padding-top: 12px;
  padding-bottom: 50px;
}

.modal-head__title {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 2em;
}

.modal-head__title.with-sub-description {
  margin-bottom: 1em;
}

.modal-head__title__sub_description {
  margin-bottom: 1.5em;
}


button.close {
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid;
}
@media only screen and (max-width: 768px) {
  #newsletter {
    margin-top: 0;
    padding: 2em 0;
  }

  #newsletter .container-wrapper {
    flex-direction: column;
  }

  #newsletter .newsletter-text {
    margin-bottom: 1.5em;
  }

  #newsletter .newsletter-form {
    margin-left: 0;
    margin-right: 0;
  }

  .form__field {
    width: 100%;
  }
}