/*work width: 1002px;*/
*{
	outline: none;
	box-sizing: content-box;
}
html,
body{
	margin: 0px;
	padding: 0px;
}
a img{
	border: none;
}
a{
	color: var(--major);
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
h1 {
	color: #000;
	font-size: 40px;
	line-height: 40px;
	font-weight: 800;
}
h2 {
	color: #000;
	font-size: 24px;
	font-weight: 800;
	line-height: 26px;
}
h3 {
	color: #000;
	font-size: 14px;
	font-weight: 800;
	line-height: 22px;
}
body{
	font-family: 'OpenSans';
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}
textarea {
	font-family: 'OpenSans';
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
}
p {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}
.wr_search_doc{
	position: relative;
	max-width: 1002px;
	margin: 0 auto;
}
.wr_search_doc .search_doc{
	height: 196px;
	background: url('./images/bg_find_doc.png') repeat-y center center;
	width: 204px;
	position: absolute;
	right: 10px;
	top: -150px;
	padding: 44px 0 0;
	box-shadow: 2px 2px 3px 0 rgba(69, 123, 100, 0.5);
}
.wr_search_doc .title{
	position: absolute;
	background: url('./images/bg_find_doc.png') repeat-y center center;
	color: #fff;
	width: 204px;
	right: 10px;
	top: 50px;
	z-index: 200;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}
.wr_search_doc .title span{
	width: 204px;
	display: block;
	padding: 8px 0;
}
.wr_search_doc form{
	height: 192px;
}
.wr_search_doc input[type="text"]{
	display: block;
	width: 154px;
	height: 26px;
	border: none;
	padding: 0 8px;
	margin: 4px auto 18px;
	font-size: 16px;
	color: #999;
}
.wr_search_doc input[type="submit"]{
	width: 168px;
	height: 36px;
	color: #fff;
	cursor: pointer;
	border: none;
	opacity: 0.9;
	background: var(--major);
	display: block;
	margin: 2px auto 0;
	font-size: 20px;
}
.wr_search_doc input[type="submit"]:hover{
	opacity: 1;
}

.wr_search_doc .search_doc .triangle{
	position: absolute;
	width: 204px;
	height: 36px;
	background: url('./images/triangle-search-2.png') no-repeat left top;
	bottom: -36px;
	cursor: pointer;
}
.wr_head_panel{
	background-color: var(--major);
	min-width: 100%;
	position: fixed;
	top: 0px;
	z-index: 999;
}
.head_panel{
	max-width: 1002px;
	height: auto;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head_panel .phone{
	color: #fff;
	text-align: right;
}
.phone_number {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}
.phone_number a {
	color: #fff;
	text-decoration: none;
}
.phone_text {
	opacity: 0.4;
	font-size: 12px;
}
.head_panel .feedback_panel{
	float: left;
}
.head_panel .feedback_panel .feedback-list {
	margin: 0px;
	padding: 0px;
	height: 50px;
}
.feedback-list {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.head_panel .feedback_panel .item{
	float: left;
	display: block;
	list-style: none;
	height: 100%;
	padding: 0 15px;
}
.head_panel .feedback_panel .item a{
	display: flex;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	height: 100%;
	align-items: center;
}
.head_panel .feedback_panel .feedback-list .appointment-online {
	background: var(--minor);
}
.head_panel .feedback_panel .item .personal_cab {
	background:  url('./images/key.png') no-repeat;
	background-position-y: center;
	font-size: 12px;
	font-weight: 400;
	padding-left: 20px;
}
.head_panel .feedback_panel .item:hover{
	background: var(--major);
}
.head_panel .feedback_panel .feedback-list .appointment-online:hover {
	background: var(--minor-dark);
}
.search {
	flex-grow: 1;
	justify-content:  center;
	display:  flex;
}
.btn_srch {
	width: 18px;
	height: 17px;
	background: url('./images/loupe.png') no-repeat;
	border: none;
}
.wr_bg_width{
	min-width: 100%;
	margin-top: 50px;
}
.wr_header{
	min-width: 100%;
}
/*
.header{
	position: relative;
	margin: 0 auto;
	max-width: 1002px;
	display: flex;
	flex-direction: row;
	padding: 31px 0;
	align-items: center;
	justify-content: space-between;
}
*/
.logo_link {
	display: block;
	line-height: 1;
	position: relative;
	width: 311px;
	height: 58px;
}
/*.logo_link::after {
	background: url('./images/openHours.png') no-repeat;
	display: block;
	width: 54px;
	height: 65px;
	content: "";
	position: absolute;
	top: -3px;
	right: -108px;
}*/
.call_problem {
	color: var(--minor-dark);
	font-size: 11px;
	padding-right: 17px;
}
.vrach_na_dom {
	height: 33px;
	cursor: pointer;
	border-radius: 3px;
	color: var(--minor-dark);
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	transition: 0.3s;
	border: 1px solid var(--minor-dark);
	box-sizing: border-box;
	padding: 10px 17px;
	text-decoration: none;
}
.vrach_na_dom:hover {
	color: #fff;
	background-color: var(--minor-dark);
	border-color: transparent;
}
.vrach_na_dom:active {
	background-color: var(--minor-dark);
}
/*all menu*/
.item.active.no-click > a{
	cursor: default;
}

.sub-title-menu {
	color: var(--major);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	display: inline-block;
	margin: 16px 0 16px 0;
	line-height: 16px;
}


.main_menu{
	position: absolute;
	right: 0px;
	top: 67px;

}
.main_menu ul{
	margin: 0px;
}
.main_menu .item{
	list-style: none;
	float: left;
	padding: 21px;
}
.main_menu .item a{
	text-decoration: none;
	font-size: 20px;
	color: #333;
}
.main_menu .item a:hover{
	color: var(--major);
}
.main_menu .item.active a{
	color: var(--major);
}
/*menu_services*/

.wr_parent_menu{
	background: var(--major);
	position: relative;
}
.parent_menu{
	max-width: 1015px;
	margin: 0 auto;
	height: 56px;
	position: relative;
}
.parent_menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 30;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}
.parent_menu ul .item{
	display: block;
	float: left;
	border-left: 1px solid #fff;
}
.parent_menu ul .item:last-child {
	border-right: 1px solid #fff;
}
.parent_menu ul .item.active{
	background: var(--major-dark);
}
.parent_menu ul .item a{
	color: #fff;
	font-size: 14px;
	display: table-cell;
	height: 56px;
	text-align: center;
	vertical-align: middle;
	width: 143px;
	text-decoration: none;
	line-height: 15px;
	padding: 0 5px;
}
.parent_menu ul .item.active:hover{
	background: var(--major-dark);
}
.parent_menu ul .item:hover{
	background-color: var(--major-dark);
}
.wr_parent_menu .bear{
	background: url('./images/bear.png') no-repeat;
	width: 706px;
	height: 556px;
	position: absolute;
	z-index: -10;
	right: -584px;
	top: 270px;
}
/*content*/
.wr_content{
	position: relative;
	z-index: 30;
}
.wr_content .content {
	max-width: 1430px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 56px 15px 65px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.left_panel{
	width: 15%;
	margin-right: 30px;
}
.child_menu .title,
.special_menu .title{
	font-size: 20px;
	border-bottom: 3px solid #3d956f;
	display: block;
	position: relative;
	margin: 0 0 14px;
}

.child_menu .title a,
.special_menu .title a{
	color: #3d956f;
	text-decoration: none;
	line-height: 20px;
}
.child_menu .title.active ,
.special_menu .title.active{
	border: none;
}

.child_menu .title.active a,
.special_menu .title.active a{
	position: relative;
	display: block;
	text-decoration: none;
	cursor: default;
}

.child_menu .title.active span,
.special_menu .title.active span{
	color: black;
	display: block;
	padding: 6px 0;
	width: 210px;
	line-height: 20px;
	font-weight: bold;
	border-bottom: none;
	font-size: 25px;
}

.child_menu .title.active a,
.special_menu .title.active a{
	font-weight: bold;
	color: #fff;
	border-bottom: none;
	font-size: 25px;
}
.child_menu ul li ul{
	margin: 4px 0 0 26px;
}
.child_menu ul li ul li span{
	font-size: 16px;
}
.special_menu ul li.item ul li.item,
.child_menu ul li.item ul li.item{
	margin: 0 0 8px;
	padding: 0;
	line-height: 14px;
}
.child_menu ul,
.special_menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.child_menu ul .item,
.special_menu ul .item{
	display: block;
	margin-bottom: 15px;
	padding: 0;
	line-height: 1;
}
.child_menu .item a,
.special_menu .item a,
.submenu .item a {
	color: #d1d1d1;
	font-size: 18px;
	text-decoration: none;
}

.child_menu .item a span,
.special_menu .item a span{
	color: black;
	font-size: 15px;
	font-weight: 400;
}

.child_menu .item .item a span,
.special_menu .item .item a span{
	color: var(--major);
	font-size: 13px;
}

.child_menu .item.active > a > span,
.special_menu .item.active > a > span {
	color: var(--minor);
}
.child_menu .item a:hover,
.special_menu .item a:hover {
	color: var(--major);
}
.child_menu .item.active > a:hover,
.special_menu .item.active > a:hover {
	color: var(--major);
}

.child_menu .item a:hover > span ,
.special_menu .item a:hover > span {
	color: var(--major);
}
.child_menu .item.active > a:hover > span ,
.special_menu .item.active > a:hover > span {
	color: var(--major);
}
.child_menu .item.no-click > a:hover,
.special_menu .item.no-click > a:hover {
	border-bottom: 0;
}
.left_panel .baner{
	margin: 34px 0;
	position: relative;
	height: 400px;
}
.special_menu .item.sub.active a:hover {
	text-decoration: underline;
	color: var(--major);
}
.left_panel .baner a{
	position: absolute;
	left: -10px;
}
.right_panel{
	width: 80%;
}
.right_panel .info{
	min-height: 200px;
	width: 100%;
}
.right_panel .info .main_img{
	float: right;
	margin: 0 0 20px 20px;
}
.right_panel .info .text p{
	margin: 18px 0;
}
.right_panel .doc_list{
	text-align: justify;
}
.right_panel .doc_list:after{
	content: "";
	width: 100%;
	display: inline-block;
}
.right_panel .doc_list .title{
	font-size: 20px;
	color:  var(--major);
	margin-bottom: 42px;
}
.doc_list .doctor{
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 210px;
	margin-bottom: 30px;
}
.doc_list .doctor .foto{
	margin: 0 0 14px;
}
.doc_list .doctor .name{
	font-size: 20px;
	margin-bottom:  4px;
}
.doc_list .doctor .special{
	font-size: 16px;
	color: var(--major);
	line-height: 15px;
}
/*footer*/

.wr_footer{
	background: var(--major);
	position: relative;
	min-width: 100%;
	overflow: hidden;
}
.footer{
	color: #fff;
	position: relative;
	max-width: 1430px;
	padding: 0 15px;
	margin: 0 auto;
	height: auto;
	border-top: 1px solid var(--major);
}
.footer .column{
	position: relative;
	margin-top: 36px;
	margin-bottom: 16px;
	width: 256px;
	float: left;
	color: #fff;
}
.footer .column a{
	color: #fff;
}
.footer .column .title{
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 22px;
	text-transform: uppercase;
}
.footer .column .phone{
	color: #fefefe;
	font-size: 26px;
	font-weight: 400;
	line-height: 16px;
}
.footer .column .phone a {
	color: #fff;
	text-decoration: none;
}
.footer .column .soc{
	margin-bottom: 20px;
}

.footer .column .lnk_ok,
.footer .column .lnk_facebook,
.footer .column .lnk_vk,
.footer .column .lnk_twitter,
.footer .column .lnk_instagram{
	display: inline-block;
	width: 36px;
	height: 33px;
	opacity: 0.8;
	padding: 0;
	background-position: center;
	border-radius: 50%;
	background-color: #2BB488;
}

.footer .column .lnk_ok:hover,
.footer .column .lnk_facebook:hover,
.footer .column .lnk_vk:hover,
.footer .column .lnk_twitter:hover{

	background-color: #119A6E;
}

.footer .column .lnk_vk{
	background-image: url('./images/soc/vk.png');
	background-position: center;
	background-repeat: no-repeat;
}
/*.footer .column .lnk_facebook{*/
/*	background: url('./images/soc/socials_sm-klinika-ryazan.png') no-repeat;*/
/*	background-position: 2px -1px;*/
/*}*/
.footer .column .lnk_ok{
	background-image: url('./images/soc/ok.png');
	background-position: center;
	background-repeat: no-repeat;
}
/*.footer .column .lnk_instagram{*/
/*	background: url('./images/soc/socials_sm-klinika-ryazan.png') no-repeat;*/
/*	background-position: -134px -1px;*/
/*}*/

.lnk_google_play,
.lnk_app_store {
	display: block;
	height: 27px;
	width: 90px;
}
.lnk_google_play {
	background: url('./images/stores.png') no-repeat;
	margin-bottom: 7px;
	margin-top: 19px;
}
.lnk_app_store {
	background: url('./images/stores.png') no-repeat;
	background-position-y: -33px;
}
.footer .column .lnk_instagram {
	background: url('./images/soc/socials_sm-klinika-ryazan.png') no-repeat;
	background-position: -134px -1px;
}
.footer .column .techart{
	  font-size: 14px;
}
.footer .column .menu{
	margin: 0px;
	padding: 0px;
}
.footer .column .menu .item{
	list-style: none;
	margin-bottom: 5px;
}
.footer .column .menu a{
	text-decoration: none;
	color: #fefefe;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
}
.footer .column .menu a:hover{
	text-decoration: underline;
}
.footer .column .techart {
	font-size: 12px;
	line-height: 18px;
}
.footer .column .techart > a {
	text-decoration: none;
}
.footer .info{
	color: #fff;
	font-size: 12px;
	width: 100%;
	text-align: justify;
}
.footer .info .text {
	margin: 0;
	color: #fefefe;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 20px;
}
.footer .info3{
	text-align: center;
	width: 979px;
	opacity: 0.2;
	color: #fefefe;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1.6px;
}
.column-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.info-wrapper {
	clear: both;
	background-color: var(--major);
	padding: 0 0 15px 0;
	margin-top: 60px;
}
.bg_footer_pattern{
	position: absolute;
	width: 100%;
	height: 182px;
	background-color: var(--major);
	bottom: 0px;
}
.clear{
	clear: both;
	display: none;
}
.line_kr{
	background: url('./images/line-kr.png') repeat-x;
	height: 14px;
	margin: 28px 0;
}

.feedback_form{
	margin: 16px 0;
	text-align: center;
}
.feedback_form h3{
	font-size: 23px;
	text-align: center;
}
.feedback_form .error{
	box-shadow: 0 0 5px 1px red;
}
.question_form{
	margin: 16px 0;
	text-align: center;
}
.question_form h3{
	font-size: 23px;
	text-align: center;
}
.question_form .error{
	box-shadow: 0 0 5px 1px red;
}
.appointments_form{
	margin: 16px 0;
	text-align: center;
}
.appointments_form h3{
	text-align: center;
}
.appointments_form .error{
	box-shadow: 0 0 5px 1px red;
}
.appointments_form_in_page .error{
	box-shadow: 0 0 5px 1px red;
}
.vyzovvracha_form .error{
	box-shadow: 0 0 5px 1px red;
}
.vyzovvracha_form_in_page .error{
	box-shadow: 0 0 5px 1px red;
}
.vyzovambulance_form .error{
	box-shadow: 0 0 5px 1px red;
}
/* NEWS LIST */
.detail-text-picture{
	float: right;
	margin: 0 0 16px 16px;
}
.news-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.news-list .news-text {
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 10px;
}
.news-list .news-item {
	margin: 25px 0;
	position: relative;
	display: flex;
	align-items: flex-start;
}
.news-list .news-item .category{
	position: absolute;
	top: 0px;
	right: 0px;
	background: var(--major);
	height: 12px;
	line-height: 12px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 0 4px;
}
.news-list .news-item .category span{
	position: relative;
}
.news-list .news-item .category:before{
	display: block;
	content: '';
	position: absolute;
	left: -4px;
	top: 0px;
	background: url('./images/nav.png') no-repeat -71px -42px;
	height: 12px;
	width: 4px;
}
.news-list .news-text-date{
	font-size: 13px;
	color: var(--major);
}
.news-list .news-text-date.gray{
	color: #666;
}
.news-list .news-name a {
	font-family: "OpenSans";
	font-size: 24px;
	font-weight: 800;
	line-height: 26px;
	color: #000;
	text-decoration:none;
}
.news-list .news-picture {
	margin-right:16px;
	float:left;
	min-width: 200px;
	text-align:center;
	margin-top:2px;
}
.news-list .news-picture a{
	position: relative;
	display: inline-block;
}
.news-list .news-picture a .play{
	position: absolute;
	width: 78px;
	height: 50px;
	background: url('./images/nav.png') no-repeat -71px -60px;
	top: 40px;
	left: 60px;
	opacity: 0.8;
}

.news-list .news-picture a:hover .play{
	opacity: 1;
}
.news-list .news-text-picture{
	margin-left: 218px;
}
.news-list .news-preview-text{
	color: #000;
}
.news-detail .news-text-date{
	font-size: 13px;
	color: #666;
}
.news-detail .news-text-date.video{
	margin: 22px 0 0;
}

.news-detail .news-text-spec{
	font-size: 13px;
	color: #666;
}
.news-detail .news-text-spec a{
	color: #666;
	text-decoration: underline;
}
.news-detail .news-text-spec a:hover{
	text-decoration: none;
}

.similar_articles h3{
	margin: 26px 0 10px;
}
.similar_articles ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.similar_articles li{
	margin-bottom: 6px;
}
.similar_articles ul a{
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #d1d1d1;
	display: inline-block;
	line-height: 16px;

}

.similar_articles ul a:hover{
	color: var(--major);
}
/*breadcrumb*/
.breadcrumb .breadcrumb-item{
	font-size: 12px;
	color: #636363;
}
.breadcrumb .breadcrumb-link{
	border-right: 1px solid #636363;
	padding-right: 6px;
	margin-right: 2px;
}
/*action list*/
.action-detail .news-text-date{
	font-size: 13px;
	color: var(--major);
}
.news-detail .news-picture img {
	border-radius: 20px;
}
@media (min-width: 500px) {
	.action-detail .news-picture{
		float: right;
		margin: 0 0 16px 16px;
	}

	.news-detail .news-picture{
		float: right;
		margin: 0 0 16px 16px;
	}
}

/*navigation link to next and preview*/
.nav-link_prev_next{
	height: 58px;
	margin: 26px 0;
}
.nav-link_prev_next .prev-link,
.nav-link_prev_next .next-link{
	display: block;
	font-size: 18px;
	color: #d1d1d1;
	position: relative;
	width: 114px;
}

@media only screen and (max-width: 380px) {
	.nav-link_prev_next .prev-link,
	.nav-link_prev_next .next-link{
		font-size: 12px;
		width: 60px;
	}
}

.nav-link_prev_next .prev-link span,
.nav-link_prev_next .next-link span{
	color: #666;
}
.nav-link_prev_next .prev-link{
	float: left;
	margin: 0 0 0 30px;
	padding: 8px 0 4px 14px;
	text-align: left;
}
.nav-link_prev_next .next-link{
	float: right;
	margin: 0 30px 0 0px;
	text-align: right;
	padding: 8px 14px 4px 0;
}
.nav-link_prev_next .prev-link::before,
.nav-link_prev_next .next-link::before{
	display: block;
	content: '';
	width: 30px;
	height: 58px;
	position: absolute;
	text-align: center;
	background: url('./images/nav.png') no-repeat;
	top: 0px;
}
.nav-link_prev_next .prev-link::before{
	left: -30px;
}
.nav-link_prev_next .next-link::before{
	right: -30px;
	background-position: -35px 0;
}
/*navigation section*/
.navigation{
	height: 58px;
	margin: 26px 0;
}
.navigation .pages{
	float: right;
	padding: 20px 5px;
}
.navigation .pages a{
	color: #000;
	text-decoration: none;
	padding: 0 4px;
}
.navigation .pages a.active{
	color: var(--major);
}

.navigation .prev_page,
.navigation .next_page{
	display: block;
	content: '';
	width: 30px;
	height: 58px;
	text-align: center;
	background: url('./images/nav.png') no-repeat;
	float: right;
	margin-left: 4px;
	opacity: 0.9;
}
.navigation .prev_page:hover,
.navigation .next_page:hover{
	opacity: 1;
}
.navigation .next_page{
	background-position: -35px 0;
}
.navigation .prev_page.disabled{
	background-position: 0px -60px;
	display: none;
}
.navigation .next_page.disabled{
	background-position: -35px -60px;
	display: none;
}
/*coupon*/
.get_coupon{
	background: var(--major);
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	padding: 9px 0 9px 12px;
	width: 188px;
	margin: 12px 0 36px;
	display: block;
	position: relative;
}
.get_coupon:after{
	content: '';
	position: absolute;
	background: url('./images/nav.png') no-repeat -71px 0;
	width: 11px;
	height: 40px;
	right: -11px;
	top: 0px;
}
.gallery{
	margin: 26px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	word-spacing: 20px;
}
.gallery li{
	display: inline-block;
	margin-bottom: 24px;
}
.gallery-item{
	display: block;
	position: relative;
}
.gallery-title {
	word-spacing: 0;
}
.gallery-item:hover img{
	opacity: 0.7;
}
.gallery-item:before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -29px;
	left: 50%;
	margin-left: -29px;
	width: 58px;
	height: 58px;
	background: url('./images/nav.png') no-repeat -86px 0;
	z-index: 100;
	display: none;
}
.gallery-item:hover:before{
	display: block;
}
.gallery .gallery-item img{
	/*width: 220px;
	height: 145px;*/
	margin: 0px;
	border-radius: 20px;
}
.photo-gallery #cboxPrevious{
	width: 46px;
	height: 138px;
	background: url('./images/nav.png') no-repeat -164px 0;
	left: -90px;
	top: 50%;
	margin-top: -79px;
	opacity: 0.8;
}
.photo-gallery #cboxPrevious:hover{
	opacity: 1;
}
.photo-gallery #cboxNext{
	width: 46px;
	height: 138px;
	background: url('./images/nav.png') no-repeat -214px 0;
	right: -90px;
	top: 50%;
	margin-top: -79px;
	opacity: 0.8;
}
.photo-gallery #cboxNext:hover{
	opacity: 1;
}
.photo-gallery #cboxClose{
	background: url('./images/nav.png') no-repeat -264px 0;
	height: 45px;
	width: 45px;
	right: -106px;
	top: -60px;
}
.soc-link{
	text-align: right;
	font-size: 16px;
	color: #666;
}

