

/* Start:/bitrix/templates/inside/components/bitrix/form.result.new/.default/style.css?1538822373905*/
table.form-table
{
	width:100%;
	border-collapse:collapse;
	font-size:14px;
	font-weight:normal;
}

table.form-table th, table.form-table td
{
	padding: 5px;
	vertical-align:top;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/inside/components/bitrix/form.result.new/.default/images/icon_warn.gif);
}
table.form-table input, table.form-table textarea, table.form-table select{
		font-size:16px;
		padding:8px;
		border:solid 1px #ccc;
		font-family: Tahoma, Arial, sans-serif;
}
table.form-table input[type="text"], table.form-table select{
	width:296px;
}
table.form-table input[type="submit"]{
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	background:#00572D;
}
table.form-table input[type="reset"]{
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	background:#999;	
}
/* End */


/* Start:/bitrix/templates/inside/styles.css?153882237421403*/
@charset "utf-8";
/* CSS Document */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
#btnUp12
{
  
    background-image: url('/bitrix/1s1.png');
    background-repeat: no-repeat;
}
.popup {
    top: 25%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
.close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 131, 119, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
 
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
}

.CSSTableGenerator {
margin:0px;padding:0px;
width:100%;	box-shadow: 10px 10px 5px #888888;
border:1px solid #000000;

-moz-border-radius-bottomleft:0px;
-webkit-border-bottom-left-radius:0px;
border-bottom-left-radius:0px;

-moz-border-radius-bottomright:0px;
-webkit-border-bottom-right-radius:0px;
border-bottom-right-radius:0px;

-moz-border-radius-topright:0px;
-webkit-border-top-right-radius:0px;
border-top-right-radius:0px;

-moz-border-radius-topleft:0px;
-webkit-border-top-left-radius:0px;
border-top-left-radius:0px;
}.CSSTableGenerator table{
width:100%;
height:100%;
margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
-moz-border-radius-bottomright:0px;
-webkit-border-bottom-right-radius:0px;
border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
-moz-border-radius-topleft:0px;
-webkit-border-top-left-radius:0px;
border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
-moz-border-radius-topright:0px;
-webkit-border-top-right-radius:0px;
border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
-moz-border-radius-bottomleft:0px;
-webkit-border-bottom-left-radius:0px;
border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
background-color:#ffffff;
}
.CSSTableGenerator td{
vertical-align:middle;

background-color:#d4ffaa;
border:1px solid #000000;
border-width:0px 1px 1px 0px;
text-align:left;
padding:7px;
font-size:10px;
font-family:Arial;
font-weight:normal;
color:#000000;
}.CSSTableGenerator tr:last-child td{
border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
	background:-o-linear-gradient(bottom, #5fbf00 5%, #3f7f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5fbf00), color-stop(1, #3f7f00) );	background:-moz-linear-gradient( center top, #5fbf00 5%, #3f7f00 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fbf00", endColorstr="#3f7f00");	background: -o-linear-gradient(top,#5fbf00,3f7f00);
background-color:#5fbf00;
border:0px solid #000000;
text-align:center;
border-width:0px 0px 1px 1px;
font-size:14px;
font-family:Arial;
font-weight:bold;
color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #5fbf00 5%, #3f7f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5fbf00), color-stop(1, #3f7f00) );	background:-moz-linear-gradient( center top, #5fbf00 5%, #3f7f00 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fbf00", endColorstr="#3f7f00");	background: -o-linear-gradient(top,#5fbf00,3f7f00);
background-color:#5fbf00;
}
.CSSTableGenerator tr:first-child td:first-child{
border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
border-width:0px 0px 1px 1px;
}
#rasporka{
	height:320px;
}
.clear{
	clear:both;
	height:0px;
	overflow:hidden;
	}
.clear10{
	clear:both;
	height:0px;
	overflow:hidden;
}
.clear20{
	clear:both;
	height:20px;
	overflow:hidden;	
	}
.clear40{
	clear:both;
	height:40px;
	overflow:hidden;	
	}
.clear10_line{
	clear:both;
	height:10px;
	overflow:hidden;
	border-top:solid 1px #ccc;	
	}
hr{
	color: #ccc;
	border:0px none;
	height:1px;
	clear:both;
	background:#ccc;
	margin-bottom:10px;	
}
a{
	color:#00773F;
	text-decoration:underline;
	}
a:hover{
	color:#FF6600;
	text-decoration:none;
	}
