@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow&amp;subset=cyrillic);

body {
	font-family: arial;
	font-size: 14px;
	color: #5b5b5b;
}
/* для страницы детской стоматологии */
body.children {
	background: #fff url("/assets/images/childrenfon.png");
}
.children .body {
	background: rgba(255,255,255,0.7);
	padding: 1px 20px;
}
.children .footer {
	margin-top: 0;
}

a {
	cursor: pointer;
	color: #00B7B3;
	font: inherit;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	margin: 35px 0 15px;
	font-size: 24px;
	text-align: center;
}
h2 {
	margin: 25px 0 10px;
	font-size: 22px;
	text-align: left;
}

.content {padding: 30px 0;}
.content p, .b_caption p, .b_faq_answer p {padding: 0 0 10px 0; font-size: 14px; line-height: 20px;}
.content ol, .b_caption ol {list-style-type: decimal !important; margin-left: 40px;}
.content ul, .b_caption ul {list-style-type:disc; margin-left: 40px;}
.content li, .b_caption li {padding: 5px 0;}

.clearfix::after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.header {
	width: 100%;
	height: 150px;
	background: #ededed;
}
.h_wrapper {
	width: 1024px;
	box-sizing: border-box;
	margin: auto;
	padding: 10px;
	height: 110px;
}
.h_logo {
	float: left;
	box-sizing: border-box;
	width: 300px;
	padding: 11px 0 0 90px;
	font-size: 17px;
	position: relative;
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #000;
}
.h_logo::after {
	content: "";
	width: 260px;
	height: 110px;
	position: absolute;
	top: 0px;
	
	left: 0;
	background: url("/assets/images/logo.png") 0 0 no-repeat;
}
.h_phone {
    float: left;
    width: 280px;
    color: #00B7B3;
    font-size: 27px;
    margin: 17px 0px 0px;
}
.h_phone_time {
    font-size: 14px;
    color: #6D6D6D;
    display: block;
    margin: 0px 0px 0px;
}
.h_maps {
    float: left;
    width: 220px;
    text-align: center;
    margin: 22px 0 0 0;
}
.h_maps_link {
	text-decoration: none; 
	cursor: pointer;
	color: #00B7B3;
	border-bottom: dotted 1px #00B7B3;
}
.h_maps_link:hover {
	border: none;
}
.h_buttons {
	float: right;
	width: 180px;
}
[class|="h_button"] {
	display: block;
	width: 100%;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 35px;
	line-height: 35px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.h_button-red {
	background: #a43c66;
    background: linear-gradient(to top, #a43c66, #922e56);
}
.h_button-red:hover {
	background: #922e56;
    background: linear-gradient(to top, #922e56, #a43c66);
}
.h_button-green {
	background: #18a19d;
    background: linear-gradient(to top, #18a19d, #457e7c);
}
.h_button-green:hover {
	background: #457e7c;
    background: linear-gradient(to top, #457e7c, #18a19d);
}
.h_menu {
	width: 100%;
	height: 40px;
	background: #00B7B3;
}
.h_menu_wrapper {
	width: 1024px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 10px;
	position: relative;
}
.h_menu_cell {
	padding: 0 35px;
	height: 40px;
	line-height: 40px;
	background: transparent;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	float: left;
}
.h_menu_cell:hover {
	text-decoration: none;
	background: #00a4a0;
}
.h_menu_cell._active {
	text-decoration: none;
	background: #34c3c0;
}
.footer {
	width: 100%;
	height: 180px;
	background: #00B7B3;
	margin-top: 25px;
}
.f_wrapper {
	width: 1024px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 10px;
	color: #fff;
}
.f_logo {
	width: 138px;
	height: 138px;
	background: url("/assets/images/logo.png") 0px -80px no-repeat;
	float: left;
	margin: 10px 220px 0 0;
}
.f_contacts {
	margin-top: 25px;
	float: left;
}
.f_phone {
	font-size: 26px;
	margin: 0 0 15px 0;
}
.f_liderpoiska {
	float: right;
	margin-top: 45px;
	width: 165PX;
}
.f_liderpoiska_link {
	display: block;
	padding-top: 32px;
	text-align: left;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-style: italic;
	background: url("/assets/images/liderpoiska.png") 2px 0 no-repeat;
}

.body {
	width: 1024px;
	padding: 0 10px;
	box-sizing: border-box;
	margin: auto;
	min-height: 500px;
}

/* отзывы */

.reviews_archive {
	display: inline-block;
	background: #efefef;
	border-radius: 5px;
	height: 40px;	
}
.reviews_archive_year {
	line-height: 40px;
	padding: 0 10px;
	float: left;
	border-radius: 5px;
	cursor: pointer;
	color: #00B7B3;
}
.reviews_archive_year  span {
	border-bottom: dotted 1px #00B7B3;
	height: 10px;
}
._active {
	background: #00B7B3;
	color: #fff;
}
.reviews {
	width: 780px;
	margin: 20px auto;	
}
.r_item {
    width: 100%;
    height: auto;
    padding: 10px 0px 20px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #E0E0E0;
}
.reviews :last-child {
	border: none;
}
.r_item_text {
	font-style: italic;
	color: #4c4c4c;
	position: relative;
	padding: 0 10px 0 30px;
}
.r_item_text p {
	font-size: 14px;
}
.r_item_text_h {
	font-size: 18px;
	margin-bottom: 8px;
}
.r_item_text_name {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	margin-top: 8px;
}
.r_item_text::before {
	content: "";
	width: 13px;
	height: 17px;
	background: url("/assets/images/quotes.png") 0 0 no-repeat;
	position: absolute;
	left: 5px;
	top: 5px;
}
.r_item_text::after {
	content: "";
	width: 13px;
	height: 17px;
	background: url("/assets/images/quotes.png") -14px 0 no-repeat;
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.r_item_text_img {
	margin: 10px 0 0;
}

/* пресса о нас */

.p_item {
	width: 100%;
	height: auto;
	font-style: italic;
	color: #4c4c4c;
	margin: 25px 0;
}
.p_item::after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.p_item_img {
	width: 150px;
	height: 150px;
	margin: 0 30px 0 0;
	float: left;
}
.p_item_name {
	font-size: 20px;
	margin-bottom: 10px;
	font-style: normal;
}
.p_item_more {
	font-style: italic;
	font-size: 12px;
	text-decoration: none;
	border-bottom: dotted 1px #00B7B3;
	margin-top: 10px;
	display: inline-block;
}

/* спецпредложения */

.spec {
	
}
.s_item {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
	text-align: left;
	margin: 10px 0 20px;
}
.s_item_img {
	float: left; 
	width: 250px;
	height: 170px;
	box-sizing: border-box;
	margin: 0 20px 0 0;
	border: solid 2px #aaa;
	overflow: hidden;
}
.s_item_img img {
	width: 248px;
}
.s_item_name {
	font-size: 16px;
	margin: 0 0 10px 0;
}
.s_item p {
	font-size: 14px;
	color: #676767;
	font-style: italic;
}

/* страница врача */

.doctor {
	margin: 50px auto;
}
.d_biography img { 
	float: left;
	max-width: 240px;
}
.d_biography_text {
	float: right;
	width: 730px;
	text-align: left;
}
.d_biography_text h1 {
	text-align: left;
	margin-top: 0;
}
.d_biography_text h2 {
	text-align: left;
	margin: 30px 0 10px;
	font-size: 20px;
}
.d_caption {
	font-style: italic;
	display: block;
}
.d_biography_text p {
	margin: 12px 0;
}
.d_states {
	background: #fbfbfb;
	width: 100%;
}
.d_states td {
	padding: 20px 25px;
	text-align: left;
	vertical-align: top;
}
.d_states tr :first-child {
	font-weight: bold;
	max-width: 170px;
}
.d_statelinks {
	margin: 30px 0;
}
.d_state_wrapper {
	margin: 10px 0;
	padding: 0 0 0 50px;
	background: url("/assets/images/state.png") 0 5px no-repeat;
	min-height: 40px;
}
.d_state_wrapper a {
	color: #007cbc;
}
.d_state_wrapper p, .d_news_wrapper p {
	font-size: 13px;
	font-style: italic;
	color: #595959;
	margin: 4px 0 0 0;
}


.d_news_wrapper {
	margin: 10px 0;
	min-height: 40px;
}
.d_news_wrapper a {

}

/* услуги */

.list {
	
}
.l_col {
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 1px 20px;
}
.l_col a {
	display: block;
	color: #007cbc;
}
.list_big {
	margin-top: 30px;
	font-size: 20px;
}
.list_small, .level2 {
	margin-top: 10px;
	font-size: 16px;
}
.list_sub, .level3 {
	font-size: 14px;
	margin: 5px 0 0 10px;
}
.list_sub, .level4 {
	font-size: 13px;
	margin: 5px 0 0 20px;
}

/* цены */

.price {
	
}
.p_menu {
	float: left; 
	width: 260px;
	padding-top: 29px;
}
.p_cost {
	float: right; 
	width: 715px;
}
.rub {
  font-family: Arial;
	position: relative;
  display: inline-block !important;
}
.rub:before {
  display: block;
  content: "‒";
  position: absolute;
  top: 1px;
  left: 2px;
}
.p_cost_block_line {
	height: 20px;
	border-bottom: dotted 1px #d1d0d0;
	margin-bottom: 8px;
}
.p_cost_block_line span {
	display: block;
	height: 21px;
	line-height: 30px;
	background: #fff;
	color: #7a7a7a;
}
.p_cost_block_line span:first-child {
	float: left;
	padding-right: 5px;
}
.p_cost_block_line span:last-child {
	float: right;
	padding-left: 3px;
}
.p_menu_item {
	padding: 6px 10px;
	background: #fff;
	border-radius: 6px;
	cursor: pointer;
}
.p_menu_item.chosen {
	background: #00b7b3;
	color: #fff;
}

/* страница услуги */

.b_caption {
	font-style: italic;
}
.b_price {
	background: #fbfbfb;
	width: 100%;
	box-sizing: border-box;
	padding: 25px 150px;
	margin: 35px 0;
}
.b_cost_block_line {
	min-height: 20px;
        overflow: hidden;
	border-bottom: dotted 1px #d1d0d0;
}
.b_cost_block_line span {
	display: block;
	height: 21px;
	line-height: 30px;
	color: #7a7a7a;
}
.b_cost_block_line span:first-child {
	float: left;
	padding-right: 5px;
	max-width: 630px;
        height: auto;
}
.b_cost_block_line span:last-child {
	float: right;
	padding-left: 3px;
}
.b_price h2 {
	text-align: center;
}

.b_press {margin-bottom: 40px;}
.b_press img {
	width: 200px;
	float: left;
	margin: 0 30px 0 0;
}
.b_press_desc {
	position: relative;
	padding-top: 1px;
}
/* услуга */

.b_workers {
	margin: 50px 0;
}
.b_workers img {
	width: 200px;
	float: left;
	margin: 0 30px 0 0;
	border-radius: 50%;
}

.b_workers_desc {
	float: left;
	width: 450px;
	padding-left: 30px;
	position: relative;
}
.b_workers_desc::before {
	content: "";
	width: 0px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 60px;
	border-left: solid 1px #dedede;
}
.b_workers_list {
	margin: 20px 0;
}
.b_workers_list p {
	margin: 10px 0;
}
.b_workers_feedback {
	float: right;
	background: #f7f7f7;
	padding: 20px 20px 10px 20px;
	margin: 20px 0 0 0;
}
.b_workers_feedback .filials {margin-bottom: 5px;}
.b_workers_feedback .filials span {display: block; padding: 0 0 10px; width: 215px;}
.b_workers_feedback .filials span a {color: #922e56; font-size: 13px;}
.b_results {
	margin: 40px 0 20px;
}
.b_results h2 {
	text-align: center;
}
[class|="b_results"] {
	float: left;
	width: 50%;
	text-align: center;
	font-size: 18px;
}
[class|="b_results"] img {
	margin-top: 10px;
}
.b_video {
	margin: 30px 0;
}
.b_small_reviews {
	width: 100%;
	margin: 70px auto 50px;	
}
.b_small_r_item {
	width: 33%;
	float: left;
        padding-bottom: 50px;
}
.b_small_r_item_text {
	font-style: italic;
	color: #4c4c4c;
	position: relative;
	padding: 0 30px 0 30px;
}
.b_small_r_item_text p {
	font-size: 14px;
}
.b_small_r_item_text_h {
	font-size: 18px;
	margin-bottom: 8px;
}
.b_small_r_item_text_name {
	font-style: normal;
	font-weight: bold;
	margin-top: 8px;
}
.b_small_r_item_text::before {
	content: "";
	width: 13px;
	height: 17px;
	background: url("/assets/images/quotes.png") 0 0 no-repeat;
	position: absolute;
	left: 5px;
	top: 5px;
}
.b_small_r_item_text::after {
	content: "";
	width: 13px;
	height: 17px;
	background: url("/assets/images/quotes.png") -14px 0 no-repeat;
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.b_small_r_item_text_img {
	margin: 10px 0 0;
}
.b_small_reviews h2 {
	text-align: center;
	margin: 10px 0 30px;
        position: relative;
        top: -50px;
}
.b_small_reviews h2 > a {
	background: #a43c66;
	padding: 6px 10px;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	margin: 0 0 0 20px;
	font-weight: normal;
	display: inline-block;
}
.b_faq {
	margin: 50px 0;
}
.b_faq h2 {
	text-align: center;
}
.b_faq_question {
	margin: 20px 0;
	font-size: 18px;
}
.b_faq_answer {
	font-style: italic;
	padding: 15px 20px;
	margin-left: 20px;
	border-left: solid 1px #dedede;
}

.b_service_links {
	margin: 30px auto;
	width: 800px;
}
.b_service_a {
    display: inline-block;
    padding: 10px;
    text-align: center;
    width: 223px;
    margin: 10px;
    color: #FFF;
    background: #00B7B3;
}
.b_textblock h2 {
	text-align: center;
}
.b_textblock ul {
	margin: 10px 0;
}
.b_textblock ul > li {
	font-style: italic;
	margin: 5px 0;
	padding: 0 0 0 20px;
	position: relative;
}
.b_textblock ul > li::before {
	content: "–";
	position: absolute;
	left: 0;
	top: 0;
}
.b_textblock p {
	margin: 10px 0;
}
.b_children_foto {
	width: 1024px;
	margin: -1px 0 0 -20px;
}
.b_children_foto img {
	width: 100%;
}

/* о компании */

.b_osn {
	margin: 50px 0;
	padding: 0 40px;
}
.b_osn h2 {
	text-align: left;
}
.b_osn h3 {
	text-align: left;
	font-size: 14px;
	font-style: italic;
	color: #00b7b3;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 7px;
	margin-top: 25px;
	font-weight: normal;
}
.b_osn h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 0px;
	border-bottom: solid 1px #00b7b3;
}
.b_osn p {
	font-style: italic;
}
.b_about_fotos {
	margin: 20px 0;
}
.b_about_fotos img {
	width: 490px;
	height: 325px;
}
.b_about_fotos :first-child {
	margin-right: 20px;
}

/* партнеры */

.b_all_partners {
	margin: 20px auto;
	width: 1004px;
	height: 666px;
	background: url("/assets/images/allpartners.png") 0 0 no-repeat;
	background-size: 99%;
}
.b_partners_w {
	display: table;
	margin: 20px 0;
}
[class|="b_partners"] {
	height: 50px;
	padding: 10px 10px 10px 300px;
	background: url("/assets/images/partners.png") 0 0 no-repeat;
	margin: 20px 0;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.b_partners-1 {
	background-position: 0 0;
}
.b_partners-2 {
    background-position: 0px -109px;
}
.b_partners-3 {
    background-position: 0px -210px;
}
.b_partners-4 {
    background-position: 0px -300px;
}
.b_partners-5 {
    background-position: 0px -408px;
}
.b_partners-6 {
    background-position: 0px -509px;
}
.b_partners-7 {
    background-position: 0px -607px;
}
.b_partners-8 {
    background: transparent url("/assets/images/tretiy-vozrast.png") no-repeat;
}
.b_partners-9 {
    background: transparent url("/assets/images/tretiy-vozrast.png") no-repeat
}

.b_partners-10 {
    background: transparent url("/assets/images/idel2.jpg") no-repeat
}

.b_all_partners {
	background: #fff!important;
	height: auto!important;
}
[class|="b_all_partner"] {
	background: url("/assets/images/allpartners.png") no-repeat;
	height: 86px;
	float: left;
	display: block;
	margin: 0 35px 10px 0;
	text-decoration: none;
}
.b_all_partner-1 {
	background-position: 0 0;
	width: 240px;
	margin-right: 55px;
}
.b_all_partner-2 {
    background-position: -305px 0px;
    width: 255px;
	margin-right: 55px;
}
.b_all_partner-3 {
    background-position: -630px 0px;
    width: 183px;
	margin-right: 55px;
}
.b_all_partner-4 {
    background-position: -883px 0px;
    width: 141px;
	margin-right: 0px;
}
.b_all_partner-5 {
    background-position: 0px -100px;
    width: 241px;
	margin-right: 45px;
}
.b_all_partner-6 {
    background-position: -311px -100px;
    width: 238px;
	margin-right: 45px;
}
.b_all_partner-7 {
    background-position: -594px -100px;
    width: 127px;
	margin-right: 45px;
}
.b_all_partner-8 {
    background-position: -785px -100px;
    width: 240px;
	margin-right: 0px;
}
.b_all_partner-9 {
    background-position: 0px -200px;
    width: 242px;
	margin-right: 40px;
}
.b_all_partner-10 {
    background-position: -293px -200px;
    width: 355px;
	margin-right: 40px;
}
.b_all_partner-11 {
    background-position: -714px -200px;
    width: 311px;
	margin-right: 0px;
}
.b_all_partner-12 {
    background-position: 0px -300px;
    width: 240px;
}
.b_all_partner-13 {
    background-position: -281px -300px;
    width: 274px;
}
.b_all_partner-14 {
    background-position: -595px -300px;
    width: 282px;
}
.b_all_partner-15 {
    background-position: -926px -300px;
    width: 98px;
	margin-right: 0px;
}
.b_all_partner-16 {
    background-position: 0px -390px;
    width: 245px;
	margin-right: 22px;
}
.b_all_partner-17 {
    background-position: -282px -390px;
    width: 245px;
	margin-right: 22px;
}
.b_all_partner-18 {
    background-position: -553px -390px;
    width: 68px;
	margin-right: 22px;
}
.b_all_partner-19 {
    background-position: -650px -390px;
    width: 371px;
	margin-right: 0px;
}
.b_all_partner-20 {
    background-position: 0px -490px;
    width: 234px;
    margin-right: 48px;
}
.b_all_partner-21 {
    background-position: -301px -490px;
    width: 228px;
    margin-right: 48px;
}
.b_all_partner-22 {
    background-position: -569px -490px;
    width: 210px;
    margin-right: 48px;
}
.b_all_partner-23 {
    background-position: -842px -490px;
    width: 181px;
    margin-right: 0px;
}
.b_all_partner-24 {
    background-position: 0px -590px;
    width: 294px;
    margin-right: 27px;
}
.b_all_partner-25 {
    background-position: -332px -590px;
    width: 52px;
    margin-right: 28px;
}
.b_all_partner-26 {
    background-position: -424px -590px;
    width: 351px;
    margin-right: 25px;
}
.b_all_partner-27 {
    background-position: -804px -590px;
    width: 50px;
    margin-right: 25px;
}
.b_all_partner-28 {
    background-position: -885px -590px;
    width: 139px;
    margin-right: 0px;
}
.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

/* контакты */

.b_contact {
	margin: 50px 0 30px;
}
.b_contact h2 {
	text-align: left;
}
.b_contact p {
	margin-bottom: 10px;
}
.b_contact_phones {
	float: left;
	padding: 0 40px 0 0;
	margin: 0 40px 0 0;
	width: 400px;
	border-right: solid 1px #dedede;
}
.b_contact_time {
	float: left;
	width: 300px;
}
.b_contact_allphones {
	width: 200px;
	margin: -27px 0 0 80px;
}

/* всплывашки */

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 99;
	display: none;
}
.feedback {
	position: fixed;
	z-index: 100;
	width: 1024px;
	height: 300px;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -512px;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 30px;
	display: none;
}
.feedback_h {
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	margin: 5px 0 20px;
}
.feedback_form {
	width: 100%;
	margin: 0;
}
.fb_text {
	width: 250px;
	height: 40px;
	line-height: 40px;
	border: solid 1px #000;
	border-radius: 0px;
	box-shadow: none;
	padding: 0 10px;
	margin: 0 20px;
}
.fb_text.dt {
	width: 250px;
	height: 40px;
	line-height: 40px;
	border: solid 1px #000;
	border-radius: 0px;
	box-shadow: none;
	padding: 0 10px;
	background: #fff url("/assets/images/pickdate.png") 237px 5px no-repeat;
	margin: 0 40px 0 31px;
}
.select_holder {
	width: 589px;
	height: 40px;
	border: solid 1px #000;
	padding: 0;
	overflow: hidden;
	float: right;
	margin: 0 29px 0 0;
	box-sizing: border-box;
	cursor: pointer;
	background: url("/assets/images/select.png") 564px 18px no-repeat;
}
.select_holder  select {
	width: 105%;
	height: 100%;
	border: none;
	background: transparent;
	padding-left: 20px;
}
.inputs_holder {
	background: #f4f4f4;
	padding: 20px 0px;
	margin: 20px 0;
	text-align: center;
}
.inputs_holder :first-child {
	margin-left: 0;
}
.inputs_holder :last-child {
	margin-right: 0;
}
.feedback_btn {
	background: #6fa7a5;
    background: linear-gradient(to top, #4a7e7d, #6fa7a5);
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin: 0 0 0 360px;
	padding: 10px 65px;
}
.feedback_btn:hover {
	background: #4a7e7d;
    background: linear-gradient(to top, #6fa7a5, #4a7e7d);
}
.callback {
	position: absolute;
	z-index: 98;
	top: 100px;
	width: 300px;
	height: 210px;
	background: #014e4b;
	color: #fff;
	text-align: center;
	left: 50%;
	margin-left: 258px;
	display: none;
}
.callback::before {
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	background: #014e4b;
	-moz-transform: rotate(45deg); /* Для Firefox */
    -ms-transform: rotate(45deg); /* Для IE */
    -webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Для Opera */
    transform: rotate(45deg);
	margin: -7px 0 0 145px;
}
.callback span {
	text-transform: uppercase;
	display: block;
	font-size: 14px;
	margin: 5px 0;
}
.callback_form {
}
.callback_text {
	width: 240px;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	border: none;
	background: #fff;
	margin: 10px 0 5px;
}
.callback_btn {
	background: #6fa7a5;
    background: linear-gradient(to top, #4a7f7d, #6fa7a5);
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	cursor: pointer;	
	padding: 7px 75px;
	margin: 10px 0 0 0;
}
.callback_btn:hover {
	background: #4a7f7d;
    background: linear-gradient(to top, #6fa7a5, #4a7f7d);
}

/* главная */

.main_topline {
	background: #00b7b3;
	color: #fff;
	position: absolute;	
	z-index: 21;
	top: 0;
	left: 0;
	width: 100%;
}
.main_topline_wrapper {
	width: 1024px;
	box-sizing: border-box;
	padding: 0 10px;
	height: 40px;	
	margin: auto;
}
.main_topphone {
	line-height: 40px;
	font-size: 20px;
	width: 250px;
	float: left;
}
.main_topwortime {
	float: left;
	width: 350px;
	line-height: 40px;
	color: #bfedec;
	font-size: 16px;
}
.main_toplink {
	float: left;
	width: 150px;
	line-height: 40px;
}
.main_toplink a {
	color: #fff;
	text-decoration: none;
	border-bottom: dotted 1px #fff;
}
.main_toplink a:hover {
	border: none;
}
.main_topbutton {
	float: right;
	text-align: right;
}
.h_button-green.mainpage {
	height: 24px;
	background: #014e4b;
	line-height: 24px;
	font-weight: normal;
	margin: 8px 0 0 0;
	border-radius: 0;
	font-size: 15px;
	padding: 0 14px;
}
.main_topmenu {
	height: 60px;
	background: #ededed;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
	margin: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 40px;
	z-index: 19;
}
.main_topmenu::before {
	position: absolute;
	content: "";
	top: -10px;
	left: 0;
	width: 100%;
	height: 60px;
	background: #ededed;
}
/*.main_topmenu::after {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 50%;
    width: 334px;
    height: 10px;
    background: #EDEDED none repeat scroll 0% 0%;
    margin: 0px 0px 0px -167px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}*/
.main_topmenu_wrapper {
	width: 1024px;
	margin: auto;
	box-sizing: border-box;
	padding: 0 10px;
	position: relative;
}
.main_topmenu_logo {
	position: absolute; 
	left: 50%; 
	top: -66px;
	width: 349px;
	height: 200px;
	border-radius: 100%;
	background: #ededed;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
	margin: 0 0 0 -175px;
	z-index: -1;
}
.h_logo.mainpage {
    position: absolute;
    z-index: 20;
    left: 52%;
    top: 10px;
    margin: 3px 0px 0px -125px;
    border-radius: 30px;
    overflow: hidden;
    height: 90px;
}
[class|="main_topmenus"] {
	width: 334px;
	line-height: 40px;
}
.main_topmenus-left {
	float: left;
	background: #ededed;
	position: relative;
  top: -1px;
}
.main_topmenus-right {
	position: relative;
  top: -1px;
	float: right;
	text-align: right;
	background: #ededed;
}
.main_topmenu_link {font-family: 'PT Sans Narrow', sans-serif; text-transform: uppercase; font-size: 18px;}
.main_topmenus-right .home-nav-item > a {padding: 17px 11px 20px;}
.main_topmenus-left .home-nav-item > a {padding: 17px 11px 20px;}
.main_b_photo {
	min-width: 1024px;
	width: 100%;
	background: url("/assets/images/mb_photo.png") top center no-repeat;
	background-size: 100%;
	height: 380px;
	margin: 100px 0 0 0;
	position: relative;
}
.main_b_photo_button {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -150px;
	width: 300px;
	padding: 20px 20px 10px 20px;
	box-sizing: border-box;
	background: #ededed;
}
.main_b_photo_button button {
	height: 40px;
	line-height: 40px;
	font-size: 14px
}
.m_gracia {
	padding: 15px;
	background: #f6f6f6;
}
.m_gracia_nom {
	float: left;
	margin: 0px 25px 0 0;
	font-size: 20px;
	padding: 50px 0 0 170px;
	background: url("/assets/images/gracia.png") no-repeat;
	width: 210px;
	height: 120px;
}
.m_gracia_desc {
	float: left;
	font-style: italic;
	width: 500px;
	margin: 50px 0 0 50px;
}
.m_caption {
	font-style: italic;
	font-size: 15px;
	padding: 40px 60px;
}
.m_video {
	width: 450px;
	height: 377px;
	box-sizing: border-box;
	padding: 22px 20px;
	float: left;
	background: url("/assets/images/video.png") no-repeat;
}
.m_video_desc {
	float: right;
	width: 520px;
}
.m_video_desc p {
	margin: 15px 0;
}
.m_services {
	width: 1064px;
	margin: 30px 0 30px -20px;
	
}
[class|="m_serv"]{
	float: left;
	width: 240px;
	height: 240px;
	background: url("/assets/images/m_services.png") no-repeat;
	margin: 10px;
	overflow: hidden;
}
.m_serv-1 {
	background-position: 0 0;
}
.m_serv-2 {
	background-position: -260px 0;
}
.m_serv-3 {
	background-position: -520px 0;
}
.m_serv-4 {
	background-position: -780px 0;
}
.m_serv-5 {
	background-position: 0 -260px;
}
.m_serv-6 {
	background-position: -260px -260px;
}
.m_serv-7 {
	background-position: -520px -260px;
}
.m_serv-8 {
	background-position: -780px -260px;
}
.m_serv_link {
	display: block;
	padding: 205px 0 20px 0;
	color: #fff;
	text-align: center;
	font-size: 15px;
}
.m_adress {
	margin: 30px 0;
}
.m_adr {
	margin: 10px;
	float: left;
	width: 314px;
	height: 100px;
	box-sizing: border-box;
	padding: 10px 15px 0px 50px;
	background: #f4f4f4 url("/assets/images/adr.png") 8px 10px no-repeat;	
	border: solid 2px #00b7b3;
	border-radius: 5px;
	color: #929292;
	font-size: 13px;
}
.m_adr span {
	display: block; 
	margin-bottom: 5px;
	font-weight: bold;
	color: #00b7b3;
	font-size: 15px;
}
.ctr {
	text-align: center;
}
.m_map {
	margin-bottom: -30px;
}

.home-nav {
  display:inline-block;
  width:100%;
  margin:0 auto;
  padding: 0;
	line-height: 30px;
}
.home-nav-item {display:inline-block; padding: 15px 0;}
.dropdown-home a {color:#fff; padding: 0;}
.dropdown-home li {line-height: 20px;}

#nav {
    display:inline-block;
    width:100%;
    margin:0px auto;
    padding: 0;
	line-height: 30px;
}
#nav li {
    float:left;
    list-style:none;
}

/* Подуровень */
#nav li:hover {background: #00a4a0;}

#nav ul li:hover a, #nav li:hover li a {
    background:none;
    border:none;
    color:#fff;
}
#nav ul li a:hover {

}
/* выпадающий список */
#nav li:hover > ul {
    opacity:1;
    visibility:visible;
	background: #00a4a0;
	padding-top: 20px;	
}

.home-nav-item:hover {background: #00a4a0;}
.home-nav-item:hover .main_topmenu_link {color:#fff; background: #00a4a0 !important; text-decoration: underline;}
.main_topmenu_link:hover {color:#fff; background: #00a4a0 !important; text-decoration: underline;}
.home-nav-item:hover > .dropdown-home {
	opacity:1;
  visibility:visible;
	background: #00a4a0;
	padding-top: 20px;	
}
.dropdown-home {
	opacity:0;
  visibility:hidden;
  padding:0;
  position:absolute;
	z-index: 100;
	top:61px;
	left: 0px;
	box-sizing: border-box;
	padding: 0 20px 20px 20px;	
}
.dropdown-home.drop-service {
	left: 30px;
}
.long-dropdown {right: 20px;}
.long-dropdown li {display: table;}
#nav ul{
  opacity:0;
  visibility:hidden;
  padding:0;
  width:1004px;	
  position:absolute;
	z-index: 100;
	top:40px;
	left: 10px;	
	box-sizing: border-box;
	padding: 0 40px 20px 40px;	
}
#nav ul li {
    float:left;
	display: block;
	width: 230px;	
    margin: 0;
	height: 20px!important;
	line-height: 20px!important;
}
#nav ul.long-item li {
	width: 410px;	
}
.sub {
	font-size: 13px;
	padding: 5px 10px;
}
.fixed {
	position: fixed;
	top: 0px; /*здесь указываем отступ сверху*/
	z-index: 29; /*устанавливаем блок поверх всех элементов на странице*/
}

.B_crumbBox {margin-top: 30px;}
.B_crumbBox li {display: inline-block;}

.highslide {
  outline: none;
  text-decoration: none;
  padding: 10px 5px;
  display: inline-block;
}

.b_mainspec {
	width: 1064px;
	margin-left: -20px;
}
.b_mainspec h2 > a {
    background: #A43C66 none repeat scroll 0% 0%;
    padding: 6px 10px;
    border-radius: 2px;
    color: #FFF;
    font-size: 14px;
    margin: 0px 0px 0px 20px;
    font-weight: normal;
    display: inline-block;
}
.b_mainspec_item {
	float: left;
	margin: 10px;
	text-align: center;
	width: 330px;
	height: 260px;
	overflow: hidden;
}
.b_mainspec_item_img {
	border: solid 1px #aeaeae;
	width: 320px;
	height: 200px;
	overflow: hidden;
	margin: 0 0 5px 0;
}
.b_mainspec_item_img  img {
	width: 100%;
	border: none;
}
.b_mainspec_link {
	color: #017fa8;
}
.center {text-align: center; margin: 10px 0 20px;}

.medic-filials {background: #edf5f7; overflow: hidden; margin: 20px 0; padding: 10px 20px; float: left;}
.medic-filials h2 {font-size: 14px; margin: 5px 0; color: #000;}
.medic-filials p {margin: 0 !important; padding: 0 0 2px 0; font-size: 11px; color: #888;}
.filial-inside h2 {font-size: 12px; margin: 5px 0;}
.filial-inside h2 a {color: #0d8ac0;}
.filial-inside {display: inline-block; float: left; width: 230px;}

[class|="b_partners"] {
 position: relative!important;
}
[class|="b_partners_link"] {
 position: absolute;
 display: block;
 width: 260px;
 height: 100%;
 left: 0;
 top: 0;
 text-decoration: none;
}

.specialty-item {display: inline-block; margin-right: 5px;}
.specialty-item:after {
  content: ", ";
}
.specialty-item:last-child::after {
  content: "";
}
/*
     */
/*
*/