@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	outline: none;
	font-family: Verdana, sans-serif;
}
html{height: 100%}
body{
	background: url("http://resources.srv4.ascont.ru/users/4484/img/bg.jpg?d97159ec-05f7-41c7-b330-2f56170f9b82");
	background-color: #F1F6F9;
	background-repeat: repeat-x;
}
img{
	max-width: 100%;
	height: auto;
	width: auto\9; /*for ie 8*/
}
a{
	text-decoration: none;
}
.clear{
	clear: both;
}
.outer{
	width: 885px;
	margin: 0px auto;
}
/*Styles for header*/
header{
	height: 20%;
	width: 100%;
	}
#header_logo{
	height: 100%;
	width: 50%;
	float: left;
}
.header_search{
	display: inline;
	width: 20%;
	float: right;
	margin-top: 4%;
}
#header_search_form input{
	width: 94%;
}
header .search-text{
	border-radius: 20px;
	height: 20px;
	text-indent: 8px;
}


/*Styles for menu bar*/
#menuHead{
	margin-top: 0%;
	padding-top: 1.6%;
	padding-bottom: 1.6%;
	width: 98%;
	padding-left: 2%;
	font-family: Verdana, Arial, Helvetica;
	/*font-size: 135%;*/
	background: url("http://resources.srv4.ascont.ru/users/4484/img/bgmenu.gif?c5407a40-3c92-4ac8-8ea1-8a1564d2b0a7");
	/*background-color: #2E85CE;*/
}
#menuHead ul{
	list-style: none;	
}
#menuHead ul li{
	display: inline;
	padding-right: 4%;

}
#menuHead ul li a{
	color: #ffffff;
	text-decoration: none;
}
#menuHead ul .menu_title :hover{
	/*transition: all.4s ease;*/
	
}
#menuHead ul .menu_title div{
	display: inline;
	padding: 5px 8px 14px 8px;
}

#menuHead .main_menu .menuHead:hover{
background-color:  #CB2700;
box-shadow: 3px 3px 10px #263B54;
}

.main_menu > li {
    position: relative;
}
.main_menu .sub_menu {
    position: absolute;
    top: 140%;
    left: 35%;
    z-index: 10;
    display: none;
    width: 235px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #357BCC;
    opacity: 1;
}
.main_menu .sub_menu li{
	float: left;
	clear: both;
}
.main_menu > li:hover .sub_menu {
	padding-top: 2px;
	padding-bottom: 6px;
	padding-left: 5px;
    display: block;
    line-height: 220%; 
}
.main_menu > li:hover .sub_menu > li{
	margin: 0px 0px 0px -10px;
	
}
.main_menu > li:hover .sub_menu > li:hover{
	background-color:  #CA2000;
	box-shadow: 5px 5px 10px #263B54;
}


/*Styles for main wraper*/
.main_wrap{
	border-radius: 20px;
	box-shadow: 0px 0px 10px #6D7F8A;
	width: 100%;
	background-color: #ffffff;
	overflow: hidden;
}

#banner{
	background: url("/img/banner.jpg");
	background-size: contain;
	overflow: hidden;
	height: 370px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5%;
	width: 96%;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom: 3px solid #2CA5E0;
	box-shadow: 0 0 5px #2CA5E0;
}

#banner #contacts{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	line-height: 300%;
	padding-left: 3%;
	padding-top: 3%;
	color: #8B8F88;
}

#banner #contacts span{
 	font: bold 150% Verdana, sans-serif;
 	color: #3975C4;
}

#banner #button{

	width: 20%;
	margin-top: 4%;
	margin-left: 3%;
	background: url("http://resources.srv4.ascont.ru/users/4484/img/bgmenu.gif?c5407a40-3c92-4ac8-8ea1-8a1564d2b0a7");
	background-size: contain;
	overflow: hidden;
	color: white;
	border: 0.2em solid transparent;
	border-radius: 35px;
	padding: 0.9% 4% 0.9% 4%;
	text-align: center;
	font: bold 1em Verdana, sans-serif;
	text-decoration: underline;
	display: inline-block;
}

#banner #button:hover{
	/*transition: all.6s ease;*/
	text-decoration: none;
	color: #ffffff;
	background-color: #2CA5E0;
}

/*Styles for left column*/
.main_wrap #leftCol{
	width: 28%;
	float: left;
	padding-left: 2%;
	padding-right: 3%;
	padding-top: 2%;
	color: #6D7F8A;
}


.map iframe{
	width: 100%;
	height: 350px;
}
#leftCol .contacts, .clients_speak{
	width: 100%;
	height: auto;
}
.main_wrap #leftCol p{
	font-size: 80%;
}
.main_wrap #leftCol .today_news span{
	font-size: 80%;
	font-weight: bold;
	font-family: Verdana; 
}
.main_wrap #leftCol .today_news a
{
	color: #6D7F8A;
}
.main_wrap #leftCol .today_news h5{
	text-decoration: underline;
}
.main_wrap #leftCol .today_news h5:hover{
	text-decoration: none;
}
.main_wrap #leftCol #news_post{
	/*background: url("/img/slideshow1.jpg");*/
	/*background-size: contain;*/
	border: 1px solid gray;
	width: 72%;
	
}
#news_post img{
	margin-top: 1%;
}