#bottom{
	width:100%;
	height:320px;
	margin-top:-320px;
	margin-bottom:0px;
	background:#058E34;
	color:#fff;
	box-shadow: 0px 1px 3px #002F18 inset;
	font-size:13px; 
	}
#bottom a{
	color:#fff;
	text-decoration:none;
	}
#bottom a:hover{
	text-decoration:underline;	
	}
#bottom h4{
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;
	}
#bottom .block_14 ul{
	list-style:none;
	margin-bottom:20px;
	}
#bottom .block_14 ul li{
	margin-bottom:2px;
	}
#bottom .clear10_line{
	border-top:solid 1px #00773F;
	height:1px;
	}
.bottom_info{
	display:block;
	float:left;
	margin-left:10px;
	margin-right:20px;
	}
.bottom_info_right{
	display:block;
	float:right;
	margin-right:10px;
	margin-left:20px;	
	}
#bottom_search{
	float:right;
	text-align:right;
	margin-bottom:10px;
	margin-right:10px;
}	
#bottom_search input{
	padding:3px;
	border:solid 1px #00773F;	
	font-size:13px;
	float:left;
}
#bottom_search input[type="text"]{
	width:300px;
	margin-right:3px;
}
#bottom_search input[type="submit"]{
	background:#00773F;	
	color:#fff;
}
	
#wrapper{
	width: 960px;
	margin: 0 auto;
	}

#header{
	width:100%;
	box-shadow: 0px 1px 3px #ccc; 
	position:relative;
 	z-index: 101;
	background:#FFF;
	overflow: hidden;
	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
	}


#rasporka_header{

	}
#top{
	height:36px;
	background:#058E34;
	}
#top_dop_menu{
	height:36px;
	width:100%;
	border-top:solid 1px #F7F5F2;
	}
#top_dop_menu ul{
	display:table;
	position:relative;
	width:940px;
	margin:0px auto;
	list-style:none;
	}
#top_dop_menu ul li{
	display:table-cell;	
	}
#top_dop_menu ul li a{
	display:block;
	text-transform:uppercase;	
	font-weight:bold;
	line-height:36px;
	font-size:15px;
	text-decoration:none;
	text-align:center;
	}
#top_dop_menu ul li a:hover, #top_dop_menu ul li.active a{
	color:#000;
	background-image: url(/bitrix/templates/inside/images/bg_menu_h.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
#top_menu{
	float:left;
	width:550px;
	margin-top:0px;
	
	}
#top_menu ul{
	list-style:none;
	}
#top_menu ul li{
	display:block;
	float:left;
	margin-right:1px;
	}
#top_menu ul li a{
	display:block;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	line-height:36px;
	padding-left:5px;
	padding-right:5px;
	color:#fff;
font-weight: bold;
	}
#top_menu ul li a:hover, #top_menu ul li.active a{
	background:#01582E;
	color:#fff;
	}
#top_icon, #bottom_icon{
	float:right;
	text-align:right;
	margin-right:10px;
	}
#bottom_icon{
	margin-top:30px;
	}
#top_icon a{
	float:left;
	display:block;
	width:31px;
	height:31px;
	font-size:0px;
	text-decoration:none;
	background-position: 0px 0px;
	margin-left:5px;
	margin-top:16px;
	}
#bottom_icon a{
	float:left;
	display:block;
	width:29px;
	height:29px;
	font-size:0px;
	text-decoration:none;
	background-position: 0px 0px;
	margin-left:5px;
	background-color:#00773F;
	border-radius:29px;
	 -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;	
	}
#bottom_icon a:hover{
	background-color:#00B35E;	
	}
#top_icon a:hover{
	background-position: 0px 31px;	
	}
#top_icon a.ico_vk{
	background-image: url(/bitrix/templates/inside/images/ico_vk.png);	
	}
#top_icon a.ico_facebook{
	background-image: url(/bitrix/templates/inside/images/ico_facebook.png);	
	}
#top_icon a.ico_twitter{
	background-image: url(/bitrix/templates/inside/images/ico_twitter.png);	
	}
#bottom_icon a.ico_vk{
	background-image: url(/bitrix/templates/inside/images/ico_vk_btn.png);	
	}
#bottom_icon a.ico_facebook{
	background-image: url(/bitrix/templates/inside/images/ico_facebook_btn.png);	
	}
#bottom_icon a.ico_twitter{
	background-image: url(/bitrix/templates/inside/images/ico_twitter_btn.png);	
	}