.popup-form #cboxClose{
	background: url('./images/close_btn.png') no-repeat 0 0;
	height: 25px;
	width: 25px;
	right: 7px;
	top: -20px;
}
.popup{
	background: #fff;
	border: 2px solid var(--major);
	padding: 30px 30px;
	width: 334px;
	text-align: center;
	border-radius: 20px;
}
.popup form{
}
.popup h3{
}
.popup input[type="text"], .popup input[type="tel"]{
	height: 39px;
	margin: 0 0 15px;
	padding: 0 14px;
	width: 240px;
	color: #000;
	font-family: "OpenSans";
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
	background-color: #eaebef;
	border-radius: 40px;
	border: none;
	box-sizing: border-box;
}
.popup input::placeholder {
	color: #b3b3b3;
}
.popup input[type="text"]:disabled, .popup input[type="tel"]:disabled{
	background: #eee;
}
.popup input[type="submit"]{
	height: 42px;
	margin: 0 0 15px;
	padding: 0 21px;
	width: 240px;
	background-color: var(--minor);
	border: none;
	color: #fff;
	font-family: "OpenSans";
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	border-radius: 40px;
	transition: 0.3s;
	box-sizing: border-box;
}
.popup input[type="submit"]:hover {
	background-color: var(--minor-dark);
}
.popup input[type="submit"]:active {
	background-color: var(--minor-dark);
}
.popup textarea{
	resize: none;
	font-size: 16px;
	height: 100px;
	margin: 0 0 15px;
	padding: 10px 14px;
	width: 240px;
	border: 1px solid #999;
	background: #fff;
}
.popup input[type="submit"]:hover{
	cursor: pointer;
	opacity: 1;
}
.popup select{
	background-color: #eaebef;
	height: 39px;
	margin-bottom: 15px;
	padding: 0 14px;
	width: 240px;
	border: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	font-family: 'OpenSans';
}

