.modal-dialog.modal-lg {
  margin-top: 128px;
  max-width: 600px;
}
.modal-header {
  border: none;
}
.modal-dialog.modal-lg .modal-content {
  border: none;
  border-radius: 0;
}
.close {
  font-size: 0;
}
.modal-dialog.modal-lg .close:after {
  content: '';
  width: 1px;
  height: 47px;
  background: #b8b8b8;
  display: flex;
  transform: rotate(45deg);
  position: absolute;
  left: 16px;
  top: -5px;
}
.modal-dialog.modal-lg .close::before {
  content: '';
  width: 1px;
  height: 47px;
  background: #b8b8b8;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  left: 16px;
  top: -5px;
}
.modal-dialog.modal-lg .close {
  position: absolute;
  right: 36px;
  min-height: 35px;
  min-width: 35px;
  display: block;
  padding: 0;
  top: 36px;
}
.title-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  color: #000000;
}
.modal-body {
  padding: 18px 50px 50px;
}
#mainpageform .form-control {
  background: #FFFFFF;
  border: 1px solid #999999;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 24px 15px 7px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  height: auto;
}
.control-label.active {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 170%;
  color: #A4A4A4;
}
.control-label {
  position: absolute;
}
#mainpageform .control-label:not(.active) {
  font-size: 20px;
  padding: 20px 15px;
  color: #a4a4a4;
}
.form-group.required.col-sm-12 {
  margin-bottom: 30px;
}
.buttons .pull-right {
  float: none;
}
.buttons .pull-right button {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 14px 23px;
  background: #f00;
  border-radius: 6px;
  border: none;
  border: 2px solid #f00;
}
.buttons .pull-right button:hover {
  border: 2px solid;
  background: transparent;
  color: #f00;
}