#logo{
	float:left;
	width:300px;
	height:85px;
	margin-right:10px;
	margin-top:10px;
	margin-left:10px;
	text-align:center;
	}
#logo b{
	display: block;
    text-align: center;
    padding-top: 5px;
    color: #0B0B0B;
    font-weight: normal;
    font-size: 13px;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
}

	
	
#top_phone{
	float:left;
	font-size:13px;
	margin-top:12px;
	width:300px;
	margin-left:10px;
	}
#top_phone.right{
	float:right;
	text-align:right;
	margin-right:10px;
	}
#top_phone b{
	display:block;
	font-weight:normal;
}
#top_phone span{
	display:block;
	color:#000;
	font-size:18px;
	padding-top:5px;
	padding-bottom:3px;
	}
#top_phone a{
	font-size:12px;
	display:block;
	color:#00773F;
	}
a.btn_zapiz, a.btn_zapiz_sp, a.btn_zapiz_clock, a.btn_zapiz_news{
	float:right;
	display:block;
	width:190px;
	margin-right:10px;
	color:#fff;
	background-color:#058E34;
	background-image: url(/bitrix/templates/inside/images/ico_zapis.png);
	background-repeat: no-repeat;
	background-position: 180px 8px;
	padding:18px 20px;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	margin-top:30px;
	 -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	}
#top a.btn_zapiz{
	background-color:#048030;
	margin-top:0px;	
	background-image: url(/bitrix/templates/inside/images/ico_zapis_lit.png);
	padding:0px 10px;
	line-height:36px;
	width:235px;
	font-size:11px;
	margin-right:1px;
	font-weight:bold;
	background-position: 222px 8px;
	}
a.btn_zapiz_news{
	width:280px; 
	padding:10px; 
	background-image: url(/bitrix/templates/inside/images/ico_zapis_lit.png);
	background-position:270px 10px;
	margin-right:0px;
	margin-top:0px;
}	
	
	
a.btn_zapiz_sp{
	margin-top:0px;
	width:220px;
	margin-right:20px;
	margin-bottom:5px;	
	background-position: 210px 8px;
	}
a.btn_clock{
	background-color:#004022;
	margin-top:8px;	
	float:right;
	display:block;	
	margin-right:10px;
	-moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	background-image: url(/bitrix/templates/inside/images/ico_clock_w.png);
	background-repeat: no-repeat;
	background-position: 11px 11px;
	width:52px;
	height:52px;
	color:	#004022;
}

#top a.btn_clock{
	background-color:#006A38;
	margin-top:0px;	
	background-image: url(/bitrix/templates/inside/images/ico_clock_w_lit.png);
	padding:0px 10px;
	line-height:36px;
	width:150px;
	height:35px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
	margin-right:1px;
	font-weight:bold;
	background-position: 140px 8px;
	}


a.btn_zapiz_clock{
	margin-top:0px;
	width:220px;
	padding:12px 10px;
	font-size:13px;
	background-image: url(/bitrix/templates/inside/images/ico_zapis_clock.png);
	margin-top:10px;
	margin-right:0px;
	margin-bottom:0px;	
	background-position: 205px 6px;
	}
a.btn_otziv{
	float:right;
	display:inline-block;
	color:#fff;
	width:160px;
	background-color:#058E34;
	background-image: url(/bitrix/templates/inside/images/ico_otziv_send.png);
	background-repeat: no-repeat;
	background-position: 140px 12px;
	padding:12px 10px;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	margin-right:10px;
	 -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	}
a.name_oth2{
	float:right;
	display:inline-block;
	color:#fff;
	background-color:#058E34;
	padding:5px 10px;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	 -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;	
	}
a.btn_zapiz:hover, a.btn_otziv:hover, a.btn_zapiz_sp:hover, a.name_oth2:hover, a.btn_zapiz_clock:hover, a.btn_zapiz_news:hover{
	background-color:#01582E;
	}
#top a.btn_zapiz:hover, a.btn_clock:hover{
	background-color:#01582E;
	}
/* scroll */
#header.scrolled, #rasporka_header.scrolled{
	height:113px;	
	}

#header.scrolled #logo, #header.scrolled #top_phone{
	display:none;
}	
#inside_bg{
	height:145px;
	width:100%;
  background-position:50% 100%;
  	box-shadow: 0px -1px 3px #999 inset; 
	background-position: no-repeat 50% 100% fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}