.popup select::-ms-expand {
  display: none;
}
.agreement {
	font-size: 10px;
	line-height: 12px;
}
/* popup Запись к врачу*/
.popup_priem {
	height: 720px;
}
.text_action {
	color: #b00e38;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 0 30px;
}
.green_text_action {
	color: #157e20;
	font-size: 12px;
	margin-top: 15px;
	color: #157e20;
}
.green_text_action a {
	color: #157e20;
}
.popup_text {
	padding: 0;
	text-align: center;
}
.popup_text_bottom {
	color: #888179;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	margin: 0 0 18px;
}
.popup_text_bottom span {
	color: #000;
	font-size: 15px;
}
.msg_leaving .phone a {
	color: #000;
	text-decoration: none;
}
.pa_button {
	height: 39px;
	margin: 0 0 15px;
	padding: 0 21px;
	width: 240px;
	border: none;
	color: #fff;
	font-family: "OpenSans";
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	background-color: var(--minor-dark);
	border-radius: 3px;
	transition: 0.3s;
}

.pa_button:hover {
	cursor: pointer;
	background-color: var(--minor-dark);
}
.pa_button:active {
	background-color: var(--minor-dark);
}

.pa_button.break {
	background: transparent;
	border: 1px solid var(--minor-dark);
	color: var(--minor-dark);
	transition: 0.3s;
}

