#appointment-doctor-btn {
	float: left;
	margin-top: 18px;
}
#appointment-doctor-btn a {
	font-size: 16px;
	display: block;
	color: #902a14;
	font-weight: bold;
	padding: 0px 10px 1px 36px;
	text-decoration: underline;
	cursor: pointer;
	line-height: 18px;
}
#appointment-form span {
	line-height: 15px;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin-bottom: 5px;
    font-weight: 500;
}
#appointment-form input, .appointment_name, .appointment_phone, #appointment_city, #appointment_salon, .appointment_point, .appointment_date {
    padding: 4px;
    display: block;
    margin: 0 auto 4px;
    min-width: 230px;
    width: 100%;
    border-radius: 5px;
}

#appointment-form textarea {
	padding: 10px;
	display: block;
	margin-bottom: 10px;
	margin: 0 auto 10px;
	min-width: 230px;
	width: 100%;
	height: 45px;
	border-radius: 5px;
}
#appointment-form .appointment-doctor-btn {
	padding: 5px 15px;
	border: 1px solid #902a14;
	outline: none;
	text-align: center;
	margin: 15px auto;
	background: #902a14;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 14px;
	margin-bottom: 0px;
}
#appointment-result {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    text-align: center;
}
#appointment-result {
	display: none;

}
.appointment_time {
	padding: 5px;
    display: block;
    margin-bottom: 8px;
    margin: 0 auto 10px;
    width: 100%;
    height: 35px;
    border-radius: 5px;
	float: left;
}
.arcticmodal-overlay,
.arcticmodal-container {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
}
.arcticmodal-overlay {
    background-color: rgb(76, 133, 158)!important;
}
.arcticmodal-container {
	overflow: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
*:first-child+html .arcticmodal-container {
	height: 100%
}
.arcticmodal-container_i {
	height: 100%;
	margin: 0 auto;
    background: transparent;
}
.arcticmodal-container_i2 {
	padding: 0px 24px 24px 24px;
	margin: 0;
	border: 0;
	vertical-align: middle;
}
.arcticmodal-error {
	padding: 20px;
	border-radius: 10px;
	background: #000;
	color: #fff;
}
.arcticmodal-loading {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	background: #000 url(../img/loading.gif) no-repeat 50% 50%;
}
.box-modal {
	position: relative;
	width: 100%;
	min-width: 280px;
	max-width: 340px;
	height: initial;
	padding: 10px 20px 20px 20px;
	background: #fff;
	color: #333;
	font: 16px/20px Arial, "Helvetica", sans-serif;
	margin: 0 auto;
	border-radius: 10px;
}
.box-modal_close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    line-height: 15px;
    color: rgb(76, 175, 80);
    cursor: pointer;
}
.box-modal_close:hover {
	color: #666;
}
#appointment-doctor-fast {
	cursor: pointer;
}

@media (max-width: 767px) {
	.box-modal {
		max-width: 270px;
    	min-width: 200px;
	}
}

#appointment-doctor-phoneimg {
	height: 30px;
}

#appointment-doctor-phone {
	font-size: 20px;
	font-weight: bold;
	color: #5a5a5a;
	vertical-align: middle;
	padding-left: 5px;
}

.checker {
	display: inline-block;
	margin-right: 10px !important;
}

.labelCheck {
	position: relative;
    top: 2px;
	margin-bottom: 0px !important;
	font-weight: 500;
}

.appointment_check {
		display: inline-block !important;
    	width: max-content !important;
    	min-width: 20px !important;
		top: 2px !important;
    	position: relative;
		margin-right: 10px !important;
	}

@media (max-width: 767px) {
	.appointment_check {
		display: inline-block !important;
    	width: max-content !important;
    	min-width: 20px !important;
		top: 2px !important;
    	position: relative;
		margin-right: 10px !important;
	}
	.labelCheck {
	margin-top: 2px;
	margin-bottom: 0px !important;
	font-weight: 500;
	font-size: 13px;
}
}

.checked:before {
	left: 0px !important;
}