html {
	height: 100%;
}
* html body {
	height: 100%;
}

body {
	background: #fff;
	font-family: Arial, sans-serif;
	min-height: 100%;
	position: relative;
}

.i-big_block {
	width: 954px;
	margin: 0 auto;
}

.i-clear {
	clear: both;
}

.l-main {
	margin-top: 10px;
	padding-bottom: 205px;
    padding-left: 20px;
    padding-right: 20px;
}

.l-header {
	margin-bottom: 20px;
}

.b-header-logo, .b-header-logo img {
	width: 245px;
	height: 105px;
	float: left;
}

.b-header-menu-top {
	float: right;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #888888;
	margin-right: 10px;
	cursor: default;
}

.b-header-menu-top a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #888888;
	border-bottom: none;
}

.b-header-menu-top a:hover {
	border-bottom: 1px solid #888888;
}

.b-header-menu-top a:active {
	color: #3C3C3C;
	border-bottom: 1px solid #3C3C3C;
}

.b-header-contacts {
	float: right;
	text-align: right;
	margin-right: 10px;
	margin-top: 25px;
}

.b-header-contacts-phone, .b-header-contacts-email {
	float: right;
}

.b-header-contacts-phone {
	font-size: 19px;
	color: #74ae43;
	cursor: default;
	background: transparent url(images/phone.png) no-repeat;
	padding-left: 25px;
	height: 16px;
	line-height: 16px;
}

.b-header-contacts-email {
	background: transparent url(images/email.png) no-repeat;
	padding-left: 30px;
	height: 16px;
	line-height: 16px;
	margin-left: 20px;
}

.b-header-contacts-email, .b-header-contacts-email a {
	font-size: 13px;
	font-weigth: bold;
	color: #3399cc;
}

.b-header-contacts-email a {
	text-decoration: none;
	border-bottom: 1px solid #3399cc;
	line-height: 17px;
}

.b-header-contacts-email a:hover {
	border-bottom: none;
}

.b-header-contacts-addr {
	font-size: 14px;
	color: #b0b0b2;
	margin-top: 8px;
	cursor: default;
}