.pa_button.break:hover {
	background-color: var(--minor-dark);
	color: #fff;
	border-color: var(--minor-dark);
	cursor: pointer;
}
.pa_button.break:active {
	background-color: var(--minor-dark);
}
.special-price{
	font-weight: 600;
	color: var(--major);
}
.hospital-list, .hospital-list .doc-list {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.hospital-list .hospital-name {
	color: #333;
	font-size: 20px;
	margin: 20px 0;
}
/*.hospital-list .hospital-name span {
	border-bottom: 1px dashed #cacaca;
}*/
.hospital-list .hospital-name.active span {
	border: medium none;
}
.hospital-list .doc-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 242px;
}
.hospital-list .doc-foto {
	margin-bottom: 16px;
}
.hospital-list .doc-name {
	color: #000;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
}
.hospital-list .doc-spec {
	color: var(--major);
	margin: 4px 0;
}
table.price-list{
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	margin: 28px 0 12px;
}
table.price-list .right{
	text-align: right;
	width: 90px;
}
table.price-list th,
table.price-list td{
	padding: 7px 12px 7px 12px;
	border-radius: 0 20px 20px 0;
}
table.price-list th:first-child,
table.price-list td:first-child{
	padding: 7px 42px 7px 12px;
	border-radius: 20px 0 0 20px;
}
table.price-list th{
	background: var(--light-2);
}
table.price-list .grey td{
	background: var(--light-2);
}
table.price-list  td.align-center{
  text-align: center;
}
@media all and (max-width:480px){
	table.price-list th,
	table.price-list td{
		font-size:13px;
		padding-left:8px;
		padding-right:8px;
	}
}



.stock {
	color: #9c3139;
	font-size: 16px;
	font-weight: bold;
}
.pa_button_form {
	background: var(--major) none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-family: 'OpenSans',sans-serif;
    font-weight:bold;
	font-size: 16px;
	height: 39px;
	margin: 0 0 15px;
	padding: 10px 15px;
	width: 240px;
	text-decoration: none;
}
.pa_button_form:hover {
	background: var(--major) none repeat scroll 0 0;
}
div#panel{margin-top:50px;}

.mob-menu, .mob-call { display: none; }

.head_panel .feedback_panel .question_form_call.cboxElement {
  padding-bottom: 16px;
  padding-top: 14px;
}
.left_panel .dropdown {
	background: url("/images/menu/plus.jpg") no-repeat center center;
	cursor: pointer;
	display: inline-block;
	height: 19px;
	margin-left: -24px;
	position: relative;
	top: 4px;
	width: 19px;
	transform:translateX(-5px);
}
.left_panel .open {
	background: url("/images/menu/minus.jpg") no-repeat center center;
}
.wr-menu-title .open {
	background: none;
}
.button_smdoctor {
	background-color: var(--major);
	color: #fff;
	display: block;
	font-family: 'OpenSans',sans-serif;
    font-weight:bold;
	font-size: 20px;
	font-weight: 100;
	margin: 5px 0;
	padding: 10px 34px;
	text-align: center;
	text-decoration: none;
	width: 150px;
}
.button_smdoctor:hover {
	background-color: var(--major);
}
.appointments_from_call.cboxElement > div {
  border: 1px solid #fff;
  margin: 0px;
  padding: 2px 16px;
}

.btn-go-form {
	background: #ffa209 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-family: 'OpenSans',sans-serif;
    font-weight:bold;
	font-size: 16px;
	margin-right: 10px;
	padding: 11px 20px 10px;
	text-decoration: none;
}
.coupon_btn .pa_button {
  background: url("/images/kupon-smclinic.png") no-repeat scroll 0 0;
  border: 0 solid red;
  height: 47px;
  width: 333px;
}
.coupon_btn .pa_button:hover {
  opacity: 0.9;
}
.special_menu ul li ul,
.child_menu ul li ul {
  margin: 8px 0 0 0;
}

.child_menu .item ul a span {
	text-decoration: none;
}

.child_menu .item ul a {
	text-decoration: none;
}

.btn-form,
.btn-go-review {
	width: 200px;
	background-color: var(--minor);
	color: #fff;
	font-family: "OpenSans";
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	padding: 17px 21px 15px;
	border-radius: 40px;
	text-align: center;
	display: block;
	box-sizing: border-box;
	transition: 0.3s;
}