#inside_bg h4{
	font-size:40px;
	color:#000;
	font-weight:normal;
	padding-top:60px;
	text-transform:uppercase;
	text-shadow:0px 1px 1px #fff;
	padding-left:10px;
	}
#mid_menu{
	height:40px;
	border-bottom:solid 1px #ccc;	
	width:100%;
	position: relative;
	}
#mid_menu ul{
 	margin:0;
    padding:0;
    position: relative;
    left:50%;
    float:left;
	list-style:none;
	}
#mid_menu ul li{
	position:relative;
    left:-50%;
    float:left;
	height:40px;
	bottom:-1px;
	}
#mid_menu ul li a{
	display:block;
	margin-top:11px;
	margin-left:10px;
	margin-right:10px;
	font-size:14px;
	text-decoration:none;
	padding-bottom:15px;
	line-height:14px;
	}
#mid_menu ul li a:hover,#mid_menu ul li.active a{
	color:#000;
	background-image: url(/bitrix/templates/inside/images/bg_mid_menu.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
#block_12{
	width:460px;
	padding:0px 10px;
	float:left;
	}
.block_13{
	width:300px;
	padding:0px 10px;
	float:left;
	}
.block_14{
	width:220px;
	padding:0px 10px;
	float:left;
	}

#sidebar, #sidebar_right, #sidebar_right_300{
	float:left;
	width:220px;
	padding:0px 10px;
	overflow:hidden;
	}
#sidebar_right{
	float:right;	
	}
#sidebar_right_300{
	float:right;
	width:300px;	
	}
#center_content{
	padding:0px 10px;
	overflow:hidden;
	line-height:140%;	
	}
#navigation{
	font-size:11px;
	font-style:italic;
	color:#00773F;
	margin-bottom:20px;
	}
#grey_block{
	width:100%;
	background:#F7F5F2;
  	box-shadow: 0px -1px 3px #999;
	overflow:hidden; 
	}
#white_block{
	width:100%;
	background:#fff;
  	box-shadow: 0px -1px 3px #999;
	overflow:hidden; 	
	}
#bottom #wrapper, #grey_block #wrapper, #white_block #wrapper{
	padding-top:20px;
	padding-bottom:20px;
	}
.box {
	display: none;	
}
.box.visible {
	display: block;
}
/* tabs */
ul.tabs_clinic{
	list-style:none;
	margin:0px;
	}
ul.tabs_clinic li{
	float:left;
	margin-left:10px;
	}
ul.tabs_clinic li a{
	display:block;
	color:#79B698;
	padding:3px 6px;
	padding-bottom:5px;
	text-decoration:none;
	}
ul.tabs_clinic li a:hover, ul.tabs_clinic li a.sel{
	color:#fff;
	background:#79B698;
}
#clinic_1, #clinic_2{
	margin-bottom:20px;
	overflow:hidden;
	font-size:13px;
	}
#clinic_1 h3{
	font-size:15px;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:10px;
	}
#clinic_1 p{
	margin-bottom:5px;
	}
#clinic_1 b{
	font-size:15px;
	color:#000;
	font-weight:normal;	
	}
	
/* index_slider */
#index_slider{
	position:relative;
	height:468px;
	width:100%;
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,247,246,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(245,247,246,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,247,246,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,247,246,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,247,246,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,247,246,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f7f6', GradientType=0 );
	}
#index_slider ul{
	display:block;
	width:960px;
	height:468px;
	list-style:none;
	z-index:1;
	position:relative;
	}
#index_slider ul li{
	display:block;
	width:960px;
	height:468px;
	}
#index_slider h2{
	position:relative;
	margin-left:10px;
	margin-top:135px;
	text-transform:uppercase;
	color:#000;
	font-size:40px;
	font-weight:normal;
	margin-bottom:20px;
	}
#index_slider h3{
	position:relative;
	margin-left:10px;
	color:#000;
	font-size:23px;
	font-weight:normal;
	width:400px;
	}
#index_slider span{
	position:absolute;
	right:10px;
	top:345px;
	display:block;
	font-style:italic;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	color:#333;
	}
#index_slider span b{
	display:block;
	font-weight:normal;
	font-size:20px;
	}
.welcome{
	position:relative;
	width:430px;
	height:45px;
	color:#fff;
	background:#058E34;	
	z-index:1002;
	margin-top:-60px;
	margin-left:490px;
	text-transform:uppercase;
	font-size:25px;
	padding-left:30px;
	padding-top:15px;
	}
