@media (max-width: 991px) {
#pwin .modal-dialog{
  transform: translate(0, 25%);
}
}
#main-form-block{
  max-width: 320px;
  margin: 0 auto;
  }
  .modal-header {
    padding: 15px;
    border-bottom: transparent;
}
.send-done {
  text-align: center;
}
#main-form-block .u-align-center.u-text {
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.bottom-form {
  background-image: none;
}

.bottom-form .u-sheet-1 {
  min-height: 416px;
}

.bottom-form .u-group-1 {
  width: 780px;
  min-height: 216px;
  animation-duration: 1000ms;
  margin: 60px auto;
}

.bottom-form .u-text-1 {
  font-weight: 700;
  font-size: 3rem;
  margin: 0 31px;
}

.bottom-form .u-text-2 {
  font-size: 1.25rem;
  font-weight: 300;
  margin: 20px 85px 0;
}

.bottom-form .u-btn-1 {
  background-image: none;
  font-size: 1.125rem;
  letter-spacing: 2px;
  border-style: none;
  text-transform: none;
  margin: 30px auto 0;
  padding: 11px 47px 11px 46px;
}

@media (max-width: 991px) {
  .bottom-form .u-group-1 {
    width: 720px;
  }

  .bottom-form .u-text-2 {
    margin-left: 55px;
    margin-right: 55px;
  }
}

@media (max-width: 767px) {
  .bottom-form .u-sheet-1 {
    min-height: 314px;
  }

  .bottom-form .u-group-1 {
    width: 540px;
    margin: 40px 0;
  }

  .bottom-form .u-text-1 {
    font-size: 2.25rem;
  }

  .bottom-form .u-text-2 {
    font-size: 1.125rem;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .bottom-form .u-group-1 {
    width: 340px;
    min-height: 264px;
  }

  .bottom-form .u-text-1 {
    font-size: 1.5rem;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .bottom-form .u-text-2 {
    font-size: 1rem;
  }
}