.btn-go-review {
	margin-bottom: 30px;
}
.btn-form:hover,
.btn-go-review:hover {
	background-color: var(--minor-dark);
}
.btn-form:active,
.btn-go-review:active {
	background-color: var(--minor-dark);
}
.coupon_btn .pa_button {
  cursor: pointer;
}
.menu_speccentr {
  margin-top: 30px;
}
.menu_speccent .menu-title span {
  font-size: 18px;
}
.special_menu.speccentr {
margin-top: 12px;
}
.menu_speccentr .menu-title {
  border-bottom: 3px solid var(--major);
}
.menu_speccentr .menu-title > a {
  font-weight: bold;
  text-decoration: none;
}
.menu-title span {
  font-size: 20px;
}
.tabs_tab > a {
  color: #333;
  text-decoration: none;
}
.anchor {
	position: relative;
	top: -80px;
}
.fiction_tabs {
  height: 41px;
}
.price_btn {
  background: var(--major) none repeat scroll 0 0;
  border-bottom: medium none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'OpenSans',sans-serif;
    font-weight:bold;
  font-size: 19px;
  letter-spacing: 0.03em;
  margin-right: 11px;
  padding: 9px 13px 9px 12px;
  position: relative;
  text-decoration: none;
  width: 47px;
  float: left;
}
.price_btn::before {
  background: rgba(0, 0, 0, 0) url("/local/components/smdoc/analyzes/templates/.default/./images/nav.png") no-repeat scroll -71px -1px;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
}
.docs_btn {
  color: #333;
  cursor: pointer;
  display: block;
  float: left;
  font-family: 'OpenSans',sans-serif;
    font-weight:bold;
  font-size: 19px;
  letter-spacing: 0.03em;
  margin-right: 11px;
  padding: 9px 13px 9px 12px;
  position: relative;
  text-decoration: none;
}
.docs_btn span {
  border-bottom: 1px dashed #cacaca;
}
/*.wr_header {
  background: url("/local/templates/smdoctor_main/./images/bg.png") no-repeat scroll center -100px, url("/images/7years/flags.png") no-repeat scroll center 38px;
}
.wr_content {
  padding-top: 82px;
  background: url("/images/7years/seven_years.jpg") no-repeat scroll center -17px;
}
.bear {
display: none;
}
.wr_parent_menu {
 background: var(--major) url("/images/7years/baloon_top.png") no-repeat scroll center bottom;
}*/
.call_phone_m1 a {
	text-decoration: none;
}
.maxheight .jq-selectbox__dropdown ul {
	max-height: 250px;
}
.sel-section {
  font-weight: bold;
}
.doc-list .btn-form {
  background: #fda307 none repeat scroll 0 0;
  bottom: 90px;
  color: #fff;
  font-family: 'OpenSans',sans-serif;
    font-weight:bold;
  font-size: 20px;
  padding: 18px 110px 14px;
  text-decoration: none;
}
.doc-list > p {
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}
#button-up {
	background-image: url('/images/p_arrow_up.png');
	background-repeat: no-repeat;
	position: fixed;
	bottom: 60px;
	left: calc(50% + 600px);
	left: -moz-calc(50% + 600px);
	left: -webkit-calc(50% + 600px);
	width: 40px;
	height: 40px;
	display: none;
	background-position: 0 -80px;
z-index: 35;
cursor: pointer;
}
#button-up:hover {
  background-position: 0 -40px;
}
.btn-actions {
  background-color: #fda307;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 200px;
  float: left;
  margin-right: 20px;
}

.top_banner {
	margin-bottom: 32px;
	width: 100%;
	height: 100px;
	position: relative;
	text-align: center;
}
.top_banner .left_bg, .top_banner .right_bg {
	width: 50%;
	height: 100px;
	z-index: 5;
}
.top_banner .left_bg {
	position: absolute;
	top: 0;
	left: 0;
	background: url("/images/pat_blue.jpg") repeat-x center center;
}
.top_banner .right_bg {
	position: absolute;
	top: 0;
	right: 0;
	background: url("/images/pat_orange.jpg") repeat-x center center;
}
.top_banner .main_banner {
	width: 100%;
	height: 100px;
	position: relative;
	z-index: 10;
	background: url("/images/smdoctor.nicemyou3.gif") no-repeat center center;
}
.wr_parent_menu {
	margin-bottom: 0px;
}
.orange_border {
	max-width: 1028px;
	margin: 0 auto;
	color: var(--minor-dark);
	text-align: center;
	border: 2px solid;
	height: inherit;
	margin-bottom: 14px;
}

@media only screen and (max-width: 1010px) {

	img, object, embed, video {max-width: 100%;}
	/* IE 6 does not support max-width so default to width 100% */
	.ie6 img {width:100%;}
	.wr_head_panel { position: relative; }
	div#panel { margin-top: 0px; }
	.wr_bg_width { margin-top: 0px; }
	.head_panel { padding: 0 15px; }
	.head_panel .feedback_panel ul { height: 46px; }
	.head_panel .search { margin: 9px 8px 10px 6px; width: 138px; }
	.head_panel .phone { font-size: 16px; float: right; }
	.head_panel .search .inp_srch { font-size: 14px; width: 105px; }
	/*.header .logo { left: 15px; }*/
	.main_menu .item { padding: 25px 13px; }
	.main_menu .item a { font-size: 16px; }
	.wr_search_doc .title { top: 46px; }

	.slide_panel .left { width: 29%; }
	.slide_panel .right { width: 71%; }
	.search_doctor { width: auto; }
	.search_doctor .title { margin: 25px 10px; }
	.search_doctor .inp_txt { margin: 10px 10px; }
	.search_doctor .btn_sub { margin: 44px 10px; }

	.service_list .item { width: 24.4%; }
	.service_list .svg-triangle { width: 100%; }

	.special_list { padding: 0 15px; }
	.column-menu .col { width: 33%; }

	.wr_info .info .text { width: auto; }
	.wr_info .info .right { width: 40%; }
	.wr_info .info .text p { line-height: 20px; font-size: 15px; margin-bottom: 10px; }

	.wr_content { padding: 0 15px; }
	.left_panel { width: 24%; }
	.right_panel { width: 73%; }
	.news-list .news-item { width: auto; }
	.child_menu .title.active a span, .special_menu .title.active a span { width: auto; }
	.child_menu .title.active .wr-menu-title, .special_menu .title.active .wr-menu-title { width: 100%; }

	.news-list .news-name { width: auto; height: inherit; }
	.review_form textarea { width: 98%; }
	.hospital-list .doc-item { width: 49%; }
	.main-image-text { right: 0; left: auto; }

	.footer .column-wrapper { padding: 0 15px; }
	.footer .column { width: 24%; }
	.footer .info { width: auto; }
	.footer .info3 { width: auto; font-size: 16px; }
	.news-list .news-picture {float: inherit;}
	.search {
		justify-content: flex-end;
	}
	.info-wrapper {
		padding: 0 0 15px 0;
	}
}