.bx-pager{
	padding-left:0px;
	position:absolute;
	top:430px;
	left:10px;
	z-index:1000;
}
.bx-pager a{
	color:#00773F;
	text-decoration:none;
	float:left;
	display:block;
	background:#00773F;
	font-size:1px;
	width:14px;
	height:14px;
	line-height:14px;
	border-radius:14px;
	margin-right:2px;
}
.bx-pager .pager-active,
.bx-pager a:hover {
	background:#000;
	color:#000;
	text-decoration:none;
}
/* tabs_pub*/
ul.tab_list_v{
	list-style:none;
	float:left;
	width:219px;
	border-right:solid 1px #ccc;
	margin-right:10px;
	height:300px;
	}
ul.tab_list_v li{
	display:block;
	margin-top:15px;
	}
ul.tab_list_v li a{
	display:block;
	text-decoration:none;
	font-size:15px;
	padding:0px 10px;
	padding-right:15px;
	margin-right:-1px;
	text-transform:uppercase;
	}
ul.tab_list_v li a:hover, ul.tab_list_v li.active a{
	color:#000;
	background-image: url(/bitrix/templates/inside/images/bg_menu_v.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.pub_list{
	overflow:hidden;
	}
.index_news{
	float:left;
	width:220px;
	padding:0px 10px;	
	font-size:13px;
	}
.index_news img{
	border:none;
	margin-bottom:10px;
	}
.index_news h3{
	font-size:17px;
	margin-bottom:10px;
	font-weight:normal;
	}
ul.tab_list_h, ul.tab_list_h_data{
	list-style:none;
	border-bottom:solid 1px #ccc;

	}
ul.tab_list_h li, ul.tab_list_h_data li{
	display:inline-block;
	}
ul.tab_list_h li a, ul.tab_list_h_data li a{
	display:block;
	text-decoration:none;
	font-size:15px;
	padding:0px 10px;
	padding-bottom:15px;
	margin-bottom:-1px;
	text-transform:uppercase;
	}
ul.tab_list_h li a:hover, ul.tab_list_h li.active a,
ul.tab_list_h_data li a:hover, ul.tab_list_h_data li.active a{
	color:#000;
	background-image: url(/bitrix/templates/inside/images/bg_mid_menu.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
.clinic_list_index, .data_list_index{
	overflow:hidden;
	margin-top:10px;
	font-size:13px;
	}
.clinic_list_index img{
	float:left;
	margin-right:10px;
	}
.date_clock{
	color:#000;
	font-size:25px;
	margin-top:20px;
	margin-bottom:10px;
	padding-left:10px;
	}
.data_list_index table{
	border-collapse:collapse;
	width:100%;
	}
.data_list_index table th{
	font-size:18px;
	font-weight:normal;
	padding-bottom:5px;
	color:#000;
	text-align:left;
	padding-right:10px;
	}
.data_list_index table td{
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	border-top:dotted 1px #ccc;	
	vertical-align:top;
	font-size:13px;
	}
#call_back h3{
	text-transform:uppercase;
	font-size:20px;
	color:#000;
	font-weight:normal;
	
}
#menu_not_pop {
	margin-bottom:40px;
}
#menu_not_pop ul{
	list-style:none;
}
#menu_not_pop ul li{
	font-size:14px;
	margin-bottom:10px;
}
#menu_not_pop ul li a{
	text-decoration:none;
}
#menu_not_pop ul li.active a, #menu_not_pop ul li a:hover{
	color:#000;
}



.search-page input{
		font-size:16px;
		padding:8px;
		border:solid 1px #ccc;
		font-family: Tahoma, Arial, sans-serif;
}
.search-page input[type="text"]{
	width:296px;
}
.search-page input[type="submit"]{
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	background:#058E34;
}
.search-page input[type="reset"]{
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	background:#999;	
}
.search-advanced{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:solid 3px #058E34;
}
.order_info{
	overflow:hidden;
	margin-bottom:20px;
	background:#F7F5F2;
	padding:10px;
	color:#000;
	font-size:17px;
}
.order_info span{
	display:inline-block;
	margin-right:20px;
}
/* End */


/* Start:/bitrix/templates/inside/template_styles.css?153882237411352*/
@charset "utf-8";
/* CSS Document */

*{ margin:0px; padding:0px;
}
body {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	WIDTH: 100%;
	PADDING-TOP: 0px;
	min-height:100%;
	height: 100%;
	position:relative;
	color: #4D4D4D;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
}
html{
	min-width:960px;
	height:100%;
}

