#form_better_offer.popup {
  max-width: 960px;
  padding: 0;
}

.better-offer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.better-offer__image {
     width: 600px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 600px;
            flex: 0 0 600px;
    background-size: cover;
    
    
  background-repeat: no-repeat;
  background-position: top center;
}
.better-offer__text {
  padding: 40px;
  text-align: left;
}
.better-offer__logo {
  max-width: 240px;
  margin-bottom: 20px;
}
.better-offer__title {
  font-size: 21px;
  line-height: 1;
  margin-bottom: 10px;
}
.better-offer__subtitle {
  font-size: 14px;
  opacity: .7;
  margin-bottom: 20px;
}

.better-offer__text .form-item .form-item-control {
  width: 100%;
}
.better-offer__text .form-item.form-note{
  font-size: 14px;
  margin-bottom: 15px;
  opacity: .7;
}
.better-offer__text .form-item .form-button {
  width: 100%;
}



.form-modal .modal-dialog {
  width: 460px !important;
}
.form-modal.form-modal-large .modal-dialog {
  width: 960px !important;
}
.form-modal.form-modal-large .modal-content {
  padding: 0;
}

@media screen and (max-width: 992px) {
  #form_better_offer.popup {
    width: 90% !important;
  }
  .better-offer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .better-offer__image {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
  }
}

@media screen and (max-width: 576px) {
  .better-offer__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
  }
}