@media only screen and (max-width: 799px) {
	.info img.diagnos-pic { float: none; }
	.tabs .tabs_tab_panel { display: initial; margin-top: 10px; }
	.tabs .zapis-btn { margin: 10px 0; display: inline-block; }
	.tabs { margin-top: 10px;}
	.diagnos-item { display: initial; border-bottom: none; }
	.diagnos-img-wr { width: 100%; text-align: center; margin-bottom: 10px; }
	.diagnos-info { width: 100%; padding: 0; }

	.wr_head_panel { text-align: center; }
	.wr_bg_width { margin-top: 0px; }
	.head_panel { position: relative; }
	.head_panel .toolbar_right { width: 100%; }
	.head_panel .feedback_panel { float: none; display: inline-block; }
	.head_panel .feedback_panel .item { float: none; display: inline-block; }
	.head_panel .search { float: none; display: inline-block; }
	.head_panel .search .inp_srch { font-size: 14px; width: 145px; }
	.head_panel .phone { display: none; }
	.wr_header { background-position: center -74px; }
	/*
	.header {
		flex-direction: column;
	}
	.header .logo {
		left: -30px;
	}
	*/
	.call_problem {
		display: none;
	}
	.vrach_na_dom {
		display: none;
	}
	.wr_search_doc { display: none; }

	.main_menu { display: none;  }

	.mob-menu { display: block; color: #fff; line-height: 56px; font-size: 26px; padding-left: 15px; cursor: pointer; }
	.mob-menu i { display: inline-block; width: 20px; height: 20px; background: url('images/nav-icon.png') no-repeat 0 0; margin-right: 5px; position: relative; top: 1px; }
	.parent_menu { height: auto; }
	.parent_menu ul {
		height: 0;
		flex-direction: column;
	}
	.parent_menu ul.active {
		-webkit-transition: all 500ms cubic-bezier(0.675, 0.170, 0.245, 0.795);
		-moz-transition: all 500ms cubic-bezier(0.675, 0.170, 0.245, 0.795);
		-ms-transition: all 500ms cubic-bezier(0.675, 0.170, 0.245, 0.795);
		-o-transition: all 500ms cubic-bezier(0.675, 0.170, 0.245, 0.795);
		transition: all 500ms cubic-bezier(0.675, 0.170, 0.245, 0.795);
		height:301px;
	}
	.parent_menu ul.hidden {
		-webkit-transition: all 500ms cubic-bezier(0.675, 0.170, 0.245, 0.795);
		-moz-transition: all 500ms cubic-bezier(0.675, 0.170, 0.245, 0.795);
		-ms-transition: all 500ms cubic-bezier(0.675, 0.170, 0.245, 0.795);
		-o-transition: all 500ms cubic-bezier(0.675, 0.170, 0.245, 0.795);
		transition: all 500ms cubic-bezier(0.675, 0.170, 0.245, 0.795);
		height:0px;
	}
	.parent_menu ul .item { float: none; }
	.parent_menu ul .item a { display: block; width: 100%; border: none; border-top: 1px solid #fff; height: auto; line-height: 36px; padding: 3px 0; }

	.slide_panel .left { width: 100%; background: var(--major); }
	.search_doctor { width: 228px; margin: 0 auto; }
	.slide_panel .right { width: 100%; }
	.service_list { height: auto; text-align: center; }
	.service_list .item { width: 49%; margin-bottom: 40px; float: none; display: inline-block; }

	.wr_info .info .left { width: 100%; }
	.wr_info .info .pointer { margin: 0 auto; }
	.wr_info .info .right { width: auto; padding: 15px; }

	.left_panel {
		width: 100%;
	}
	.right_panel { width: 100%; }
	.left_panel .baner a { left: 0; }
	.child_menu .title.active .wr-menu-title span, .special_menu .title.active .wr-menu-title span { cursor: pointer; }
	.child_menu ul, .special_menu ul, .baner { display: none; }
	.child_menu .title.active .wr-menu-title span:before, .special_menu .title.active .wr-menu-title span:before { content: '+'; display: inline-block; font-size: 24px; margin-right: 6px; line-height: 18px; position: relative; top: 1px; width: 10px; }
	.child_menu .title.active .wr-menu-title span.open:before, .special_menu .title.active .wr-menu-title span.open:before { content: '-'; top: -1px; left: 2px; }

	.footer .column { width: 49%; float: none; display: inline-block; vertical-align: top; }
	.footer { height: auto; }
	.footer .column .soc{
		margin-bottom: 20px;
		display: flex;
		column-gap: 10px;
	}
	.footer .info3 { white-space: normal; padding-bottom: 65px; font-size: 18px; }
	.doc-list .btn-form { padding: 15px;}
	.top_banner .main_banner {
		background: url("/images/smdoctor.nicemyou3_799x100.gif") no-repeat center center;
		background-size: contain;
	}
	.wr_content .content {
		flex-direction: column;
	}

}

@media only screen and (max-width: 799px) and (orientation: landscape) {
	.wr_head_panel {
		position:static;
	}
	div#panel { margin-top: 0px; }
	.wr_bg_width {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 599px) {

	.head_panel .feedback_panel { width: 100%; }
	.mob-call { display: block; font-size: 16px; color: #fff; padding: 8px 0; cursor: pointer; line-height: 18px; }
	.mob-call:before { content: '+'; display: inline-block; font-size: 24px; margin-right: 6px; line-height: 18px; position: relative; top: 2px; }
	.mob-call.active:before { content: '-'; }
	.head_panel .feedback_panel .feedback-list {
		flex-direction: column;
		display: none;
		height: auto;
	}
	.head_panel .feedback_panel .item  {
		width: 100%;
		padding: 0;
	}
	.head_panel .feedback_panel .item a { padding: 7px 0; display: block; font-size: 16px; font-weight: bold;}
	.head_panel .feedback_panel .item .personal_cab { font-size: 16px; font-weight: bold; }
	.head_panel .search .inp_srch { width: 100px; }
	.head_panel .search { width: 140px; }
	.child_menu .title.active .wr-menu-title, .special_menu .title.active .wr-menu-title { width: 100%; padding: 5px;}
	.child_menu .title.active span, .special_menu .title.active span { padding: 6px 0 2px 0; }
	.news-list .news-text { margin-left: 0; padding-left: 0; }

	.main-image-text { right: 25%; }
	.tabs .tabs_tab_panel .tabs_items { width: 100%; height: auto; display: inline-block; }
	.review_form input[type='text'] { width: 100%; }
	.right_panel .info .main_img { max-width: 50%; margin: 0 0 5px 5px; }
	.appointments_form_in_page input[type="text"], .diagnosis_form_in_page input[type="text"], .spravka_form_in_page input[type="text"], .vyzovvracha_form_in_page  input[type="text"], .appointments_form_in_page input[type="tel"], .diagnosis_form_in_page input[type="tel"], .spravka_form_in_page input[type="tel"], .vyzovvracha_form_in_page input[type="tel"] { width: 96%; padding: 0 2%; }
	.appointments_form_in_page li {  }
	.appointments_form_in_page input[name="number_card"], .diagnosis_form_in_page input[name="number_card"], .spravka_form_in_page input[name="number_card"] { margin-top: 0; }
	.appointments_form_in_page input[type="submit"], .diagnosis_form_in_page input[type="submit"], .spravka_form_in_page input[type="submit"], .vyzovvracha_form_in_page input[type="submit"] { margin-top: 8px; }

	.service_list .item { width: 100%; margin: 0 0 40px; }
	.column-menu .col { width: 50%; }
	.footer .column { width: 100%; margin-top: 12px; }
	.footer .info3 { font-size: 16px; }

	.popup { width: 270px; }
	.news-list .news-item {
		flex-direction: column;
	}

	.b-specialization-list {
		display: flex;
		flex-direction: column;
	}

	#tabs .tabs_tab_panel .tabs_items {
		margin-bottom: 20px;
	}
}
.wr_map{
	position: relative;
	width: 100%;
	height: 460px;
}
#googleMap {
	width: 100%;
	height: 100%;
}
.clinic_info {
	width: 230px;
	background-color: #fff;
	height: 270px;
	padding: 15px 0 0 15px;
	box-sizing: border-box;
}
.clinic_info .map-info {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 14px;
	list-style: none;
}
.info_item:not(:last-child) {
	padding-bottom: 7px;
}
.info_item {
	background: url('./images/map-list-marker.png') no-repeat;
	padding-left: 20px;
}
.map-info .clock {
	background-position-y: -26px;
}
.map-info .phone {
	background-position-y: -50px;
}
.clinic_info .image {
	background: url('/upload/ryzan-230.jpg') no-repeat;
	width: 100%;
	height: 150px;
}
.service-name {
	background-image: url(./images/bullet.svg);
	background-size: 7%;
	display: flex;
	align-items: center;
}
.zapis-btn {
	background-color: var(--minor);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	padding: 17px 18px 15px;
	border-radius: 40px;
	text-align: center;
	box-sizing: border-box;
	transition: 0.3s;
	order: 1;
}
.zapis-btn:hover {
	background-color: var(--minor-dark);
}
.zapis-btn:active {
	background-color: var(--minor-dark);
}

.breadcrumbs {
	padding-bottom: 17px;
	color: var(--major);
	font-size: 12px;
}
.breadcrumb-item {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: var(--major);
}
.breadcrumb-item.breadcrumb-link {
	color: var(--major);
}
.breadcrumb-item.breadcrumb-link:hover {
	color: var(--minor-dark);
}
.services-content {
	width: 100%;
}
.tabs .tabs_tab_panel .tabs_items{
	margin: 0;
	padding: 0;
	height: 40px;
}
.tabs .tabs_tab_panel .tabs_tab{
	display: inline-block;
	font-size: 15px;
	padding: 10px;
	margin: -10px 30px -10px -10px;
	cursor: pointer;
	font-weight: 700;
	color: var(--major);
	line-height: 20px;
}
.tabs .tabs_tab_panel .tabs_tab span{
	border-bottom: 1px dashed var(--light-2);
}
.tabs .tabs_tab_panel .tabs_tab.active,
.tabs .tabs_tab_panel .tabs_tab.active:hover span{
	border-bottom: none;
	color: var(--minor);
}
.tabs .tabs_tab_panel .tabs_tab.active span{
	border-bottom: none;
}
.tabs .tabs_tab_panel .tabs_tab:hover{
	cursor: pointer;
}
.tabs .tabs_tab_panel .tabs_tab:hover span{
	color: var(--major-dark);
	border-bottom: none;
}
.tabs .tabs_info_panel .tabs_info{
	height: 0px;
	position: relative;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.4s ease-in;
	-ms-transition: opacity 0.4s ease-in;
	-moz-transition: opacity 0.4s ease-in;
	-webkit-transition: opacity 0.4s ease-in;
}
.tabs .tabs_info_panel .tabs_info.active{
	height: auto;
	opacity: 1;
	overflow: visible;
	transition: opacity 0.4s ease-in;
	-ms-transition: opacity 0.4s ease-in;
	-moz-transition: opacity 0.4s ease-in;
	-webkit-transition: opacity 0.4s ease-in;
}
.tabs .tabs_info_panel .tabs_info.active p{
	margin: 0;
}
.tabs .tabs_info_panel #spec p {
	margin: 18px 0;
}
.tabs_el  .tabs_tab_panel {
	height: 40px;
}
.anchor-list {
	margin: 0;
	padding: 0;
}
.tabs_el .tabs_tab_panel .tabs_tab {
	display: block;
	float: left;
	font-size: 15px;
	padding: 9px 14px;
	cursor: pointer;
	font-weight: 700;
	line-height: 20px;
}
.tabs_el .tabs_tab:first-child {
	padding-left: 0;
}
.tabs_el .tabs_tab_panel .tabs_tab .anchor-link {
	color: var(--major);
	border-bottom: 1px dashed #cacaca;
}
div.review-tabs-container {
	font-size: 0;
	line-height: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
	margin-top: 10px;
}
div.review-tabs-container div.review-tab-first {

	text-align: center;
	float: left;
	width:215px;
}
div.review-tabs-container div.review-tab-second {
	overflow:hidden;
	white-space: nowrap;

	text-align: center;
}
div.review-tabs-container div.active {
	color: #000;
	border: 1px solid var(--major);
	border-bottom: none;
	padding: 10px 18px 0;
}
@media all and (max-width: 600px) {
	div.review-tabs-container div.review-tab-first, div.review-tabs-container div.review-tab-second {
		display: inline-block;
		float: none;
		width: auto;
	}
}
/*contacts*/
.info-point-panel {
	list-style: outside none none;
	margin: 16px 0 0 18px;
	padding: 0;
	width: 354px;
}
.info-point{
	position: relative;
	padding: 0 0 0 6px;
	margin: 0 0 8px;
}
a.info-item {
	text-decoration: none;
}
.info-point:before{
	background: url('/local/templates/smdoctor_inner/images/icons.png') no-repeat;
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 20px;
	left: -20px;
	top: 0px;
	opacity: 0.5;
}
.info-point-address:before{
	background-position: -192px -4px;
}
.info-point-phone:before{
	background-position: -192px -26px;
}
.info-point-time:before{
	background-position: -208px -4px;
	width: 16px;
}

.popup-time .jq-selectbox__select,
.popup-spec .jq-selectbox__select {
	background-color: #eaebef;
	height: 39px;
	width: 240px;
	box-sizing: border-box;
	font-family: 'OpenSans';
	margin: 0 auto;
	border-radius: 40px;
	padding-top: 8px;
	padding-left: 14px;
}
.jq-selectbox.popup-time,
.jq-selectbox.popup-spec {
	margin: 0 0 15px 0;
	height: 39px;
	width: auto;
}
.jq-selectbox.popup-time .jq-selectbox__dropdown,
.jq-selectbox.popup-spec .jq-selectbox__dropdown {
	max-width: 241px;
}
.jq-selectbox.popup-spec .jq-selectbox__dropdown ul {
	height: 290px;
}
.jq-selectbox.popup-time .jq-selectbox__dropdown ul {
	height: 196px;
}
.jq-selectbox.popup-time.small .jq-selectbox__dropdown ul {
	height: 113px;
}
.jq-selectbox.popup-time div.jq-selectbox__trigger-arrow,
.jq-selectbox.popup-spec div.jq-selectbox__trigger-arrow {
	top: 17px;
	border-left: 5.5px solid transparent;
	border-right: 5.5px solid transparent;
	border-top: 5px solid var(--major);
	width: auto;
	background: none;
	right: 15px;
}
.jq-selectbox.popup-time .jq-selectbox__select-text,
.jq-selectbox.popup-spec .jq-selectbox__select-text {
	text-align: left;
	color: #000;
	font-family: "OpenSans";
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
}
.jq-selectbox.popup-time .placeholder,
.jq-selectbox.popup-spec .placeholder {
	color: #b3b3b3;
}

#y-map {
	height: 460px;
}