* html #container{
	height:100%;
}
#center_content h1{
	font-size: 32px;
	line-height: 130%;
	font-weight: normal;
	color: #000;
	margin-bottom: 20px;	
	}
#center_content h2{
	font-size: 28px;
	line-height: 130%;
	font-weight: normal;
	color: #000;
	margin-bottom: 16px;	
	}
#center_content h3{
	font-size: 22px;
	line-height: 130%;
	font-weight: normal;
	color: #000;
	margin-bottom: 16px;	
	}
#center_content h4{
	font-size: 18px;
	line-height: 130%;
	font-weight: normal;
	color: #000;
	margin-bottom: 16px;	
	}
#center_content p{
	margin-bottom: 16px;		
	}
#center_content ul, #center_content ol{
	margin-left:24px;
	margin-bottom: 16px;	
	}
#center_content ul li, #center_content ol li{
	margin-bottom: 8px;		
}
.img_left_nb{
	float:left;
	margin-right:20px;
}
.img_right_nb{
	float:right;
	margin-left:20px;	
}
/* banners*/
#sidebar_banner{
	overflow:hidden;
	background:#00572D;
	color:#fff;
	margin-bottom:20px;
	position:relative;
	}
#sidebar_banner.light{
	background:#00773F;
	}
#sidebar_banner a{
	color:#fff;
	text-decoration:none;
	}
#sidebar_banner img{
	width:100%;
}
#sidebar_banner span{
	display:block;
	width:20px;
	height:10px;
	position: absolute;
	left: 20px;
	top: 120px;
	background-image: url(/bitrix/templates/inside/images/bg_banner_dark.png);
	}
#sidebar_banner.light span{
	background-image: url(/bitrix/templates/inside/images/bg_banner_light.png);	
}
.banner_content{
	padding:20px;
	font-size:13px;
	}
.banner_content h3{
	font-size:13px;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:20px;
	}
.banner_content p{
	margin-bottom:20px;	
	}
/* banners*/
.div_name{
	overflow:hidden;
	margin-bottom:20px;
	}
.div_name h5, #center_content .div_name h5,#center_content .div_name h3, #sidebar_right .div_name h3, .div_name h3{
	float:left;
	color:#000;
	font-size:25px;
	font-weight:normal;
	line-height:30px;
	text-transform:uppercase;
	}
.div_name2{
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:solid 1px #ccc;
	text-align:center;
	position:relative;
	}
.div_name2 h5{
	display:inline-block;
	padding:0px 10px;
	background:#fff;
	position:relative;
	bottom:-25px;
	color:#000;
	font-size:25px;
	font-weight:normal;
	line-height:30px;
	text-transform:uppercase;	
}

/* icons */
.ico_otziv, .ico_sp, .ico_clinic, .ico_service, .ico_diplom, .ico_clock, .ico_pub{
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin-right:10px;
	}
.ico_otziv{
	background-image: url(/bitrix/templates/inside/images/ico_otziv.png);		
	}
.ico_sp{
	background-image: url(/bitrix/templates/inside/images/ico_sp.png);		
	}
.ico_clinic{
	background-image: url(/bitrix/templates/inside/images/ico_clinic.png);		
	}
.ico_service{
	background-image: url(/bitrix/templates/inside/images/ico_service.png);		
	}
.ico_diplom{
	background-image: url(/bitrix/templates/inside/images/ico_diplom.png);			
	}
.ico_clock{
	background-image: url(/bitrix/templates/inside/images/ico_clock.png);		
	}
.ico_pub{
	background-image: url(/bitrix/templates/inside/images/ico_pub.png);			
	}
.name_date, .search-item-date{
	color:#00773F;
	font-size:12px;
	}

/* slider*/
#index_otziv{
	width:220px;
	height:230px;	
	margin-bottom:60px;
	border-bottom:solid 1px #ccc;
	}
#inside_otziv{
	width:940px;
	height:150px;	
	}
#inside_otziv.spets{
	width:700px;
	height:300px;		
}
#index_otziv.sp{
	height:300px;		
	}	
#index_otziv.spets{
	width:460px;
	height:300px;	
	margin-bottom:0px;
	border-bottom:none;	
	}
#index_otziv ul, #inside_otziv ul{
	list-style:none;
	}
#index_otziv ul li{
	width:220px;
	float:left;
	position:relative;
	font-size:13px;
	}