/*Styles for right column*/
.main_wrap #rightCol{
	width: 61%;
	float: left;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 2%;
	padding-bottom: 5%;
	color: #6D7F8A;
}

#comunicate_form #messageShow{
	float: right;
	font-size: 1em;
	color: red;
	width: 70%;
	text-align: center;
}

#comunicate_form{
	/*background: url("/img/contacts.jpg");
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: 20% 100%;*/
	width: 93%;
	height: 90%;
	margin: 0% 0.5% 2% 0.5%;
	padding: 0% 3% 3% 3%;
	box-shadow: 0px 0px 15px #6D7F8A;	
}
#comunicate_form li{
	height: 25px; 	
	margin-bottom: 2%;
}
#comunicate_form ul{
	list-style: none;
}
#comunicate_form input{
	text-indent: 1px;
	width: 65%;
	float: right;
}


#comunicate_form select{
	text-indent: 1px;
	width: 65%;
	float: right;
}
#comunicate_form #doctor{
	width: 65.75%;
}

#comunicate_form textarea{
	text-indent: 1px;
	width: 65%;
	float: right;
}

#comunicate_form #button_submit{
	/*width: 20%;*/
	margin-top: 2%;
	margin-left: 53%;
	background: url("http://resources.srv4.ascont.ru/users/4484/img/bgmenu.gif?c5407a40-3c92-4ac8-8ea1-8a1564d2b0a7");
	overflow: hidden;
	color: white;
	border: 0.2em solid transparent;
	border-radius: 35px;
	padding: 0.9% 4% 0.9% 4%;
	text-align: center;
	font: bold 1em Verdana, sans-serif;
	text-decoration: underline;
}
#comunicate_form #button_submit:hover{
	cursor: pointer;
}
#comunicate_form input:focus{
	border: 3px solid #3376CC;
}
#comunicate_form textarea:focus{
	border: 3px solid #3376CC;
}
#comunicate_form select:focus{
	border: 3px solid #3376CC;
}

#comunicate_form #button_submit:hover{
	/*transition: all.6s ease;*/
	text-decoration: none;
	color: #ffffff;
	background-color: #2CA5E0;
}

#rightCol .about_center{
	width: 100%;
}

#rightCol .about_center p{
	font-size: 80%;
	width: 90%;
	display: inline-block;
	margin-top: 20px;
	text-indent: 20px;
	line-height: 20px;
}
#rightCol .about_center a{
	text-decoration: underline;
	color: #6ECBFF;
}
#rightCol .about_center a:hover{
	text-decoration: none;
}
#rightCol .about_center img{
	border: 1px solid gray; 
	padding: 2px; 
	width: 90%; 
	margin-right: 10px; 
	float: left
}

#rightCol .about_us{
	width: 100%;
}

#rightCol .about_us p{
	font-size: 80%;
	width: 90%;
	display: inline-block;
	margin-top: 20px;
}
#rightCol .about_us a{
	text-decoration: underline;
	color: #6ECBFF;
}
#rightCol .about_us a:hover{
	text-decoration: none;
}

#rightCol .about_us img{
	border: 1px solid gray; 
	padding: 2px; 
	width: 90%; 
	margin-right: 10px; 
	float: left
}
.our_services{
	height: auto
}
.our_plus{
	color: #6D7F8A;
	width: 96%;
	display: inline-block;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 5%;
}
.our_plus p{
	
	text-align: center;
	font-size: 80%;
	width: 100%;
}

.our_plus img{
	margin-left: 75px;
	width: 150px;	
}
.our_plus h4{
	text-align: center;
}
.our_plus #first{

	width: 300px;
	float: left;
	
}
.our_plus #second{
	width: 300px;
	float: right;
	
}
.our_plus #third{
	width: 300px;
	margin-top: -100px;
	margin-left: 290px;
	display: inline-block;
}
#service{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 100%;
	display: block;
}

#service #service_text{
	padding-top: 30px;
}
#service #service_title{
	width: 55%;
	float: left;
}
#service #service_par{
	padding-top: 15px;
	display: inline-block;
}
#service a p{
 float: left;
 color: #3477CD;
 font-weight: bold;
 text-decoration: underline;
 display: inline-block;
}

#service a p:hover{
 color: #3477CD;
 text-decoration: none;
}

.text_indent{
	text-indent: 20px;
}
#service p{
	width: 90%;
}
#service img{
	border: 1px solid gray; 
	width: 90%;
	padding: 2px; 
	width: 200px; 
	margin-right: 10px; 
	float: left;
}
#service #service_img{
	border: 1px solid gray; 
	padding: 2px; 
	width: 470px; 
	margin-right: 10px;
	margin-bottom: 10px; 
	/*float: left;*/
}
.todayNews{
	width: 100%;
	font-size: 90%;
}
.todayNews img{
	width: 90%;
	}

.todayNews p{
	width: 90%;
}

.todayNews h4{
	margin-top: 20px;
}

.todayNews span{
font-size: 77%;
	font-weight: bold;
	font-family: Verdana;

}

/*Styles for footer*/
footer{
	margin-top: 1%;
	margin-bottom: 1%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #6D7F8A;
}
footer a{
	text-decoration: underline;
	color: #3975C4;
}
footer a:hover{
	text-decoration: none;
}
footer #dot{
	font-size: 0.6em;
}