/*@media screen and (max-width: 1024px) {*/
/*	.special_menu > ul, .child_menu > ul {*/
/*		margin-left: 20px;*/
/*	}*/

/*	.special_menu > .title.active, .child_menu > .title.active {*/
/*		margin-left: 20px;*/
/*	}*/
/*}*/

@media screen and (max-width: 320px) {
	h1 {
		font-size: 25px;
	}
}

@media screen and (max-width: 799px) {
	.special_menu > .title.active, .child_menu > .title.active {
		margin-left: 0;
	}

	.child_menu .title.active,
	.special_menu .title.active {
		background-color: var(--major);
		border-radius: 40px !important;
		padding-left: 30px !important;
	}

	.child_menu .title.active a span,
	.special_menu .title.active a span {
		color: #fff;
		padding: 5px;
		line-height: 1;
	}
	.special_menu .title.active span,
	.child_menu .title.active span {
		color: #fff;
	}
}

@media screen and (max-width: 375px) {
	.photo-gallery #cboxPrevious {
		left: -46px;
		transform: scale(.5);
	}

	.photo-gallery #cboxNext{
		right: -46px;
		transform: scale(.5);
	}

	.photo-gallery #cboxClose{
		right: -40px;
		transform: scale(.5);
	}
}


/* Список клиник, разводящая страница*/
.b-clinic {
	background: var(--light-2);
	text-decoration: none;
	width: 100%;
	display: flex;
	margin: 0 0 40px 0;
	border-bottom: 1px solid var(--light-2);
	transition: 0.3s;
	border-radius: 20px;
}


.b-clinic__title {
	margin: 16px 0 12px;
}

.b-clinic__title-link {
	font-size: 24px;
	text-decoration: none;
}

.b-clinic .b-clinic__title-link {
	color: var(--major);
}

.b-clinic .b-clinic-info {
	color: #636363;
}

.b-clinic:hover {
	background: var(--major);
	cursor: pointer;
	transition: 0.3s;
}

.b-clinic:hover .b-clinic__title-link {
	color: #f7f7f7;
}

.b-clinic:hover .b-clinic__sub-text {
	color: #f7f7f7;
}