#index_otziv.spets ul li{
	width:230px;
	float:left;
	position:relative;
	font-size:13px;	
	}
#inside_otziv.spets ul li{
	width:190px;
	float:left;
	position:relative;
	font-size:13px;	
	line-height:120%;
}
#inside_otziv ul li{
	width:420px;
	padding:0px 10px;
	float:left;
	position:relative;
	font-size:13px;	
	}
#index_otziv.sp li, #inside_otziv.spets ul li{
	text-align:center;
	}
#index_otziv.sp img, #inside_otziv.spets img{
	border-radius:180px;
	border:solid 5px #fff;
	box-shadow:2px 2px 3px #ccc;
	margin-bottom:5px;
	}
#index_otziv ul li h3, #inside_otziv ul li h3{
	font-size:16px;
	margin-bottom:5px;
	font-weight:normal;
	}
#index_otziv.spets ul li h3{
	font-size:13px;
	margin-bottom:20px;	
	}
.name_oth{
	display:inline-block;
	margin-left:10px;
	padding-top:5px;
	color:#7AB698;
	}
/* slide*/
.jcarousel-container {
    position: relative;
}
.jcarousel-clip {
    z-index: 100;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.project_list{
	overflow:hidden;
	position:relative;
}

	
/* slider */
.bx-wrapper .bx-viewport {	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/bitrix/templates/inside/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-prev {
	right: 23px;
	background: url(/bitrix/templates/inside/images/buttons.png) no-repeat 0 -26px;
}

.bx-wrapper .bx-next {
	right: 0px;
	background: url(/bitrix/templates/inside/images/buttons.png) no-repeat 0px 0px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0px;
	outline: 0;
	width: 24px;
	height: 26px;
	text-indent: -9999px;
	z-index: 100;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}



.jcarousel-list {
    z-index: 100;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
}

.jcarousel-next {
    z-index: 100;
    display: none;
}

.jcarousel-prev {
    z-index: 100;
    display: none;
}

#index_otziv .jcarousel-container-horizontal { width: 220px; margin-left:0px; }
#index_otziv .jcarousel-clip-horizontal { width: 220px; margin-left:0px; }
#inside_otziv .jcarousel-container-horizontal { width: 940px; margin-left:10px; }
#inside_otziv .jcarousel-clip-horizontal { width: 880px; margin-left:30px; }

#index_otziv.spets .jcarousel-container-horizontal { width: 460px; margin-left:0px; }
#index_otziv.spets .jcarousel-clip-horizontal { width: 460px; margin-left:0px; }

#inside_otziv.spets .jcarousel-container-horizontal { width: 700px; margin-left:0px; }
#inside_otziv.spets .jcarousel-clip-horizontal { width: 700px; margin-left:0px; }



#index_otziv .jcarousel-next-horizontal {
	position: absolute;
	top: 217px;
	right: 86px;
	width: 24px;
	height: 26px;
	cursor: pointer;
	background-color:#fff;
	background-image: url(/bitrix/templates/inside/images/buttons.png);
	background-position: 0px 0px;
}
#index_otziv .jcarousel-prev-horizontal {
	position: absolute;
	top: 217px;
	left: 86px;
	width: 24px;
	height: 26px;
	cursor: pointer;
	background-color:#fff;
	background-image: url(/bitrix/templates/inside/images/buttons.png);
	background-position: 0px 26px;
}	

#inside_otziv .jcarousel-next-horizontal {
	position: absolute;
	top: 50px;
	right: 0px;
	width: 30px;
	height: 55px;
	cursor: pointer;
	background-image: url(/bitrix/templates/inside/images/buttons_big.png);
	background-position: 0px 0px;
}
#inside_otziv .jcarousel-prev-horizontal {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 30px;
	height: 55px;
	cursor: pointer;
	background-image: url(/bitrix/templates/inside/images/buttons_big.png);
	background-position: 0px 55px;
}	

#index_otziv.spets .jcarousel-prev-horizontal {
	top: -45px;
	left: 410px;	
}
#index_otziv.spets .jcarousel-next-horizontal {
	top: -45px;
	right: 0px;		
}

#index_otziv .jcarousel-next-disabled-horizontal,
#index_otziv .jcarousel-next-disabled-horizontal:hover,
#index_otziv .jcarousel-next-disabled-horizontal:active,
#index_otziv .jcarousel-prev-disabled-horizontal,
#index_otziv .jcarousel-prev-disabled-horizontal:hover,
#index_otziv .jcarousel-prev-disabled-horizontal:active { cursor: default; 	background-image: url(/bitrix/templates/inside/images/buttons_diz.png);}

