  /* поп-ап */
  #overlay {
    z-index: 8888;
    position: fixed;
    background-color: #368f3a;
    opacity: .95;
    -moz-opacity: .95;
    filter: alpha(opacity=95);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

#specialist {
	width: 90%;
    height: auto;
    max-width: 450px;
    z-index: 99999;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 39px 40px 29px 40px;
    border-radius: 5px;
    background: #ffffff;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    text-align: center;
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
	
}
#specialist input {
    background: #368f3a;
	border: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
	padding: 10px 20px;
	margin: 0 5px;
	border-radius: 5px;
	transition: opacity 0.3s;
	
}
#specialist input:hover {
    opacity: 0.8;
}
.specialist-text {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 15px;
}
.specialist-text small {
  display: block;
  padding: 10px 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
}

   /* поп-ап */