.b-clinic:hover .b-clinic-info {
	color: #f7f7f7;
}

.b-clinic:hover .b-clinic__phone a {
	color: #f7f7f7;
}
.b-clinic.b-clinic_static:hover {
	background: #f7f7f7;
	cursor: pointer;
	transition: 0s;
}

.b-clinic.b-clinic_static:hover .b-clinic__title-link {
	color: var(--major);
}

.b-clinic.b-clinic_static:hover .b-clinic__sub-text {
	color: #000;
}

.b-clinic.b-clinic_static:hover .b-clinic-info {
	color: #636363;
}

.b-clinic.b-clinic_static:hover .b-clinic__phone a {
	color: var(--major);
}

.b-clinic__link {
	width: 229px;
	overflow: hidden;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 20px;
}

.b-clinic__sub-text {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 26px;
	color: #000;
}

.info .b-clinic__link-img {
	margin: 0;
}

.b-clinic__phone
{
	color: #636363;
	font-size: 14px;
	position: absolute;
	bottom: 15px;
}

.b-clinic__text {
	margin: 0 20px;
	flex-grow: 1;
	padding-bottom: 20px;
	position: relative;
}

.b-clinic-info {
	display: flex;
}

.b-clinic-info__address,
.b-clinic-info__timetable {
	width: 50%;
}

.b-clinic-info__item {
	margin-bottom: 10px;
	font-size: 14px;
}

.b-clinic__button-link {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	background: linear-gradient(180deg, #FFBF57 0%, #FFA30C 95.58%, #B47000 97.79%, #B47000 100%);
	border-bottom: #b77101;
	font-weight: bold;
	padding: 7px 40px;
	text-align: center;
	display: none;
}

@media only screen and (max-width: 620px) {
	.clinics-detail-doctors {
		flex-direction: column;
		align-items: center;
	}

	.clinics-detail-doctors__item {
		width: 85%;
	}

	.clinics-detail-diagnosis {
		margin-top: 30px;
	}

	.b-clinic {
		display: block;
	}

	.b-clinic:hover {
		cursor: default;
	}

	.b-clinic__text {
		margin-bottom: 32px;
	}

	.b-clinic__link {
		width: 100%;
		min-height: 180px;
	}

	.b-clinic .b-clinic-info {
		display: block;
	}

	.b-clinic__phone {
		color: #000;
		font-weight: bold;
		font-size: 20px;
		margin-bottom: 20px;
		position: initial;
	}

	.b-clinic__button-link {
		display: block;
	}

	.b-clinic__button-link:hover {
		cursor: pointer;
	}

	.b-clinic-info__address,
	.b-clinic-info__timetable {
		width: 100%;
	}

	.feedback_form_call {
		/*margin-top: 30px;*/
	}

	.wr_map .info_block {
		display: none;
	}

	.text-marker.balloon {
		display: block;
		left: 40%;
		top: -120%;
		background: #fff;
		padding: 15px;
	}
}

/* tabs, до этого были якоря */
.js-tab-panel {
	display: none;
}

.js-tab-panel.active {
	display: block;
}

.b-anchor-panel {
	display: flex;
	margin: 34px 0;
	position: relative;
}

.b-anchor-link {
	display: block;
	color: var(--major);
	font-size: 16px;
	font-weight: 700;
	margin-right: 30px;
	position: relative;
	cursor: pointer;
	border-bottom: 1px dashed #cbcbcb;
	text-decoration: none;
}

.b-anchor-link:hover,
.b-anchor-link.active
{
	color: var(--minor-dark);
	border: none;
	border-bottom: 1px dashed transparent;
}

.b-anchor-link:hover:after,
.b-anchor-link.active:after {
	display: block;
}

@media only screen and (max-width: 719px) {
	.b-anchor-link {
		color: #fff;
		width: calc(100% + 30px);
		background: var(--major);
		padding: 10px;
		margin: 0;
		border-bottom: 1px solid #fff;
		margin-left: -15px;
		margin-right: -15px;
	}

	.b-anchor-link:hover,
	.b-anchor-link.active
	{
		margin-left: -15px;
		margin-right: -15px;
		background: #416051;
		border-bottom: 1px solid #fff;
	}

	.b-anchor-link:after {
		display: none;
	}
	.b-anchor-link:hover::after,
   	.b-anchor-link.active::after {
		display: none;
	}
}

@media only screen and (max-width: 719px) {
	.b-anchor-panel {
		display: block;
	}
}

.metro_ico {
	border-radius: 50%;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px 1px;
}

.metro_ico.green {
	background: #009721;
}

.metro_ico.orange {
	background: #ffa30c;
}

.metro_ico.blue {
	background: #3330ca;
}

.metro_ico.gray {
	background: #999999;
}

.metro_ico.light_green {
	background: #82C0C0;
}

.metro_ico.pink {
	background: #800080;
}

.metro_ico.lighter_green {
	background: #99CC00;
}


/*contact detail page*/

.b-clinic-contacts .b-clinic-info__address,
.b-clinic-contacts .b-clinic-info__timetable {
	width: auto;
}

.b-clinic-contacts__info {
	display: flex;
	flex-wrap: wrap;
	background: var(--light-2);
	align-items: center;
	border-radius: 20px;
}

.b-clinic-contacts__img-wr {
	width: 440px;
	height: auto;
}

.b-clinic-contacts__img-wr .slick-slide {
	max-height: 280px;
	height: 100%;
}

img.b-clinic-contacts__img {
	margin: 0;
	max-width: 100%;
	border-radius: 20px;
}

.b-clinic-contacts__txt {
	width: 265px;
	padding: 20px;
}

.b-clinic-contacts__txt .b-clinic-info__address{
	font-weight: bold;
}

.b-callback-panel {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}

.b-banner-txt {
	margin: 28px 0;
}

.b-callback-panel {
	margin: 44px 0;
}

.b-callback-panel__txt {
	font-size: 18px;
}

.b-button {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	background-color: var(--major);
	border-bottom: var(--major);
	font-weight: bold;
	padding: 7px 40px;
	border-radius: 40px;
}

.b-button:hover {
	background-color: var(--major-dark);
	border-bottom: var(--major-dark);
}


.b-specialization-list {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
	list-style: none;
	padding: 0;
}

.b-specialization-list__item {
	position: relative;
	padding: 0 0 0 26px;
	margin: 0 0 10px 0;
}

.b-specialization-list__letter {
	position: absolute;
	left: 0;
	font-weight: bold;
}

.b-specialization-list__link {
	text-decoration: none;
}

.b-specialization-list__link:hover {
	text-decoration: underline;
}

.right_panel .info .related_topics {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin-block-start: .83em;
	margin-block-end: .83em;
}

#map_clinics {
	height: 535px;
	position: relative;
	z-index: 100;
}

.tabs_tab_panel.diagnos-tab,
.tabs_tab_panel--flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.tabs_tab_panel.diagnos-tab {
	padding: 25px 0;
}
@media all and (max-width:400px){
	.tabs_tab_panel.diagnos-tab {
		padding: 25px 0 85px 0;
	}
}
.tabs_tab_panel--flex {
	padding-bottom: 25px;
}

.doc-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.5px;
	padding-top: 30px;
}

.doc-item {
	display: flex;
	flex-direction: column;
	/*justify-content: space-between;*/
	text-align: center;
	width: 32%;
	margin: 0 0.5%;
	vertical-align: top;
	margin-bottom: 34px;
}

.b-spinner div:last-child{
	display: none;
}
.b-spinner div.active{
	display: block;
}

.wrapper {
	height: 100%;
}

.wrapper__box {
	min-height: 100%;
	overflow: hidden;
	padding: 130px 0 0;
}

@media all and (max-width: 1024px) {
	.wrapper__box {
		padding: 110px 0 0;
	}
}

.grecaptcha-badge {
	visibility: hidden !important;
}