.right-info__register {
  width: 1020px;
  background: #ffffff;
  margin-top: 14px;
  margin-bottom: 70px;
  padding-top: 31px;
  padding-left: 40px;
  padding-bottom: 425px;
}

.right-info__register h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 15px;
  color: #000000;
  margin-bottom: 47px;
}

.right-info__form--wrapper {
  display: flex;
  justify-content: space-between;
}

.right-info__form--type-of-property {
  width: 450px;
}

.right-info__form--left-wrapper, .right-info__form--right-wrapper {
  width: 470px;
}

.right-info__form--right-wrapper {
  padding-right: 27px;
}

.right-info__el-form {
  margin-bottom: 24px;
}

.right-info__el-form label, .right-info__from--document p {
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  text-align: center;
}

.right-info__from--document p {
  padding-bottom: 10px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.right-info__el-form label span {
  color: #c90000
}

.right-info__el-form input {
  width: 90%;
  height: 35px;
  margin-top: 15px;
  border: none;
  outline: none;
  background: #F4F4F4;
  padding-left: 12px;
}

.right-info__el-form .select {
  height: 35px;
  margin-top: 15px;
}

.right-info__el-form .select select {
  width: 94%;
  height: 100%;
  border: none;
  outline: none;
  background: #F4F4F4;
  padding-left: 12px;
  font-family: 'Open Sans', 'Times New Roman', 'sans selif', 'Arial';
  font-size: 14px;
}

.right-info__from--document {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-right: 30px;
  width: 100%;
}

.right-info__from--document div {
  display: block;
  margin: auto;
  width: 100%;
}

.flex-start {
  justify-content: flex-start;
}

.right-info__from--document label {
  height: 270px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #235F65;
  flex-direction: column;
}
label > progress {
	margin: 0 auto;
	transition: 0.3s;
}
#progress {
      background: red;
      transition: 0.7s;
    }
label > div#status {
	border: none;
}
label > div#status:hover {
	background: #FFFFFF;
  color: #235F65;
}
.right-info__from--document label div {
  padding: 13px;
  background: #FFFFFF;
  outline: none;
  font-size: 12px;
  line-height: 15px;
  color: #235F65;
  text-transform: uppercase;
  border: 2px solid #235F65;
  width: 50%;
}

.right-info__from--document label div:hover {
  background: #235F65;
  color: #FFFFFF
}

.right-info__form--btn-save {
  display: flex;
  justify-content: center;
  padding-right: 30px;
  margin-top: 55px;
}

.right-info__form--btn-save input {
  font-weight: bold;
  font-size: 12px;
  color: #235F65;
  padding: 13px;
  background: #ffffff;
  border: 2px solid #235F65;
  text-transform: uppercase;
}

.right-info__form--btn-save input:hover {
  background: #235F65;
  color: #FFFFFF
}

#reg_igree {
  display: inline-block;
  width: 25px;
}

.reg_igree_lbl {
  display: inline-block;
  font-size: 20px !important;
  position: relative;
  top: -10px;
}

.error_reg {
  border: 2px solid red !important;
}