/**
 * Тут стили страницы регистрации
 * разметка в registr_all_user\check_type_registr_client.html
 */

.registration-row {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  height: auto;
 }
.registration-row:last-child {
  margin-bottom: 0;
}
.form-registration{
  padding: 35px 20px 20px 20px;
  width: 465px;
  margin: 0 auto;
}
.registration-label {
  color: #046788;
  flex: 0 1 50%;
  margin-bottom: 0;
}
.registration-input > input {
  width: -webkit-fill-available;
  width: -moz-available;
  height: 40px;
  margin-bottom: 0;
  margin-right: 0;
  color: #046788;
}
.registration-input > input,
.wrapper-form .def-button,
.registration-row .row-phone{
  border-radius: 4px;
}
.registration-row .row-phone,
.registration-input > input {
  border: 1px solid #8ecee4;
}
.form-registration input,
.form-registration label,
.registration-input > input::placeholder {
  font-size: 15px;
  text-overflow: ellipsis;
}
.registration-input {
 flex: 0 1 50%;
}
.registration-btn__wrap{
  width: 408px;
  margin: 0 auto;
  margin-top: 30px;
}
.registration-input,
.registration-btn__wrap{
  text-align: center;
}
.wrapper-form .def-button{
  box-shadow: -1px -1px 10px 0px rgb(0 0 0 / 40%);
  width: 150px;
  height: 40px;
  font-weight: bold;
  font-size: 16px;
  background: #00a9e0;
  text-shadow: none;
  color: #ffffff;
}
.wrapper-form .def-button:disabled{
  color: rgb(186, 182, 182);
  background-color: #002c3a;
  cursor: not-allowed;
}
.wrapper-form .def-button:hover{
  box-shadow: 1px 0px 18px 0px rgb(0 0 0 / 40%);
  background: #00779e;
}
#disclaimer {
  width: 100%;
  text-align: justify;
}
.reg-disclaimer .registration-input{
  text-align: left;
}
.registration-input input[type="checkbox"] + label{
  margin: 0;
}
.detail-link{
  cursor: pointer;
  border-bottom: 1px solid #05215e;
  margin-left: 10px;
}
.hide{
  position: relative;
  height: 0;
  overflow: hidden;
}
.wrap-reset .uncorrect-data,
.wrapper-form .uncorrect-data {
  border: 1px solid #ff2d2d;
}
.wrap-reset .correct-data, 
.wrapper-form .correct-data {
  border: 1px solid #40ff40;
}
@media(max-height: 1050px){
  .registration-btn__wrap{
    margin-bottom: 30px;
  }
}
@media(max-width: 768px){
  .registration-btn__wrap,
  .form-registration{
    width: 100%;
  }
}
@media(max-width: 500px){
  .registration-row{
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .reg-disclaimer{
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .registration-label{
    margin-bottom: 3px;
  }
  .registration-input > input{
    border: 1px solid #9fe4ff;
  }
  .reg-disclaimer .registration-input{
    display: flex;
  }
  .registration-row,
  .registration-input,
  .form .row-phone .phone-input,
  .registration-input > input{
    width: 100%;
  }
  .registration-row .country-code{
    font-size: 15px;
  }
}
@media(max-width: 465px){
  .form-registration{
  /* padding: 20px 10px 5px 10px; */
  box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.4);
  -webkit-box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.4);
  }
}
@media(max-width: 310px){
  .reg-disclaimer{
    flex-direction: column;
  }
}