
.reg_form_patient_error {
	color:red;
}
.reg_form_patient_send_ok {
	color:#1a7ea6;
	min-height: 500px;
	text-align: center;	
}
.reg_form_patient_div {
	margin: 50px auto;
	max-width: 970px;
	padding:0 20px;
	box-sizing: border-box;
}
.reg_form_top {
  padding: 60px 70px 60px 80px;
  box-sizing: border-box;
  width: 100%;
  border: 7px solid #ffe7e7;
}
.reg_form_btm {
	background:#ecf9f9;
	padding:60px 70px 60px 80px;
	box-sizing: border-box;	
	width:100%;
	border-radius: 0px 0px 25px 25px;	
	box-shadow: 1px 7px 14px -2px #3333;
	margin-bottom: 150px;
}
.reg_form_patient_tit {
	text-align: center;
  padding: 50px 0px 50px 0px;
  max-width: 700px;
  margin: 0 auto;
}
.rf_line {
	display:block;
	width:100%;
	padding-bottom:5px;
	position:relative;
}
.reg_form_patient_div input[type="number"],
.reg_form_patient_div input[type="tel"],
.reg_form_patient_div input[type="text"],
.reg_form_patient_div input[type="email"],
.reg_form_patient_div textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 20px 30px;
  border: 1px solid #ffe7e7;
  background-color: #fffafa;
  border-radius: 3px;
  font-size: 18px;
  font-family: "MyriadProRegular";
  color: black;
  box-sizing: border-box;
  outline: none;
}
.rf_red_star {
	content:"*";
	color:#ff0000;
	position:absolute;
	margin-left: -25px;
	margin-top: 22px;
	font-size:16px;
}
.rf_50_l {
	width:47% !important;
	margin-right: 7%;
}
.rf_50_r {
	width:46% !important;
}
.rf_scan_txt {
    background: url("../img/rf_bind.png") no-repeat 0px 0px;	
    color: #e46161;
	display: block;
	padding-left: 30px;
	padding-bottom: 10px;
	font-weight: bold;
}
.rf_line b {
	padding-bottom: 10px;
	display:block;
}
.form_radio {
	margin-top: 5px;
}
.form_radio input[type=radio] {
	display: none;
}
.form_radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 35px;
	margin-right: 0;
	line-height: 25px;
	user-select: none;
}
.form_radio label:before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background: url("../images/radio-1.png") 0 0 no-repeat;
}
.form_radio input[type=radio]:checked + label:before {
	background: url("../images/radio-2.png") 0 0 no-repeat;
}
.form_radio label:hover:before {
	filter: brightness(95%);
}
.form_radio input[type=radio]:disabled + label:before {
	filter: grayscale(100%);
}
.reg_form_patient_div input[type="file"] {

}
.file_btn_hidd {
	height: 0px;
	width: 0px;
	overflow:hidden;
	display: block;
}
#file_btn {
	font-size:14px;
	margin-left:30px;
	display:block;
	color:#9092a3;
	cursor:pointer;
	min-height: 17px;
}
#print_text {
    background: url("../img/file_ok.png") no-repeat 0px 0px;	
	display: block;
	padding-left: 24px;
	min-height: 17px;
}
.reg_form_btm b {
	padding: 40px 0px 25px;
}
#rf_acept {
	font-size:12px;
	color:#5d5f75;
	padding-top: 3px;
	display: block;
}
#rf_acept a {
	color:#5d5f75;	
	border-bottom:1px solid #ced9dd;
	padding-bottom: 0px;
	display: inline-block;
}
#sendMail {
  width: 300px;
  display: inline-block;
  margin-top: 20px;
  padding: 20px 30px;
  border: 1px solid #e9f3ff;
  border-radius: 3px;
  font-size: 18px;
  font-family: "MyriadProRegular";
  cursor: pointer;
  color: #e46161;
  background: #ffe7e7;
  transition: all 0.2s;
}
#sendMail:hover{
  background-color: #e46161;
  color: white;
}
.container_check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius:3px;
	border: 1px solid #1b7ea7;
}
.container_check:hover input ~ .checkmark {
  background-color: #eee;
}
.container_check input:checked ~ .checkmark { 
  background: url("../images/rf_check.png") no-repeat 3px 5px #21779c;	
  
}
.container_check:after {
  content: "";
  position: absolute;
  display: none;
}
.container_check input:checked ~ .checkmark:after {
  display: block;
}
.reg_form_patient_div textarea {
	height: 65px;
}
.reg_form_patient_div #adr_clinic {
	min-height: 70px;
}
.reg_form_patient_div .error {
	border:1px solid #ff0000 !important;
	}


/*=============================================*/

@media screen and (max-width: 1240px) {
.reg_form_patient_tit {
	font-size: 20px;
	padding: 15px 0 25px;
	line-height: 24px;
}
.reg_form_btm {
	margin-bottom: 65px;
}
.header {
    background: #fff;
}
}

/*=============================================*/

@media screen and (max-width: 768px) {
body {
	min-width: 320px;
}
.reg_form_patient_div {
    margin: 96px auto 30px;
	padding: 0px;
}
.reg_form_patient_tit {
  font-size: 26px;
  padding: 20px;
  line-height: 31px;
}
.reg_form_top {
	padding: 30px 23px 30px 30px;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
}
.rf_red_star {
	margin-left: -17px;
}
.top-phone {
	display:none;
}
.rf_50_l {
	width: 100% !important;
	margin-right: 7%;
	display: block;
}
.rf_50_r {
	width: 100% !important;
	margin-top: 5px;
}
.rf_scan_txt {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.5px;
}
.rf_line b {
	font-size: 16px;
}
.reg_form_btm {
	padding: 30px 23px 30px 30px;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
}
.reg_form_btm .form_radio label {
	line-height: 16px;
	font-size: 15px;
	margin-bottom: 7px;
}
#rf_acept {
	padding-top: 0px;
	font-size: 12px;
}
#rf_acept a {
	padding-bottom: 0;
	display: inline;
	line-height: 16px;
}
.reg_form_btm {
    margin-bottom: 30px;
}



}
/*=============================================*/

@media screen and (max-width: 480px) {

.reg_form_patient_div textarea {
	min-height: 70px;
}
.reg_form_patient_div #adr_clinic {
	min-height: 110px;
}
}



































