.register_block{ max-width: 650px;}
#email,.no_email{ display:none;  }
.no_phone,.no_email{ text-align:center;}
.no_phone{  display:block; }
#tel,#login,#password,#repeat_password,#Register,#get_access_password{ float:right;}
.hide_block{ display:none;}
#reg_by_vk{ margin:0 auto; display:block; position:relative; width:400px; float:right; background:url('img/logo-vk-full.jpg') no-repeat; background-position:right; background-size:contain; text-align:left; border:0px;}


/* xs — до 575px */
@media screen and (max-height: 575.98px) {
    #registerForm {
        min-height: 500px;
    }
}

/* sm — 576px і більше */
@media screen and (min-height: 576px) and (max-height: 767.98px) {
  #registerForm {
    min-height: 600px;
  }
}

/* md — 768px і більше */
@media screen and (min-height: 768px) and (max-height: 991.98px) {
  #registerForm {
    min-height: 700px;
  }     
  }


/* lg — 992px і більше */
@media screen and (min-height: 992px) and (max-height: 1199.98px) {
  #registerForm {
    min-height: 800px;
  }
}

/* xl — 1200px і більше */
@media screen and (min-height: 1200px) and (max-height: 1399.98px) {
  #registerForm {
    min-height: 900px;
  }
}

/* xxl — 1400px і більше */
@media screen and (min-height: 1400px) {
  #registerForm {
    min-height: 1000px;
  }
}