#inside_otziv .jcarousel-next-disabled-horizontal,
#inside_otziv .jcarousel-next-disabled-horizontal:hover,
#inside_otziv .jcarousel-next-disabled-horizontal:active,
#inside_otziv .jcarousel-prev-disabled-horizontal,
#inside_otziv .jcarousel-prev-disabled-horizontal:hover,
#inside_otziv .jcarousel-prev-disabled-horizontal:active { cursor: default; 	background-image: url(/bitrix/templates/inside/images/buttons_big_diz.png);}

#index_otziv.sp .jcarousel-next-horizontal, #index_otziv.sp .jcarousel-prev-horizontal{
	top: 287px;	
}

/* clinic*/
.clinic_list{
	overflow:hidden;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:solid 1px #ccc;
	}
#white_block .clinic_list{
	padding:10px;
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
	}
.clinic_desc{
	float:left;
	width:270px;
	margin-right:20px;
	font-size:13px;
	}
.clinic_desc h3, #center_content .clinic_desc h3{
	font-size: 22px;
	line-height: 130%;
	font-weight: normal;
	color: #000;
	text-transform:uppercase;
	margin-bottom: 16px;	
	}
.clinic_desc h4, #center_content .clinic_desc h4, .clinic_index_desc h4{
	font-size: 16px;
	line-height: 130%;
	font-weight: normal;
	color: #000;
	margin-bottom: 30px;		
	}
.clinic_desc b, .clinic_index_desc b{
	font-size:19px;
	color:#000;
	font-weight:normal;	
	}
.clinic_desc ul, #center_content .clinic_desc ul{
	margin:0px;
	list-style:none;
	padding-top:10px;
	border-top:solid 1px #ccc;
	margin-top:10px;
	clear:both;
	overflow:hidden;
	}
.clinic_index_desc ul{
	margin:0px;
	list-style:none;
	margin-top:10px;	
	}
.clinic_index_desc ul li{
		margin-bottom: 8px;	
		text-transform:uppercase;
	}
.clinic_desc ul li, #center_content .clinic_desc ul li{
	float:left;
	margin-right:20px;
	margin-bottom: 8px;	
	}
/* clinic_list*/

.sidebar_news{
	overflow:hidden;
	margin-bottom:20px;	
	font-size:13px;
	}
.sidebar_news h3{
	font-size:15px;
	margin-bottom:5px;
	font-weight:normal;	
	}
/* news */
.service_list{
	overflow:hidden;
	margin-bottom:20px;	
	border-bottom:solid 1px #ccc;
}
.service_list img{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.service_desc{
	overflow:hidden;
}
#center_content .service_list h3{
	font-size:17px;
}

/* block_intro*/
.block_intro{
	padding:20px 30px;
	background-color: #F7F5F2;
	background-image: url(/bitrix/templates/inside/images/bg_intro.png);
	background-repeat: no-repeat;
	background-position: 30px 0px;
	overflow:hidden;
	}
.block_intro h3{
	font-size:20px;
	color:#000;
	font-weight:normal;
	margin-bottom:20px;
	}
.block_intro p{
	margin-bottom:20px;	
	}
.table_history td{
	padding-bottom:30px;
	vertical-align:top;
}
.table_history td:first-child{
	width:100px;
	font-size:22px;
	color:#000;
}
#center_content .table_history td p{
	margin-bottom:10px;
}


.table_price{
		margin-bottom:15px;
	background:#fff;
	border-collapse:collapse;
	border:solid 1px #F7F5F2;
	color:#333;
	width:100%;
}
.table_price th, .table_price td{
	padding:6px;
	font-size:14px;
	border:solid 1px #F7F5F2;
	vertical-align:middle;
    text-align:left;
	}
.table_price th{
	background-color:#ACCFBC;
	color:#000;
}
.odd {
	background-color: #F7F5F2;
}
 .table_price td:last-child{
    text-align:left;
	width:100px;
	font-weight:bold;
	text-align:right;
   }
/* End */
/* /bitrix/templates/inside/components/bitrix/form.result.new/.default/style.css?1538822373905 */
/* /bitrix/templates/inside/styles.css?153882237421403 */
/* /bitrix/templates/inside/template_styles.css?153882237411352 */