.b-header-menu-main {
	background: #affe69; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmZmU2OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NmFmNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #affe69 0%, #76af43 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#affe69), color-stop(100%,#76af43)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #affe69 0%,#76af43 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #affe69 0%,#76af43 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #affe69 0%,#76af43 100%); /* IE10+ */
	background: linear-gradient(to bottom, #affe69 0%,#76af43 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#affe69', endColorstr='#76af43',GradientType=0 ); /* IE6-8 */
	margin-top: 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	height: 40px;
	display: table;
	width: 100%;
}

.b-header-menu-main-block {
	display: table-cell;
    vertical-align: middle;
}

.b-header-menu-main-search {
    display: table-cell;
	position: relative;
    vertical-align: middle;
    text-align: center;
    height: 40px;
    white-space: nowrap;
    width: 100%;
}

.b-header-menu-main-block a {
	display: table-cell;
	padding: 0px 7px;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	border-right: 1px solid #fff;
	margin: 0;
	text-shadow: 0px 1px 0px #6CA13E;
    font-weight: normal;
    height: 40px;
    vertical-align: middle;
    white-space: nowrap;
}

.b-header-menu-main-block__item_first {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.b-header-menu-main-block a:hover {
	background: rgba(255,255,255,0.5);
}

.b-header-menu-main-search-submit {
	position: relative;
	top: 4px;
    right: 25px;
	background: transparent url(images/search.png) no-repeat left top;
	width: 16px;
	height: 16px;
	border: none;
}

.b-header-menu-main-search-search {
	border: none;
	padding: 4px 10px;
    margin: 0px 15px;
    margin-right: -5px;
	font-size: 13px;
	background: #FBFDFD;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    -webkit-box-shadow: inset 0px 1px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 5px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 5px rgba(0,0,0,0.5);
	width: 180px;
    height: 20px;
    background: #e9ebeb; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e9ebeb 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9ebeb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e9ebeb 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e9ebeb 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e9ebeb 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e9ebeb 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9ebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.b-teaser, .slider-wrapper {
	background: #E3E5E5;
	border-radius: 7px;
	width: 100%;
	padding: 7px 0;
	position: relative;
	border-bottom: 1px solid #fff;
}

.b-teaser_h, .nivoSlider {
	position: relative;
	width: 940px;
	height: 305px;
	margin: 0 auto;
	box-shadow: 0px 0px 5px 1px #fff;
}

.nivo-directionNav {
	display: none;
}

.b-teaser__item {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.b-teaser-buttons {
	text-align: center;
	margin-top: 10px;
}

.nivo-controlNav {
	padding: 0;
	padding-bottom: 5px;
	margin-top: -5px;
}

.b-teaser-button, .nivo-control {
	width: 22px;
	height: 22px;
	background: transparent url(images/teaser_button.png) no-repeat;
	display: inline-block;
	cursor: pointer;
	margin-left: 7px;
	margin-right: 7px;
	font-size: 0;
}

.b-teaser-button:hover, .nivo-control:hover {
	opacity: 0.5;
}

.b-teaser-button_active, .nivo-control.active {
	background: transparent url(images/teaser_button_active.png) no-repeat !important;
}

.b-teaser-button_active:hover {
	opacity: 1;
}

.b-teaser_shadow {
	height: 33px;
	background: transparent url(images/teaser_shadow.png) no-repeat;
}

.b-teaser__item a {
	display: block;
	width: 100%;
	height: 100%;
}

.b-teaser__item_h {
	position: relative;
	width: 940px;
	height: 305px;
}

.b-teaser__item-desc, .nivo-caption {
	position: absolute;
	bottom: 30px;
	left: 20px;
	width: 320px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	padding: 13px 15px;
}

.b-teaser__item-desc h2 {
	font-size: 16px;
	margin: 0;
	margin-bottom: 10px;
	cursor: default;
	font-weigth: normal;
}

.b-teaser__item-desc p {
	font-size: 13px;
	margin: 0;
	cursor: default;
	margin-bottom: 5px;
}

.b-teaser__item-button {
	width: 171px !important;
	height: 48px !important;
	background: transparent url(images/teaser_more.png) no-repeat;
	position: absolute;
	right: 20px;
	bottom: 30px;
}

.b-teaser__item-button:hover {
	opacity: 0.9;
}

.b-block {
	margin-bottom: 30px;
}

.b-block h2 {
	color: #8ed552;
	margin-top: 0px;
	margin-left: 10px;
	font-size: 20px;
	margin-bottom: 15px;
	cursor: default;
}

.b-block-content {
	padding-left: 10px;
	color: #888888;
	font-size: 15px;
	/* background: transparent url(images/block_devider.png) no-repeat; */
	padding-top: 35px;
}

.b-block-content p {
	margin-top: 0;
}

.b-best_of_month_item, .b-main-service-item {
	display: inline-block;
	position: relative;
	margin-left: 12px;
}

.b-best_of_month_item_first, .b-main-service-item_first {
	margin-left: 0px !important;
}

.b-best_of_month_item div {
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
	height: 100px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 20px;
	font-size: 20px;
	display: none;
}

.b-best_of_month_item:hover div {
	display: block;
}

.b-main-service-item {
	width: 220px;
	height: 140px;
    vertical-align: top;
}

.b-main-service-item-header {
	background: #8ED552;
	color: #fff;
	text-align: center;
	padding: 5px 0px;
	font-size: 16px;
	cursor: default;
    font-weight: bold;
}

.b-main-service-item-description {
	color: #888888;
	margin-bottom: 0px;
    padding-top: 10px;
}

.b-main-service-item-price {
	color: #8ED552;
	display: block;
	font-size: 17px;
	margin-bottom: 8px;
	cursor: default
}

.b-main-service-item-more {
	text-decoration: none;
	color: #3399cc;
	border-bottom: 1px solid #3399cc;
	font-size: 12px;
}

.b-main-service-item-more:hover {
	border-bottom: none;
}

.l-footer {
	border-top: 1px solid #BABCBC;
	background: #F0F2F2 url(images/footer.png) no-repeat 50% 0%;
	height: 105px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.l-footer_h {
	position: relative;
}

.b-footer-copy {
	position: absolute;
	font-size: 14px;
	color: #888888;
	left: 0;
	top: 20px;
	cursor: default;
}

.b-footer-menu {
	position: absolute;
	font-size: 14px;
	color: #888888;
	right: 190px;
	top: 20px;
}

.b-footer-menu a {
	text-decoration: none;
	font-size: 14px;
	color: #888888;
}

.b-footer-menu a:hover {
	border-bottom: 1px solid #888888;
}

.b-footer-menu a:active {
	color: #3C3C3C;
	border-bottom: 1px solid #3C3C3C;
}

.b-footer-subscribe {
	position: absolute;
	font-size: 14px;
	color: #888888;
	right: 0px;
	top: 20px;
	vertical-align: top;
	cursor: default;
}

.b-footer-subscribe a:hover {
	opacity: 0.5;
}

.b-footer-subscribe img {
	position: relative;
	top: -5px;
}

.nivoSlider {
    position:relative;
    background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

.b-teaser-button_more {
    position: absolute;
    display: block;
    width: 171px;
    height: 48px;
    background: transparent url(images/teaser_more.png) no-repeat;
    bottom: 30px;
    right: 30px;
}

.b-teaser-button_more:hover {
    opacity: 0.8;
}

.b-block-content_page {
    padding-top: 20px;
}

.b-breadcrumbs {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #888888;
    font-size: 13px;
    margin-left: 10px;
    font-weight: bold;
    cursor: default;
    position: absolute;
    left: -10000px;
}

.b-breadcrumbs a {
    color: #888888;
    text-decoration: none;
    font-weight: normal;
}

.b-breadcrumbs a:hover {
    text-decoration: underline;
}

.b-block-content_page h2 {
    margin-left: 0 !important;
    color: #74ae43;
    font-size: 25px;
}

.b-breadscrumbs-divider {
    font-weight: normal;
}

.b-block-content_page p {
    margin-bottom: 30px;
}

.b-leave_review {
    background: #74ae43;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    padding: 7px 35px;
	margin-top: 30px;
	margin-bottom: 30px;
	display: inline-block;
}

.b-leave_review:hover {
    background: #81b952;
}

.b-content-item {
    padding-top: 20px;
    padding-bottom: 35px;
    border-bottom: 1px solid #dddddd;
    width: 580px;
}

.b-content-item-title {
    font-size: 23px !important;
    color: #444444 !important;
}

.b-content-item-datetime {
    font-size: 12px;
    color: #555555;
    margin-bottom: 10px;
    cursor: default;
}

.b-content-item-datetime-link {
    color: #74ae43;
    text-decoration: none;
    border-bottom: 1px solid #74ae43;
}

.b-content-item-datetime-link:hover {
    border-bottom: none;
}

.b-content-item-description {
    font-size: 14px;
    color: #444444;
}

.b-content-item-tags {
    padding-left: 30px;
    background: transparent url(images/tags.png) no-repeat left center;
    min-height: 18px;
    margin-top: 15px;
    color: #444444;
    font-weight: bold;
    font-size: 12px;
    cursor: default;
}

.b-content-item-tags a {
    color: #888888;
    text-decoration: none;
    font-weight: normal !important;
    padding-left: 3px;
    padding-right: 3px;
}

.b-content-item-tags a:hover {
    text-decoration: underline;
}

.b-content-item-more {
    color: #3399cc;
    font-size: 14px;
    margin-top: 25px;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #3399cc;
}

.b-content-item-more:hover {
    border-bottom: 1px solid #ffffff;
}

.b-pagination {
    text-align: center;
    margin-top: 30px;
    cursor: default;
}

.b-pagination a {
    color: #3399cc;
    text-decoration: none;
    border-bottom: 1px solid #3399cc;
    cursor: pointer;
}

.b-pagination a:hover {
    border-bottom: 1px solid #ffffff;
}

.b-pagination__item {
    display: inline-block;
    margin: 0 5px;
    cursor: default;
}

.b-block-content_page_full {
    width: 100% !important;
}

.b-block-content_page_full .b-content-item {
    width: 100% !important;
}

.b-formbox .description {
    display: none;
}

.b-formbox dd {
    margin: 0;
    margin-bottom: 20px;
}

.b-formbox dt {
    padding-bottom: 5px;
}

.b-formbox dt label {
    font-size: 12px;
    font-weight: bold;
    color: #444444;
}

.b-form-field_text {
    width: 260px;
}

.b-form-field_textarea {
    width: 560px;
    height: 135px;
}

.b-form-field_text, .b-form-field_textarea {
    border: 1px solid #c0c0c0;
    background: #f1f1f1;
    padding: 3px;
}

#sendReviewButton-label, #sendContactsButton-label {
    display: none;
}

.b-form-button {
    color: #fff;
    border: none;
    background: #74ae43;
    font-size: 13px;
    padding: 7px 20px;
    margin-top: 10px;
}

.b-form-button:hover {
    background: #7eb351;
}

.b-form .errors {
    color: #f66741;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 2px;
}

.b-form .errors li {
    font-size: 10px;
}

.b-doctors {
    text-align: center;
}

.b-doctors__item {
    display: inline-block;
    width: 180px;
    height: 275px;
    vertical-align: top;
    text-align: center;
    margin-bottom: 20px;
    cursor: default;
}

.b-dctors__item-image {
    width: 100%;
    height: 158px;
    background-position: center 0;
    background-color: #fff;
}

.b-doctors__item:hover .b-dctors__item-image {
    background-position: center -158px;
}

.b-dctors__item-name {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
    cursor: default;
}

.b-dctors__item-work {
    color: #000;
    font-size: 12px;
    font-style: italic;
    margin-top: 10px;
    cursor: default;
}

h4 {
    color: #000;
    font-weight: bold;
    font-size: 19px;
}

table {
    color: #000;
}

table h3 {
    color: #74AE43;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
}

.i-space_cell {
    width: 20px;
}

table th {
    font-weight: normal;
    text-align: left;
}

table th, table td {
    padding: 7px;
    vertical-align: top;
    cursor: default;
    font-size: 14px;
}

table td {
    border-bottom: 1px solid #cccccc;
}

.b-actions {
    text-align: center;
}

.b-actions-item {
    width: 280px;
    height: 260px;
    display: inline-block;
    color: #444444;
    margin: 30px 12px;
	vertical-align: top;
}

.b-actions-item:hover {
	opacity: 0.8;
}

.b-actions-item-title {
    font-size: 19px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
}

.b-actions-item-image {
    height: 140px;
    width: 280px;
}

.b-actions-item-desc {
    font-size: 13px;
    text-align: left;
}

.b-actions-item-more {
    text-align: left;
}

.b-actions-item .b-content-item-more {
    margin-top: 10px;
    text-align: left;
}

.b-actions h2 {
    text-align: left;
}

.b-footer-subscribe-vk, .b-footer-subscribe-fb {
    width: 35px;
    height: 36px;
    display: inline-block;
    position: relative;
    top: -10px;
    margin-left: 3px;
}

.b-footer-subscribe-vk {
    background: transparent url(images/vk.png) no-repeat;
}

.b-footer-subscribe-fb {
    background: transparent url(images/fb.png) no-repeat;
}

.b-social-comments {
	margin-top: 25px;
}

.b-social-comments_vk, .b-social-comments_fb {
	display: inline-block;
	vertical-align: top;
}

.b-social-comments_fb {
	margin-left: 5px;
}

.b-dctors__item-name a {
	color: #000 !important;
}

/* Ðåçóëüòàòû ïîèñêà îò ßíäåêñà */

#ya-site-results td, #ya-site-form0 td {
    border: none;
}

#ya-site-form0 .ya-site-form__submit {
    height: 32px;
}

#ya-site-form0 .ya-site-form__input-text {
    height: 30px;
}

.b-body-items {
    padding-left: 40px;
}

.banner-homepage-bottom {
    margin-top: 90px;
}