

/* Start:/local/templates/smdoctor_inner/fonts/OpenSans/stylesheet.css?1710908209658*/
@font-face {
	font-family: 'OpenSans';
	src: url('/local/templates/smdoctor_inner/fonts/OpenSans/OpenSans-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('/local/templates/smdoctor_inner/fonts/OpenSans/OpenSans-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('/local/templates/smdoctor_inner/fonts/OpenSans/OpenSans-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('/local/templates/smdoctor_inner/fonts/OpenSans/OpenSans-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('/local/templates/smdoctor_inner/fonts/OpenSans/OpenSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

/* End */


/* Start:/local/templates/smdoctor_inner/style.css?171090820955552*/
/*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('/local/templates/smdoctor_inner/./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('/local/templates/smdoctor_inner/./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('/local/templates/smdoctor_inner/./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('/local/templates/smdoctor_inner/./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('/local/templates/smdoctor_inner/./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('/local/templates/smdoctor_inner/./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('/local/templates/smdoctor_inner/./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('/local/templates/smdoctor_inner/./images/soc/vk.png');
	background-position: center;
	background-repeat: no-repeat;
}
/*.footer .column .lnk_facebook{*/
/*	background: url('/local/templates/smdoctor_inner/./images/soc/socials_sm-klinika-ryazan.png') no-repeat;*/
/*	background-position: 2px -1px;*/
/*}*/
.footer .column .lnk_ok{
	background-image: url('/local/templates/smdoctor_inner/./images/soc/ok.png');
	background-position: center;
	background-repeat: no-repeat;
}
/*.footer .column .lnk_instagram{*/
/*	background: url('/local/templates/smdoctor_inner/./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('/local/templates/smdoctor_inner/./images/stores.png') no-repeat;
	margin-bottom: 7px;
	margin-top: 19px;
}
.lnk_app_store {
	background: url('/local/templates/smdoctor_inner/./images/stores.png') no-repeat;
	background-position-y: -33px;
}
.footer .column .lnk_instagram {
	background: url('/local/templates/smdoctor_inner/./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('/local/templates/smdoctor_inner/./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('/local/templates/smdoctor_inner/./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('/local/templates/smdoctor_inner/./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('/local/templates/smdoctor_inner/./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('/local/templates/smdoctor_inner/./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('/local/templates/smdoctor_inner/./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('/local/templates/smdoctor_inner/./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('/local/templates/smdoctor_inner/./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('/local/templates/smdoctor_inner/./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('/local/templates/smdoctor_inner/./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('/local/templates/smdoctor_inner/./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('/local/templates/smdoctor_inner/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('/local/templates/smdoctor_inner/./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(/local/templates/smdoctor_inner/./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;
}
/* End */


/* Start:/local/templates/smdoctor_inner/jquery.formstyler.min.css?171090820910220*/
.jq-checkbox{top:-1px;vertical-align:middle;width:16px;height:16px;margin:0 4px 0 0;border:1px solid #c3c3c3;border-radius:3px;background:#f5f5f5;background:-webkit-linear-gradient(#fff,#e6e6e6);background:linear-gradient(#fff,#e6e6e6);box-shadow:0 1px 1px rgba(0,0,0,.05),inset -1px -1px #fff,inset 1px -1px #fff;cursor:pointer}.jq-checkbox.checked .jq-checkbox__div{width:12px;height:12px;margin:2px 0 0 2px;border-radius:2px;background:#666;box-shadow:inset 0 -3px 6px #aaa}.jq-checkbox.focused{border:1px solid #08c}.jq-checkbox.disabled{opacity:.55}.jq-radio{top:-1px;vertical-align:middle;width:16px;height:16px;margin:0 4px 0 0;border-radius:50%;background:#fff;cursor:pointer}.jq-radio.checked .jq-radio__div{width:8px;height:8px;margin:4px 0 0 4px;border-radius:50%;background:#3c9871}.jq-radio.focused{border:1px solid #08c}.jq-radio.disabled{opacity:.55}.jq-file{width:270px;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.1)}.jq-file input{height:auto;line-height:1em;cursor:pointer}.jq-file__browse,.jq-file__name{font:14px/32px Arial,sans-serif;color:#333}.jq-file__name{overflow:hidden;box-sizing:border-box;width:100%;height:34px;border:1px solid #ccc;border-bottom-color:#b3b3b3;background:#fff;box-shadow:inset 1px 1px #f1f1f1;white-space:nowrap;text-overflow:ellipsis;padding:0 80px 0 10px;border-radius:4px}.jq-file__browse{position:absolute;top:1px;right:1px;padding:0 10px;border-left:1px solid #ccc;border-radius:0 4px 4px 0;background:#f5f5f5;background:-webkit-linear-gradient(#fff,#e6e6e6);background:linear-gradient(#fff,#e6e6e6);box-shadow:inset 1px -1px #f1f1f1,inset -1px 0 #f1f1f1,0 1px 2px rgba(0,0,0,.1);text-shadow:1px 1px #fff}.jq-file:hover .jq-file__browse{background:#e6e6e6;background:-webkit-linear-gradient(#f6f6f6,#e6e6e6);background:linear-gradient(#f6f6f6,#e6e6e6)}.jq-file:active .jq-file__browse{background:#f5f5f5;box-shadow:inset 1px 1px 3px #ddd}.jq-file.focused .jq-file__name{border:1px solid #5794bf}.jq-file.disabled,.jq-file.disabled .jq-file__browse,.jq-file.disabled .jq-file__name{border-color:#ccc;background:#f5f5f5;box-shadow:none;color:#888}.jq-number{position:relative;display:inline-block;vertical-align:middle;padding:0 36px 0 0}.jq-number__field{width:100px;border:1px solid #ccc;border-bottom-color:#b3b3b3;border-radius:4px;box-shadow:inset 1px 1px #f1f1f1,0 1px 2px rgba(0,0,0,.1)}.jq-number__field:hover,input[type=email].styler:hover,input[type=password].styler:hover,input[type=search].styler:hover,input[type=tel].styler:hover,input[type=text].styler:hover,input[type=url].styler:hover,textarea.styler:hover{border-color:#b3b3b3}.jq-number__field input{box-sizing:border-box;width:100%;padding:8px 9px;border:none;outline:none;background:0 0;font:14px Arial,sans-serif;color:#333;text-align:left;-moz-appearance:textfield}.jq-number__field input::-webkit-inner-spin-button,.jq-number__field input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.jq-number__spin{position:absolute;top:0;right:0;width:32px;height:14px;border:1px solid #ccc;border-bottom-color:#b3b3b3;border-radius:4px;background:#f5f5f5;background:-webkit-linear-gradient(#fff,#e6e6e6);background:linear-gradient(#fff,#e6e6e6);box-shadow:inset 1px -1px #f1f1f1,inset -1px 0 #f1f1f1,0 1px 2px rgba(0,0,0,.1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-shadow:1px 1px #fff;cursor:pointer}.jq-number__spin.minus{top:auto;bottom:0}.jq-number__spin:hover{background:#e6e6e6;background:-webkit-linear-gradient(#f6f6f6,#e6e6e6);background:linear-gradient(#f6f6f6,#e6e6e6)}.jq-number__spin:active,.jq-selectbox__select:active{background:#f5f5f5;box-shadow:inset 1px 1px 3px #ddd}.jq-number__spin.minus:after,.jq-number__spin:after{border-right:5px solid transparent;border-left:5px solid transparent}.jq-number__spin:after{content:'';position:absolute;left:11px;width:0;height:0;top:4px;border-bottom:5px solid #999}.jq-number__spin.minus:after{top:5px;border-top:5px solid #999;border-bottom:none}.jq-number__spin.minus:hover:after{border-top-color:#000}.jq-number__spin.plus:hover:after{border-bottom-color:#000}.jq-number.focused .jq-number__field{border:1px solid #5794bf}.jq-number.disabled .jq-number__field,.jq-number.disabled .jq-number__spin{border-color:#ccc;background:#f5f5f5;box-shadow:none;color:#888}.jq-number.disabled .jq-number__spin:after{border-bottom-color:#aaa}.jq-number.disabled .jq-number__spin.minus:after{border-top-color:#aaa}.jq-selectbox{vertical-align:middle;cursor:pointer;margin:0 17px 18px;width:170px;height:26px;line-height:14px}.max-height ul{max-height:300px}.jq-selectbox__select{height:26px;padding:0 36px 0 10px;background:#fff;font-size:16px;font-family:"ProximaNova-Regular"}.jq-selectbox.disabled .jq-selectbox__select{background:#f5f5f5}.jq-selectbox__select-text{display:block;overflow:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis;padding:6px 0;color:#999}.jq-selectbox .placeholder{color:#999}.jq-selectbox__trigger{position:absolute;top:0;right:0;width:34px;height:100%}.jq-selectbox__trigger-arrow{position:absolute;top:10px;right:6px;width:16px;height:10px;background:url(/local/templates/smdoctor_inner/./images/arow-bottom.png) no-repeat}.jq-selectbox:hover .jq-selectbox__trigger-arrow{border-top-color:#000}.jq-selectbox.disabled .jq-selectbox__trigger-arrow{border-top-color:#aaa}.jq-selectbox__dropdown{box-sizing:border-box;width:100%;margin:2px 0 0;padding:0;border:1px solid #ccc;border-radius:4px;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.2);font:14px/18px Arial,sans-serif}.jq-selectbox__search{margin:5px}.jq-selectbox__search input{box-sizing:border-box;width:100%;margin:0;padding:5px 27px 6px 8px;border:1px solid #ccc;border-radius:3px;outline:none;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;box-shadow:inset 1px 1px #f1f1f1;color:#333;-webkit-appearance:textfield}.jq-selectbox__search input::-webkit-search-cancel-button,.jq-selectbox__search input::-webkit-search-decoration{-webkit-appearance:none}.jq-selectbox__not-found{margin:5px;padding:5px 8px 6px;background:#f0f0f0;font-size:13px}.jq-select-multiple ul,.jq-selectbox ul{margin:0;padding:0}.jq-selectbox li{min-height:18px;padding:5px 10px 6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;color:#231f20}.jq-selectbox li.selected{background-color:#a3abb1;color:#fff}.jq-selectbox li:hover{background-color:#08c;color:#fff}.jq-selectbox li.disabled{color:#aaa}.jq-selectbox li.disabled:hover{background:0 0}.jq-selectbox li.optgroup{font-weight:700}.jq-selectbox li.optgroup:hover{background:0 0;color:#231f20;cursor:default}.jq-selectbox li.option{padding-left:25px}.jq-select-multiple{box-sizing:border-box;padding:1px;border:1px solid #ccc;border-bottom-color:#b3b3b3;border-radius:4px;background:#fff;box-shadow:inset 1px 1px #f1f1f1,0 1px 2px rgba(0,0,0,.1);font:14px/18px Arial,sans-serif;color:#333;cursor:default}.jq-select-multiple.focused{border:1px solid #5794bf}.jq-select-multiple.disabled{border-color:#ccc;background:#f5f5f5;box-shadow:none;color:#888}.jq-select-multiple li{padding:3px 9px 4px;list-style:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.jq-select-multiple li:first-child{border-radius:3px 3px 0 0}.jq-select-multiple li:last-child{border-radius:0 0 3px 3px}.jq-select-multiple li.selected{background:#08c;color:#fff}.jq-select-multiple li.disabled{color:#aaa}.jq-select-multiple li.selected.disabled,.jq-select-multiple.disabled li.selected{background:#ccc;color:#fff}.jq-select-multiple li.optgroup{font-weight:700}.jq-select-multiple li.option{padding-left:25px}input[type=email].styler,input[type=password].styler,input[type=search].styler,input[type=tel].styler,input[type=text].styler,input[type=url].styler,textarea.styler{padding:8px 9px;border:1px solid #ccc;border-bottom-color:#b3b3b3;border-radius:4px;box-shadow:inset 1px 1px #f1f1f1,0 1px 2px rgba(0,0,0,.1);font:14px Arial,sans-serif;color:#333}input[type=search].styler{-webkit-appearance:none}textarea.styler{overflow:auto}input[type=email].styler:focus,input[type=password].styler:focus,input[type=search].styler:focus,input[type=tel].styler:focus,input[type=text].styler:focus,input[type=url].styler:focus,textarea.styler:focus{border-color:#ccc;border-top-color:#b3b3b3;outline:none;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}button.styler,input[type=button].styler,input[type=reset].styler,input[type=submit].styler{overflow:visible;padding:8px 11px;border:1px solid #ccc;border-bottom-color:#b3b3b3;border-radius:4px;outline:none;background:#f5f5f5;background:-webkit-linear-gradient(#fff,#e6e6e6);background:linear-gradient(#fff,#e6e6e6);box-shadow:inset 1px -1px #f1f1f1,inset -1px 0 #f1f1f1,0 1px 2px rgba(0,0,0,.1);font:14px Arial,sans-serif;color:#333;text-shadow:1px 1px #fff;cursor:pointer}button.styler::-moz-focus-inner,input[type=button].styler::-moz-focus-inner,input[type=reset].styler::-moz-focus-inner,input[type=submit].styler::-moz-focus-inner{padding:0;border:0}button.styler:not([disabled]):hover,input[type=button].styler:not([disabled]):hover,input[type=reset].styler:hover,input[type=submit].styler:not([disabled]):hover{background:#e6e6e6;background:-webkit-linear-gradient(#f6f6f6,#e6e6e6);background:linear-gradient(#f6f6f6,#e6e6e6)}button.styler:not([disabled]):active,input[type=button].styler:not([disabled]):active,input[type=reset].styler:active,input[type=submit].styler:not([disabled]):active{background:#f5f5f5;box-shadow:inset 1px 1px 3px #ddd}button.styler[disabled],input[type=button].styler[disabled],input[type=submit].styler[disabled]{border-color:#ccc;background:#f5f5f5;box-shadow:none;color:#888}@media only screen and (max-width:1010px){.appointments_form_in_page .sel_clinic{width:100%}}
/* End */


/* Start:/local/templates/smdoctor_inner/colorbox.min.css?17109082092754*/
#colorbox{position:absolute}#cboxOverlay,#cboxWrapper,#colorbox{top:0;left:0;z-index:9999}#cboxWrapper{position:absolute;max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxBottomLeft,#cboxMiddleLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingGraphic,#cboxLoadingOverlay{position:absolute;top:0;left:0;width:100%;height:100%}#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0;background:#fff}#cboxContent,#cboxLoadedContent,#colorbox{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#fff 0 0}#cboxClose:active,#cboxNext:active,#cboxPrevious:active,#cboxSlideshow:active,#colorbox{outline:0}#cboxBottomLeft,#cboxBottomRight,#cboxTopLeft,#cboxTopRight{width:21px;height:21px}#cboxMiddleRight{width:21px}#cboxBottomCenter{height:21px}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{margin-bottom:28px}#cboxCurrent,#cboxTitle{position:absolute;bottom:4px;color:#949494}#cboxTitle{text-align:center;width:100%;left:0}#cboxCurrent{left:58px}#cboxLoadingOverlay{background:url(/local/templates/smdoctor_inner/images/loading_background.png) no-repeat center center}#cboxLoadingGraphic{background:url(/local/templates/smdoctor_inner/images/loading.gif) no-repeat center center}#cboxNext,#cboxPrevious{border:0;padding:0;margin:0;overflow:visible;background:0 0}#cboxSlideshow{width:auto}#cboxClose,#cboxSlideshow{border:0;padding:0;margin:0;overflow:visible;background:0 0}#cboxSlideshow{position:absolute;bottom:4px;right:30px;color:#0092ef}#cboxPrevious{background:url(/local/templates/smdoctor_inner/images/controls.png) no-repeat -75px 0;width:25px;height:25px}#cboxClose,#cboxNext,#cboxPrevious{position:absolute;text-indent:-9999px}#cboxNext{background:url(/local/templates/smdoctor_inner/images/controls.png) no-repeat -50px 0;width:25px;height:25px}#cboxClose{top:-31px;right:-26px;background:rgba(0,0,0,0) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAgklEQVQ4jZWSUQ3AIAwFawEteMITFrAwC9OChdvHaEKarS39Io/cEXiIiAhQgSoHAzRdFOAGZlYCdN5pevpcQSjZYICuYUryCW+brsSFI0kKdiQjDf9IzuBNMowg/0/MnXVy/8Q+WNSOC295LImqciUR7EpWmK7KSIaG7aTnJbmA8gDeh74dm1VbwQAAAABJRU5ErkJggg==) no-repeat 0 0;transform:rotate(0deg);transition-duration:.2s;width:16px;height:16px}#cboxClose:hover{transform:rotate(90deg)}.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight,.cboxIE #cboxTopCenter,.cboxIE #cboxTopLeft,.cboxIE #cboxTopRight{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)}
/* End */


/* Start:/local/templates/smdoctor_inner/select2.min.css?171090820913077*/
.select2-container{margin:0;position:relative;display:inline-block;vertical-align:top;height:40px}.select2-container,.select2-drop,.select2-search,.select2-search input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.select2-container .select2-choice{display:inline-block;padding:0 0 0 8px;overflow:hidden;position:relative;white-space:nowrap;line-height:40px;text-decoration:none;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:200px;height:42px;background-color:#eaebef;box-sizing:border-box;color:#000;font-family:'OpenSans';font-size:14px;font-weight:400;border-radius:3px}html[dir="rtl"] .select2-container .select2-choice{padding:0 8px 0 0}.select2-container.select2-drop-above .select2-choice{border-bottom-color:#999}.select2-container.select2-allowclear .select2-choice .select2-chosen{margin-right:42px}.select2-container .select2-choice>.select2-chosen{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float:none;width:auto}html[dir="rtl"] .select2-container .select2-choice>.select2-chosen{margin-left:26px;margin-right:0}.select2-container .select2-choice abbr{display:none;width:12px;height:12px;position:absolute;right:24px;top:8px;font-size:1px;text-decoration:none;border:0;cursor:pointer;outline:0}.select2-container.select2-allowclear .select2-choice abbr{display:inline-block}.select2-container .select2-choice abbr:hover{background-position:right -11px;cursor:pointer}.select2-drop-mask{border:0;margin:0;padding:0;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:9998;background-color:#fff;filter:alpha(opacity=0)}.select2-drop{width:100%;margin-top:-1px;position:absolute;z-index:9999;top:100%;background:#fff;color:#000;border:1px solid #aaa;border-top:0}.select2-drop.select2-drop-above{margin-top:1px;border-top:1px solid #aaa;border-bottom:0;border-radius:4px 4px 0 0;-webkit-box-shadow:0 -4px 5px rgba(0,0,0,.15);box-shadow:0 -4px 5px rgba(0,0,0,.15)}.select2-drop-active{border:1px solid #999;border-top:0}.select2-drop.select2-drop-above.select2-drop-active{border-top:1px solid #999}.select2-drop-auto-width{border-top:1px solid #aaa;width:auto}.select2-container .select2-choice .select2-arrow{position:absolute;top:17px;border-left:5.5px solid transparent;border-right:5.5px solid transparent;border-top:5px solid #3c9670;width:auto;background:0;right:16px}html[dir="rtl"] .select2-container .select2-choice .select2-arrow{left:0;right:auto;border-left:0;border-right:1px solid #aaa;border-radius:4px 0 0 4px}.select2-container .select2-choice .select2-arrow b{display:block;width:100%;height:100%}html[dir="rtl"] .select2-container .select2-choice .select2-arrow b{background-position:2px 1px}.select2-search{display:inline-block;width:100%;min-height:26px;margin:0;padding:4px 4px 0 4px;position:relative;z-index:10000;white-space:nowrap}.select2-search input{width:100%;height:auto !important;min-height:26px;padding:4px 20px 4px 5px;margin:0;outline:0;font-family:sans-serif;font-size:1em;border:1px solid #aaa;border-radius:0;-webkit-box-shadow:none;box-shadow:none;background:#fff url('/local/templates/smdoctor_inner/select2.png') no-repeat 100% -22px;background:url('/local/templates/smdoctor_inner/select2.png') no-repeat 100% -22px,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));background:url('/local/templates/smdoctor_inner/select2.png') no-repeat 100% -22px,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url('/local/templates/smdoctor_inner/select2.png') no-repeat 100% -22px,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url('/local/templates/smdoctor_inner/select2.png') no-repeat 100% -22px,linear-gradient(to bottom,#fff 85%,#eee 99%) 0 0}html[dir="rtl"] .select2-search input{padding:4px 5px 4px 20px;background:#fff url('/local/templates/smdoctor_inner/select2.png') no-repeat -37px -22px;background:url('/local/templates/smdoctor_inner/select2.png') no-repeat -37px -22px,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));background:url('/local/templates/smdoctor_inner/select2.png') no-repeat -37px -22px,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url('/local/templates/smdoctor_inner/select2.png') no-repeat -37px -22px,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url('/local/templates/smdoctor_inner/select2.png') no-repeat -37px -22px,linear-gradient(to bottom,#fff 85%,#eee 99%) 0 0}.select2-search input.select2-active{background:#fff url('/local/templates/smdoctor_inner/select2-spinner.gif') no-repeat 100%;background:url('/local/templates/smdoctor_inner/select2-spinner.gif') no-repeat 100%,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));background:url('/local/templates/smdoctor_inner/select2-spinner.gif') no-repeat 100%,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url('/local/templates/smdoctor_inner/select2-spinner.gif') no-repeat 100%,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url('/local/templates/smdoctor_inner/select2-spinner.gif') no-repeat 100%,linear-gradient(to bottom,#fff 85%,#eee 99%) 0 0}.select2-container-active .select2-choice,.select2-container-active .select2-choices{outline:0}.select2-dropdown-open .select2-choice{background-color:#eaebef}.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{border-top-color:transparent}.select2-dropdown-open .select2-choice .select2-arrow{background:transparent;filter:none}html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow{border-right:0}.select2-dropdown-open .select2-choice .select2-arrow b{background-position:-18px 1px}html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b{background-position:-16px 1px}.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.select2-results{max-height:200px;padding:0 0 0 4px;margin:4px 4px 4px 0;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-tap-highlight-color:rgba(0,0,0,0)}html[dir="rtl"] .select2-results{padding:0 4px 0 0;margin:4px 0 4px 4px}.select2-results ul.select2-result-sub{margin:0;padding-left:0}.select2-results li{list-style:none;display:list-item;background-image:none}.select2-results li.select2-result-with-children>.select2-result-label{font-weight:bold}.select2-results .select2-result-label{padding:3px 7px 4px;margin:0;cursor:pointer;min-height:1em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select2-results-dept-1 .select2-result-label{padding-left:20px}.select2-results-dept-2 .select2-result-label{padding-left:40px}.select2-results-dept-3 .select2-result-label{padding-left:60px}.select2-results-dept-4 .select2-result-label{padding-left:80px}.select2-results-dept-5 .select2-result-label{padding-left:100px}.select2-results-dept-6 .select2-result-label{padding-left:110px}.select2-results-dept-7 .select2-result-label{padding-left:120px}.select2-results .select2-highlighted{background:#3875d7;color:#fff}.select2-results li em{background:#feffde;font-style:normal}.select2-results .select2-highlighted em{background:transparent}.select2-results .select2-highlighted ul{background:#fff;color:#000}.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-ajax-error,.select2-results .select2-selection-limit{background:#f4f4f4;display:list-item;padding-left:5px}.select2-results .select2-disabled.select2-highlighted{color:#666;background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-disabled{background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-selected{display:none}.select2-more-results.select2-active{background:#f4f4f4 url('/local/templates/smdoctor_inner/select2-spinner.gif') no-repeat 100%}.select2-results .select2-ajax-error{background:rgba(255,50,50,.2)}.select2-more-results{background:#f4f4f4;display:list-item}.select2-container.select2-container-disabled .select2-choice{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container.select2-container-disabled .select2-choice .select2-arrow{background-color:#f4f4f4;background-image:none;border-left:0}.select2-container.select2-container-disabled .select2-choice abbr{display:none}.select2-container-multi .select2-choices{height:auto !important;height:1%;margin:0;padding:0 5px 0 0;position:relative;border:1px solid #aaa;cursor:text;overflow:hidden;background-color:#fff;background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(top,#eee 1%,#fff 15%);background-image:-moz-linear-gradient(top,#eee 1%,#fff 15%);background-image:linear-gradient(to bottom,#eee 1%,#fff 15%)}html[dir="rtl"] .select2-container-multi .select2-choices{padding:0 0 0 5px}.select2-locked{padding:3px 5px 3px 5px !important}.select2-container-multi .select2-choices{min-height:26px}.select2-container-multi.select2-container-active .select2-choices{border:1px solid #5897fb;outline:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.select2-container-multi .select2-choices li{float:left;list-style:none}html[dir="rtl"] .select2-container-multi .select2-choices li{float:right}.select2-container-multi .select2-choices .select2-search-field{margin:0;padding:0;white-space:nowrap}.select2-container-multi .select2-choices .select2-search-field input{padding:5px;margin:1px 0;font-family:sans-serif;font-size:100%;color:#666;outline:0;border:0;-webkit-box-shadow:none;box-shadow:none;background:transparent !important}.select2-container-multi .select2-choices .select2-search-field input.select2-active{background:#fff url('/local/templates/smdoctor_inner/select2-spinner.gif') no-repeat 100% !important}.select2-default{color:#999 !important}.select2-container-multi .select2-choices .select2-search-choice{padding:3px 5px 3px 18px;margin:3px 0 3px 5px;position:relative;line-height:13px;color:#333;cursor:default;border:1px solid #aaa;border-radius:3px;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#e4e4e4;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#f4f4f4',GradientType=0);background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(to bottom,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%)}html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice{margin:3px 5px 3px 0;padding:3px 18px 3px 5px}.select2-container-multi .select2-choices .select2-search-choice .select2-chosen{cursor:default}.select2-container-multi .select2-choices .select2-search-choice-focus{background:#d4d4d4}.select2-search-choice-close{display:block;width:12px;height:13px;position:absolute;right:3px;top:4px;font-size:1px;outline:0;background:url('/local/templates/smdoctor_inner/select2.png') right top no-repeat}html[dir="rtl"] .select2-search-choice-close{right:auto;left:3px}.select2-container-multi .select2-search-choice-close{left:3px}html[dir="rtl"] .select2-container-multi .select2-search-choice-close{left:auto;right:2px}.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover{background-position:right -11px}.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close{background-position:right -11px}.select2-container-multi.select2-container-disabled .select2-choices{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{padding:3px 5px 3px 5px;border:1px solid #ddd;background-image:none;background-color:#f4f4f4}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{display:none;background:0}.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match{text-decoration:underline}.select2-offscreen,.select2-offscreen:focus{clip:rect(0 0 0 0) !important;width:1px !important;height:1px !important;border:0 !important;margin:0 !important;padding:0 !important;overflow:hidden !important;position:absolute !important;outline:0 !important;left:0 !important;top:0 !important}.select2-display-none{display:none}.select2-measure-scrollbar{position:absolute;top:-10000px;left:-10000px;width:100px;height:100px;overflow:scroll}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:2dppx){.select2-search input,.select2-search-choice-close,.select2-container .select2-choice abbr,.select2-container .select2-choice .select2-arrow b{background-image:url('/local/templates/smdoctor_inner/select2x2.png') !important;background-repeat:no-repeat !important;background-size:60px 40px !important}.select2-search input{background-position:100% -21px !important}}
/* End */


/* Start:/css/jquery.bxslider.css?17109082093812*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
	/*left: 20px;*/
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

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

/* LOADER */

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

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/css/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: -7px;
	background: url(/css/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

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

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/css/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/css/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.contacts-detail .bx-wrapper .bx-prev {
	left: -40px;
}

.contacts-detail .bx-wrapper .bx-next {
	right: -40px;
}
/* End */


/* Start:/local/templates/smdoctor_inner/jquery-ui.min.css?171090820916686*/
.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center;color:#3b9670}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-multi .ui-datepicker-group,.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-widget{font-family:Segoe UI,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Segoe UI,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;box-shadow:1px 2px 3px 1px #ddd;background:#fff;color:#000}.ui-widget-content a,.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header,.ui-widget-header .ui-state-default{background:#fff;font-weight:700;color:#000}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#eee;text-decoration:none}.ui-state-active,.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-active,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-active,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{background:#3b9670;font-weight:700;color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{background:#eee;color:#3b9670}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#2e7db2}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #ffb73d;background:#ffc73d url(/local/templates/smdoctor_inner/images/ui-bg_glass_40_ffc73d_1x400.png) 50% 50% repeat-x;color:#111}.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text{color:#111}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(/local/templates/smdoctor_inner/images/ui-icons_cccccc_256x240.png)}.ui-widget-header .ui-icon{background-image:url(/local/templates/smdoctor_inner/images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(/local/templates/smdoctor_inner/images/ui-icons_cccccc_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(/local/templates/smdoctor_inner/images/ui-icons_ffffff_256x240.png)}.ui-state-active .ui-icon{background-image:url(/local/templates/smdoctor_inner/images/ui-icons_222222_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(/local/templates/smdoctor_inner/images/ui-icons_4b8e0b_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/local/templates/smdoctor_inner/images/ui-icons_a83300_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-first,.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-left-radius:6px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-right-radius:6px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-left-radius:6px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-right-radius:6px}.ui-widget-overlay{background:#5c5c5c url(/local/templates/smdoctor_inner/images/ui-bg_flat_50_5c5c5c_40x100.png) 50% 50% repeat-x;opacity:.8;filter:Alpha(Opacity=80)}.ui-widget-shadow{margin:-7px 0 0 -7px;padding:7px;background:#ccc url(/local/templates/smdoctor_inner/images/ui-bg_flat_30_cccccc_40x100.png) 50% 50% repeat-x;opacity:.6;filter:Alpha(Opacity=60);border-radius:8px}
/* End */


/* Start:/local/templates/smdoctor_inner/slick.css?17109082091897*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

@media all and (max-width: 440px) {
	.slick-slider {
		width: 100%;
	}
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    border-radius: 20px;
    overflow: hidden;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/js/fancybox/jquery.fancybox.css?17109082105254*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

/*.fancybox-inner {
	overflow: hidden;
}*/

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
	background-image: url('/js/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/js/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 33px;
	height: 33px;
	cursor: pointer;
	z-index: 8040;
	background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAgklEQVQ4jZWSUQ3AIAwFawEteMITFrAwC9OChdvHaEKarS39Io/cEXiIiAhQgSoHAzRdFOAGZlYCdN5pevpcQSjZYICuYUryCW+brsSFI0kKdiQjDf9IzuBNMowg/0/MnXVy/8Q+WNSOC295LImqciUR7EpWmK7KSIaG7aTnJbmA8gDeh74dm1VbwQAAAABJRU5ErkJggg==") no-repeat scroll 0 0;
	transform: rotate(0deg);
	transition-duration: 0.2s;
}
.fancybox-close:hover {
    color: #ff4e41;
    transform: rotate(90deg);
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/js/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/js/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/js/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/js/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/css/youtube.min.css?1710908209771*/
.youtube{background-color:#000;margin-bottom:30px;position:relative;padding-top:56.25%;overflow:hidden;cursor:pointer;width:100%}.youtube img{width:100%;top:-16.82%;left:0;opacity:.7}.youtube .play-button{width:90px;height:60px;background-color:#333;box-shadow:0 0 30px rgba(0,0,0,0.6);z-index:1;opacity:.8;border-radius:6px}.youtube .play-button:before{content:"";border-style:solid;border-width:15px 0 15px 26px;border-color:transparent transparent transparent #fff}.youtube img,.youtube .play-button{cursor:pointer}.youtube img,.youtube iframe,.youtube .play-button,.youtube .play-button:before{position:absolute}.youtube .play-button,.youtube .play-button:before{top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.youtube iframe{height:100%;width:100%;top:0;left:0}
/* End */


/* Start:/css/media.css?173019152114319*/
#mobileToolbar {
  bottom: 0;
  height: 60px;
  position: fixed;
  width: 100%;
  z-index: 900;
  display: none;
}
#mobileToolbar a {
  color: #fff;  
  font-size: 17px;
  font-weight: bold;
  height: 100%;
  line-height: 65px;
  text-align: center;
  width: 50%;
  display: block;
}
#mobileToolbar .right-bottom {
	float: left;	
	text-decoration: none;
	background-color: var(--major);
}
#mobileToolbar .left-bottom {
	float: left;
	text-decoration: none;
	background-color: #FE8B4B;
}
#mobileToolbar .right-bottom > div {
  clear: both;
  margin: 0 auto;
  width: 160px;
}

.table_pdf_price a {
  background: url("/upload/Adobe_PDF.png") no-repeat scroll center left;
  display: block;
  background-size: 20px;
  padding: 5px 0 5px 25px;
}
.table_pdf_price .table_title {
  color: var(--major);
  font-size: 20px;
  font-weight: bold;
padding-top: 10px;
}
.table_pdf_price td {
  font-size: 18px;
  padding: 5px;
}
.table_pdf_price .table_line {
  border-bottom: 1px solid var(--major);
}
/*.spoiler-name {
    border-bottom: 1px dashed #cacaca;
    cursor: pointer;
    font-size: 20px;
	font-family: "ALSSchlangesans-Bold";
}*/
.spoiler-name {
  border-bottom: 1px dashed #cacaca;
  color: var(--major);
  cursor: pointer;
  font-size: 17px;
  margin-left: 20px;
}
.spoiler-content {
	display: none;
    margin-bottom: 20px;
}
.spoiler-name.active {
    border-bottom: none;
}
/*.spoiler-name:hover, .spoiler-name.active {
}*/
.reference div {
  float: left;
  width: 49%;
}
.title_reference {
  color: var(--major);
  font-weight: bold;
}
.spoiler-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.soon {
  background-color: #3a6a57;
  height: 200px;
  margin-top: 3px;
  text-align: center;
  width: 100%;
}
.separator {
  border-top: 1px solid #999;
  margin-bottom: 12px;
}
.guarantee, .guarantee_spravka, .guarantee_diagnosis  {
  color: #636363;
  font-size: 14px;
  margin: 12px 0;
}
#toolbar {
    background-color: #f04a4a;
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    height: 34px;
    left: 0;
    padding: 4px 20px;
    position: fixed;
    right: 20px;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2000;
}
#toolbar div {
    color: #fff;
}
#toolbar a {
    color: #fff;
    text-decoration: underline;
}
#toolbar a:hover {
    color: #fff;
    text-decoration: underline;
}
.coupon_top {
  /*background: url('/upload/pt.jpg') repeat-x center center;*/
  width: 100%;
  height: 100px;
}
.coupon_top a {
  width: 1004px;
  height: 100px;
  margin: 0 auto;
  /*background: url('/upload/smdoctor.welcome.png') no-repeat center center;*/
  display: block;
}

.teethnocry {
  background: url('/upload/teethnocry_bg.jpg') repeat-x center center;
  width: 100%;
  height: 100px;
}
.teethnocry a {
  width: 1004px;
  height: 100px;
  margin: 0 auto;
  background: url('/upload/teethnocry.png') no-repeat center center;
  display: block;
}
.img-sign {
	margin-bottom: 10px;
}
.img-sign.right {
	float: right;
}
.img-sign.left {
	float: left;
}
.img-sign div {
  font-size: 13px;
  text-align: center;
}
.btn-block {
	background: url("/images/bg_btn_block.png") repeat scroll 0 0;
	border: 1px solid #3e6f5b;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	padding: 20px 30px 0px 30px;
	color: #fff;
	font-weight: bold;
	margin: 20px 0;
}
.btn-block > div {
	width: 50%;
	display: flex;
}
.btn-block > div > div {
	margin-top: 14px;
	margin-right: 10px;
	width: 256px;
}
.btn-block > div span {
	display: block;
	background: url("/images/ico_bg_btn.png") no-repeat scroll 0 0;
	width: 76px;
	height: 79px;
}
.btn-block > div span::before {
	background: url("/images/ico_sprite_btn_block.png") no-repeat scroll center 8px;
	width: 52px;
	height: 52px;
	display: block;
	content: '';
}
.btn-block > div span.ico-time::before {
	background-position: center 8px;
}
.btn-block > div span.ico-razrez::before {
	background-position: center -142px;
}
.btn-block > div span.ico-stac::before {
	background-position: center -42px;
}
.btn-block > div span.ico-narkoz::before {
	background-position: center -189px;
}
.btn-block > div span.ico-price::before {
	background-position: center -88px;
}
.btn-block > div span.ico-procol::before {
	background-position: center -240px;
}
.btn-block > div span.ico-anastezia::before {
	background-position: center -289px;
}
.btn-block > div span.ico-chpric::before {
	background-position: center -340px;
}
.btn-block > div span.ico-pipetca::before {
	background-position: center -385px;
}
.btn-block > div span.ico-endo::before {
	background-position: center -436px;
}
.items-survey.discount-num::before {
	position: absolute;
	content: attr(data-num);
	display: block;
	background: url('/images/ico-discount-num.png') no-repeat 0 0;
	right: -40px;
	height: 80px;
	width: 80px;
	bottom: -30px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding-top: 28px;
	color: #fff;
}
@media (max-width: 768px) {
	.top-b {
		width: 100%;
	}
	.coupon_top a {
	  width: 320px;
	  /*background: url('/upload/smdoctor.welcome_m.jpg') no-repeat center center;*/
	}
	.teethnocry a {
	  width: 320px;
	  background: url('/upload/teethnocry_m.jpg') no-repeat center center;
	}
	.soon { height: initial; }
	#toolbar {
	  height: initial;
	  padding: 0;
    font-size: 11px;
    line-height: 12px;
	}
  	.btn-block {
		display: block;
	}
	.btn-block > div {
		width: 100%;
	}
	.btn-block > div > div {
		margin-right: 0;
		width: inherit;
  }
  .items-survey.discount-num::before {
    right: -8px;
  }
}
/*#call-btn {position: absolute;right: 10px;z-index: 1000;}
.img-circle{background-color:#01875f;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #01875f;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#01875f;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url('/images/callico.png');background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
.rotate360 {
    transition: transform 1s;
    transform: rotate(760deg)
}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
*/

.head_panel .search {
  margin: 12px 25px 10px 32px;
}
.head_panel .feedback_panel .item .lc {
  padding: 15px 10px 15px 28px;
  background: url("/images/lc.png") no-repeat scroll 10px center;
}
.head_panel .feedback_panel .item .lc:hover {
  background: #59a083 url("/images/lc.png") no-repeat scroll 10px center;
}
.two-button-block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}
.two-button-block > a {
    display: flex;
    display: table;
    height: 110px;
    text-align: center;
    width: 367px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
}
.two-button-block > a > span {
    display: table-cell;
    vertical-align: middle;
}
.two-button-block > a:hover {
    opacity: 0.9;
}
.two-button-block .left-button {
    background: url("/local/templates/smdoctor_inner/images/clinics/btn_orange_left.png") no-repeat scroll 0 0;
    margin-right: 10px;
}
.two-button-block .right-button {
    background: url("/local/templates/smdoctor_inner/images/clinics/btn_orange_right.png") no-repeat scroll 0 0;
}


.services-form.offers {
	background: url('/images/bg_form_offers.jpg') no-repeat scroll center 0;
	width: 528px;
	height: 283px;
	margin: 0 auto;
	border: 2px solid #3cb4c8;
	position: relative;
}
.services-form.offers .title-form {
	color: var(--major);
	text-align: center;
	margin: 14px 0;
	font-size: 24px;
	font-weight: bold;
}
.services-form.offers .sub-title-form {
	color: #3cb4c8;
	text-align: center;
	font-size: 13px;
	margin-top: 25px;
	position: absolute;
	width: 100%;
	bottom: 10px;
}
.services-form.offers input[type="text"], .services-form.offers input[type="tel"] {
	border: 1px solid #3e6f5b;
	margin: 0 auto;
	border-radius: 3px;
	padding: 10px;
	font-size: 14px;
	display: block;
	margin-bottom: 14px;
	width: 240px;
}
.services-form.offers .btn-submit input {
	background: url('/images/btn_form_offers.jpg') no-repeat scroll 0 0;
	width: 260px;
	height: 44px;
	border: 0 none;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0px;
}
.services-form.offers .btn-submit input:hover {
	opacity: 0.9;
}
.services-form.offers input.not_valid {
	color: red;
	border: 1px solid red;
}
.services-form.offers .accept-message {
	text-align: center;
	margin: 20px;
}
.progress {
	background: url("/bitrix/panel/main/images_old/wait.gif") no-repeat scroll center 0;
	width: 100%;
	height: 19px;
	display: none;
}
.night-text {
  line-height: 20px;
  padding-top: 20px;
  color: #000;
  font-size: 13px;
}
.night-text span, .night-text b {
    font-weight: bold;
}
.text-field.error {
	color: red;
	border: 1px solid red;
}
.items-survey {
	padding: 10px 10px 10px 15px;
	margin-bottom: 10px;
	position: relative;
}
.items-survey.items-survey-gray {
  background-color: #eaeae2;
  border-radius: 10px;
}

.items-survey.items-survey-gray-line {
  border: 1px solid #eaeae2;
  border-radius: 10px;
}
.contract-block {
	display: flex;
}
.contract-block div {
	width: 50%;
}
.contract-block img {
	margin-right: 10px;
}
@media (max-width: 768px) {
    .two-button-block .left-button {
        background-size: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .two-button-block .right-button {
        background-size: 100%;
    }
    .services-form.offers {
    	width: 100%;
    }
	.popup {
		padding: 10px;
	}
	.popup_text_bottom {
		width: inherit;
	}
	.msg_leaving .pa_button {
		width: 80%;
	}
	.contract-block {
		display: initial;
	}
	.contract-block div {
		width: initial;
	}
}
.footer .column .menu a:hover{
	text-decoration: none;
}
/*.wr_header {
  background: url("/images/2016/pat1.png") repeat-x scroll center 128px, url("/images/2016/balls2.jpg") no-repeat scroll center 0;
}*/

/*.wr_slide_panel {
  background: url('/images/2016/ymon.jpg') no-repeat scroll center 0;
}*/

/* End */


/* Start:/local/templates/smdoctor_inner/root.css?1710908209348*/
:root {
    --major: #13AB7B;
    --major-dark: #28926E;
    /*--major-light: #DBF0E9;*/
    --minor: #FE8B4B;
    --minor-dark: #e57d43;
    /*--minor-light: #FFDBC7;*/
    --light: #f6f8f7;
    --light-2: #DBF0E9;
    --light-3: #FFDBC7;
    --extra: #fe8b4c;
    --extra-dark: #e77d41;
    --grey: #F3F5D6;
    --grey-2: #F6F8F7;
}
/* End */


/* Start:/local/templates/smdoctor_inner/fix.css?17212843355965*/
.int_b img,
.tabs_info.active > p + a img,
.detail_picture {
    border-radius: 20px;
    width: 100%;
    height: auto;
}


.preview_picture {
    border-radius: 20px !important;
}

.footer .contact .soc__stores{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer .contact .soc__stores a {
    width: 46%;
}
@media all and (max-width:768px) {
    .footer .contact .soc__stores a {
        width: 37%;
    }
}
.phone {
    margin-bottom: 20px;
}

@media only screen and (max-width: 799px) {
    .wr_content > .content {
        padding: 0 !important
    }
}

.info {
    box-sizing: border-box;
    width: 100%;
}
.info .btn{
  display: inline-block;
  text-decoration: none;
  background: #13AB7B;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  line-height: 36px;
  padding: 0 40px;
  margin: 10px 0;
}
.info .btn:hover{
background:#28926E;
}
.list {
    list-style-type: none;
    padding-left: 10px;
}

.question-online-mainform .flex {
    column-gap: 20px;
}

.vyzovvracha_form_in_page {
    padding: 30px;
}

.appointments-list.appointments-list-vyzovvracha {
    display: grid;
    grid-template-columns: 30% 30% 35%;
    column-gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}
.form-row-sbm-vyzovvracha > .agree-text {
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphenate-limit-chars: 6 3 2;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 2;
    -webkit-hyphenate-limit-chars: 6 3 2;
    -moz-hyphenate-limit-chars: 6 3 2;
    -ms-hyphenate-limit-chars: 6 3 2;
}

.form-row-sbm-vyzovvracha .submit {
    margin-right: 20px;
    min-height: 42px;
}

.label-wrapper-vyzovvracha,
.label-vyzovvracha {
    width: auto !important;
    padding: 0 !important;
}

@media only screen and (max-width: 1100px) {
    .appointments-list.appointments-list-vyzovvracha {
        grid-template-columns: 1fr 1fr;
    }

    .form-row-sbm-vyzovvracha {
        grid-column-start: 2;
    }

    .form-row-sbm-vyzovvracha .submit {
        order: 2;
        margin-right: 0;
        margin-left: 20px;
    }
    .appointments-list-vyzovvracha + .text {
        text-align: left;
    }
}

@media only screen and (max-width: 800px) {
    .vyzovvracha_form_in_page {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 910px) {
    .appointments-list.appointments-list-vyzovvracha {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
    .form-row-sbm-vyzovvracha {
        grid-column-start: 1;
    }
    .appointments-list .form-row-vyzovvracha {
        margin-bottom: 15px;
    }

    .form-row-sbm-vyzovvracha {
        margin-top: 10px !important;
    }

    .form-row-sbm-vyzovvracha .submit {
        margin-left: 0;
        width: 100%;
        order: 1;
    }

    .form-row-sbm-vyzovvracha .agree-text {
        order: 2;
    }

}

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

    .vyzovvracha_form_in_page {
        padding: 20px;
    }

    .appointments-list-vyzovvracha + .text{
        text-align: center;
    }
}



.ymaps-2-1-79-image  {
    background-position: center;
    background-repeat: no-repeat;
    height: 55px;
}

.ymaps-2-1-79-map ymaps {
    border-radius: 20px;
}

.clinic_info .image {
    border-radius: 20px;
}

.fancybox-opened .fancybox-skin,
.preview_picture{
    border-radius: 20px !important;
}

.main-title {
    margin: 13px 0 13px 0;
}

.int_b > img {
    border-radius: 20px;
}

@media all and (max-width:360px){
    .int_b > img {
       width: 100%;
        height: auto;
        display: block;
    }

}

.lnk_google_play {
    margin: 0 !important;
}

.wr_info .info {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
}

.new-container .list-team {
    padding: 0;
}

.new-container .list-team .title-num {
    min-width: 41px;
}

.ap-form-calendar__time div,
.ap-form-map__toggle,
.ap-form-calendar,
.ap-form-result,
.ap-form-result__right,
.ap-form-result__left,
.ap-form-contacts__box,
.ap-form-contacts__input,
.ap-form-contacts__phone input,
.ap-form-contacts__submit button {
    border-radius: 20px;
}

.ap-form-contacts__submit button:hover {
    background-color: var(--major-dark);
}

@media all and (max-width:480px){
    .tabs .tabs_tab_panel .tabs_tab {
        margin: 0px 30px -10px -10px !important;
    }
    .wr_content .right_panel .info h1.service-title {
        font-size: 20px !important;
    }
}

.question-online-mainform > .flex {
    column-gap: 20px;
}

.wr_footer {
    padding-bottom: 50px !important;
}

.footer .info3 {
    margin: 0 auto;
}


@media all and (min-width:1500px){
    #button-up {
        left: 94% !important;
        bottom: 20px !important;
        z-index: 1035 !important;
    }
}

@media all and (max-width:1500px){
    #button-up {
        left: 91.7% !important;
        bottom: 20px !important;
        z-index: 1035 !important;
    }
}

@media all and (max-width:1300px){
    #button-up {
        left: 90.7% !important;
    }
}

@media all and (max-width:1150px){
    #button-up {
        left: 89.7% !important;
    }
}
@media all and (max-width:1050px){
    #button-up {
        left: 88.7% !important;
    }
}

@media all and (max-width:400px){
    #button-up {
        left: 82.7% !important;
        bottom: 80px !important;
    }

    .doc-item {
        width: 49% !important;
    }
}

.wr_content .content {
    padding: 30px 15px 65px;
}
.sub-title-menu {
    color: black;
    text-transform: none;
    border-bottom: 1.5px solid var(--major);
    padding-bottom: 16px;
}

.services-pic,
.right_panel {
    border-radius: 20px;
}

.services-image-wrapper {
    opacity: 0.2;
}

@media only screen and (max-width: 1010px) {
    .footer .column-wrapper {
        padding: 0;
    }
}


@media only screen and (max-width: 480px) {
    .footer .column-wrapper {
        padding: 0;
    }

    .navService {
        gap: 0;
        left: 20px;
    }
}
/* End */


/* Start:/css/header.min.css?171090820918358*/
.alert-toolbar{display:none}.show-alert-toolbar .alert-toolbar{display:block;position:fixed;top:0;left:0;right:0;z-index:111;color:#fff;background:#B90B06;font-size:16px;text-align:center}.show-alert-toolbar .alert-toolbar__wrap{max-width:1430px;padding:0 15px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:70px;margin:0 auto}.show-alert-toolbar .alert-toolbar a{display:block;text-decoration:none;color:inherit}@media all and (max-width: 768px){.show-alert-toolbar .alert-toolbar{font-size:14px;line-height:16px}}@media all and (max-width: 480px){.show-alert-toolbar .alert-toolbar{font-size:12px;line-height:14px}}.show-alert-toolbar .header{padding-top:176px}.show-alert-toolbar .header__top{top:70px}@media all and (max-width: 1024px){.show-alert-toolbar .header{padding-top:0;padding-bottom:144px}.show-alert-toolbar .header__search{top:138px}}.show-alert-toolbar .wrapper__box{padding-top:290px}.header{background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:fixed;top:0;left:0;width:100%;z-index:102;padding-top:80px;-webkit-transition:0.2s;-o-transition:0.2s;-moz-transition:0.2s;transition:0.2s}.header *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:0.2s;-o-transition:0.2s;-moz-transition:0.2s;transition:0.2s}.header.alert{top:50px}.header__wrap{position:relative;max-width:1430px;padding:0 15px;margin:0 auto}.header__box{max-width:1430px;height:80px;margin:0 auto;padding:0 15px 0 300px}.header__menu{padding-left:270px}.header__alert+.header__top{top:50px}.header__top{position:fixed;top:0;left:0;width:100%;color:#000;z-index:11}.header__top .header__box{position:relative}.header__logo{position:absolute;top:0;left:15px;width:244px;height:92px}.header__logo img{position:absolute;top:22px;left:0;display:block;width:208px;z-index:5}.header__bot{width:100%;-webkit-box-shadow:0px 10px 20px rgba(40,146,110,0.2);-moz-box-shadow:0px 10px 20px rgba(40,146,110,0.2);box-shadow:0px 10px 20px rgba(40,146,110,0.2);background-color:var(--grey-2)}.header__toolbar{height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.header__contacts{position:relative;font-size:16px;padding:0 0 0 35px;width:290px}.header__contacts:before{position:absolute;top:50%;left:0;margin:-17px 0 0 0;height:34px;width:34px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTkuOTc2YS43NDguNzQ4IDAgMTAwLTEuNDk2Ljc0OC43NDggMCAwMDAgMS40OTZ6IiBmaWxsPSIjM0I5NjcwIi8+PHBhdGggZD0iTTEwLjkwNSAwSDIuMjc0QTIuMjc2IDIuMjc2IDAgMDAwIDIuMjc0djE3LjQ1MkEyLjI3NiAyLjI3NiAwIDAwMi4yNzQgMjJoOC42M2EyLjI3NiAyLjI3NiAwIDAwMi4yNzQtMi4yNzRWMi4yNzRBMi4yNzYgMi4yNzYgMCAwMDEwLjkwNSAwek0xLjQ2NyA0LjQ1aDEwLjI0NVYxNi42NkgxLjQ2N1Y0LjQ1em0uODA3LTIuOTgzaDguNjNjLjQ0NiAwIC44MDguMzYyLjgwOC44MDd2LjcwOUgxLjQ2N3YtLjcxYzAtLjQ0NC4zNjItLjgwNi44MDctLjgwNnptOC42MyAxOS4wNjZoLTguNjNhLjgwOC44MDggMCAwMS0uODA3LS44MDd2LTEuNTk4aDEwLjI0NXYxLjU5OGEuODA4LjgwOCAwIDAxLS44MDcuODA3eiIgZmlsbD0iIzNCOTY3MCIvPjwvc3ZnPg==") 50% 50% no-repeat;content:''}.header__call{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.header__call .header__en{display:none}.header__phone,.header__caption{display:inline-block;vertical-align:middle}.header__caption{color:#909090;font-size:12px}.header__phone{white-space:nowrap}.header__phone *{display:inline;color:#000;text-decoration:none;font-size:24px;font-weight:800}.header__phone .phone a{color:#000}.header__lk{text-decoration:none;color:#000;font-size:14px;white-space:nowrap;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;padding:0 16px;line-height:44px;height:44px;margin:0 15px 0 10px;border:1px solid #D0D0D0}.header__lk:hover div{text-decoration:underline}.header__lk div>div{display:inline}.header__lk i{display:inline-block;width:19px;height:20px;vertical-align:middle;margin:0 10px 0 0;-ms-flex-negative:0;flex-shrink:0;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzVfMjAyOSIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjgiIGZpbGw9IiMyMzJGMzciLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzVfMjAyOSkiPgo8cGF0aCBkPSJNMTEuMjIwNCAzLjE5OTY4QzExLjIyMDQgNC45NjY4NCA5Ljc4Nzg0IDYuMzk5MzYgOC4wMjA3MyA2LjM5OTM2QzYuMjUzNjEgNi4zOTkzNiA0LjgyMTA0IDQuOTY2OCA0LjgyMTA0IDMuMTk5NjhDNC44MjEwNCAxLjQzMjU2IDYuMjUzNjEgMCA4LjAyMDczIDBDOS43ODc4NCAwIDExLjIyMDQgMS40MzI1NiAxMS4yMjA0IDMuMTk5NjhaIiBmaWxsPSIjMjMyRjM3Ii8+CjxwYXRoIGQ9Ik0xMC4zNDUgNy40MDIzNEM5LjY1MzkgNy43ODYzMSA4Ljg2NDY2IDguMDAzODkgOC4wMTk5NSA4LjAwMzg5QzcuMTc5NSA4LjAwMzg5IDYuMzg1OTYgNy43ODYzMSA1LjY5NDg2IDcuNDAyMzRDMy4zMTQzIDguMzMyNCAxLjYyNSAxMC42NDQ3IDEuNjI1IDEzLjM1MzhDMS42MjUgMTYuODgyIDE0LjQwNjggMTYuODgyIDE0LjQwNjggMTMuMzUzOEMxNC40MTExIDEwLjY0MDUgMTIuNzIxMiA4LjMzMjYzIDEwLjM0NSA3LjQwMjM0WiIgZmlsbD0iIzIzMkYzNyIvPgo8L2c+Cjwvc3ZnPgo=") 50% 50% no-repeat}.header__lk div{display:inline-block;vertical-align:middle}.header__lk_mobile{display:none}.header__lk_pc{margin:0 0 0 10px}.header__tools{height:82px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.header__search{position:absolute;top:50%;left:15px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:244px;padding:0}.header__buttons{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.header__button{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;color:#fff;text-decoration:none;font-size:14px;-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px;-webkit-transition:0.2s;-o-transition:0.2s;-moz-transition:0.2s;transition:0.2s;padding:8px 18px;background-color:#13AB7B;line-height:1}.header__button span,.header__button div{display:inline}.header__button:hover{background-color:#28926E}.header__button_blue{position:relative;background:#FE8B4B}.header__button_red{background:#13AB7B}.header__button_violet{background:#13AB7B}.header__button_appointment{background-color:var(--extra)}.header__button+.header__button{margin-left:10px}.header__toggle{position:absolute;display:none;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;top:50px;right:10px;height:32px;width:32px;padding:0;color:#fff;font-size:13px}.header__toggle.active div{background:#000;-webkit-transform:rotateZ(45deg);-moz-transform:rotateZ(45deg);-ms-transform:rotate(45deg);transform:rotateZ(45deg)}.header__toggle.active div:after{display:none}.header__toggle.active div:before{-webkit-transform:rotateZ(90deg);-moz-transform:rotateZ(90deg);-ms-transform:rotate(90deg);transform:rotateZ(90deg);top:0;background:inherit}.header__toggle div{position:absolute;top:50%;left:0;bottom:0;width:100%;height:2px;background:#000}.header__toggle div:after,.header__toggle div:before{position:absolute;left:0;height:2px;background:inherit;width:100%;content:''}.header__toggle div:after{bottom:-10px}.header__toggle div:before{top:-10px}@media all and (max-width: 1400px){.header__box{padding:0 15px 0 250px}.header__contacts{padding:0;width:230px}.header__contacts:before{display:none}}@media all and (max-width: 1250px){.header__lk{text-transform:uppercase}.header__lk i{margin:0 6px 0 0}.header__lk div>div,.header__lk span{display:none}.header__button{font-size:12px;padding:8px 14px;width:auto}.header__button_pink{padding-left:32px}.header__button_pink:before{top:6px}.header__button+.header__button{margin-left:10px}.header__caption{font-size:10px}.header__contacts{margin-top:-5px;width:200px}.header__phone *{font-size:21px;line-height:20px}.header__menu{padding-left:60px}.header__search{position:absolute;height:32px;width:32px;padding:0;z-index:15}.header__search .h-search input{padding:0 10px 0 20px}.header__search.active{left:15px;right:15px;width:auto}.header__search.active .h-search input{display:block;padding:0 10px 0 40px}.header__search.active .h-search__toggle{background-image:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.header__search.active .h-search__toggle:before,.header__search.active .h-search__toggle:after{position:absolute;top:50%;left:4px;width:20px;height:1px;background:#fff;content:''}.header__search.active .h-search__toggle:after{-webkit-transform:rotateZ(45deg);-moz-transform:rotateZ(45deg);-ms-transform:rotate(45deg);transform:rotateZ(45deg)}.header__search.active .h-search__toggle:before{-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-ms-transform:rotate(-45deg);transform:rotateZ(-45deg)}}@media all and (max-width: 1024px){.header{padding-bottom:0;padding-top:0;border-bottom:1px solid rgba(128,128,128,0.2)}.header__box,.header__wrap{width:100%}.header__contacts{position:static}.header__buttons{position:absolute;bottom:5px;left:10px;right:10px;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:4px 0}.header__button{padding:0 10px;line-height:32px;height:32px}.header__button_callback,.header__button_doctor{display:none;-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.header__button_chat{-webkit-box-ordinal-group:3;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.header__button_appointment{-webkit-box-ordinal-group:5;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4}.header__bot{position:absolute;left:0;top:100%;right:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-bottom:0}.header__bot .header__wrap{padding:0}.header__menu{background:#F6F8F7}.header__caption{display:none}.header__top{height:130px;position:relative}.header__logo{left:10px;height:44px;width:158px;-webkit-border-radius:0 0 12px 12px;-moz-border-radius:0 0 12px 12px;border-radius:0 0 12px 12px}.header__logo:before{left:5px;right:5px;bottom:5px}.header__logo img{top:12px;left:0;width:130px;height:auto}.header__box{padding:0 10px 0 177px;height:130px}.header__phone{position:absolute;right:10px;top:7px;width:158px;text-align:center;padding:0 0 0 18px;margin-right:0;background-position:left center;background-repeat:no-repeat;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAxMiAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNTQ4ODMgMjAuMDEwM0g5LjQ5MjE5QzEwLjk5NTEgMjAuMDEwMyAxMS45OTcxIDE5LjAyNTkgMTEuOTk3MSAxNy41NjY5VjMuMTUyODNDMTEuOTk3MSAxLjY5Mzg1IDEwLjk5NTEgMC43MTgyNjIgOS40OTIxOSAwLjcxODI2MkgyLjU0ODgzQzEuMDE5NTMgMC43MTgyNjIgMCAxLjY5Mzg1IDAgMy4xNTI4M1YxNy41NjY5QzAgMTkuMDI1OSAxLjAxOTUzIDIwLjAxMDMgMi41NDg4MyAyMC4wMTAzWk0yLjg0NzY2IDE4LjE5OTdDMi4xNTMzMiAxOC4xOTk3IDEuNzU3ODEgMTcuODIxOCAxLjc1NzgxIDE3LjE1MzhWMy41NjU5MkMxLjc1NzgxIDIuODk3OTUgMi4xNTMzMiAyLjUyMDAyIDIuODQ3NjYgMi41MjAwMkgzLjIwODAxVjIuOTU5NDdDMy4yMDgwMSAzLjM0NjE5IDMuNDYyODkgMy42MDEwNyAzLjg0MDgyIDMuNjAxMDdIOC4xNjUwNEM4LjU0Mjk3IDMuNjAxMDcgOC43OTc4NSAzLjM0NjE5IDguNzk3ODUgMi45NTk0N1YyLjUyMDAySDkuMTQ5NDFDOS44NDM3NSAyLjUyMDAyIDEwLjIzOTMgMi45MDY3NCAxMC4yMzkzIDMuNTc0NzFWMTcuMTUzOEMxMC4yMzkzIDE3LjgyMTggOS44NDM3NSAxOC4xOTk3IDkuMTQ5NDEgMTguMTk5N0gyLjg0NzY2Wk0zLjY1NjI1IDE3LjUwNTRIOC4zNDk2MUM4LjYwNDQ5IDE3LjUwNTQgOC43OTc4NSAxNy4zMjk2IDguNzk3ODUgMTcuMDU3MUM4Ljc5Nzg1IDE2Ljc5MzUgOC42MDQ0OSAxNi42MTc3IDguMzQ5NjEgMTYuNjE3N0gzLjY1NjI1QzMuNDAxMzcgMTYuNjE3NyAzLjIwODAxIDE2Ljc5MzUgMy4yMDgwMSAxNy4wNTcxQzMuMjA4MDEgMTcuMzI5NiAzLjQwMTM3IDE3LjUwNTQgMy42NTYyNSAxNy41MDU0WiIgZmlsbD0iIzFDMUMxRSIvPgo8L3N2Zz4K")}.header__phone *{font-size:16px;line-height:30px}.header__lk{text-transform:none;margin-left:10px;width:auto;padding:0 10px;font-size:12px;background:#13AB7B;color:#fff;-webkit-box-ordinal-group:4;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3;line-height:normal;height:32px;border:0}.header__lk div{line-height:32px;height:32px}.header__lk div>div,.header__lk span{display:inline}.header__lk:before{display:none}.header__lk i{display:none}.header__toggle{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;height:32px;top:42px}.header__search{left:10px;top:-70px;right:50px;width:auto;overflow:hidden}.header__search.active{left:10px;right:95px;overflow:visible}.header__search.active .h-search input{display:block;padding:0 8px 0 32px}.header__search .h-search input{padding:0 8px 0 32px}}@media all and (max-width: 480px){.header__lk{font-size:10px}.header__button{font-size:10px;-webkit-box-flex:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.header__button_pink{padding-left:22px}.header__button_pink:before{top:5px;width:12px;height:12px}.header__button span{display:none}.header__button div{text-transform:capitalize}.header__button+.header__button{margin-left:5px}.header__lk{margin-left:5px}.header__menu{padding-left:30px}}.h-search__row{position:relative}.h-search input{display:block;width:100%;font-size:13px;line-height:32px;padding:0 20px 0 20px;background:#F2F2F2;border:0;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.h-search button{position:absolute;top:0;bottom:0;right:0;width:32px;border:0;background:none;z-index:5}.h-search i{display:block;width:19px;height:18px;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE5IDE4Ij48cGF0aCBmaWxsPSIjNEU2QTU4IiBkPSJNMTguODQxIDE2LjgzbC01LjI1Mi01LjIzYTcuMDY5IDcuMDY5IDAgMDAxLjU5Ni00LjQ3NUMxNS4xODUgMy4xOTYgMTEuOTc1IDAgOC4wMjggMCA0LjA4MiAwIC44NzIgMy4xOTYuODcyIDcuMTI1czMuMjEgNy4xMjUgNy4xNTYgNy4xMjVhNy4xNCA3LjE0IDAgMDA0LjQ5Ni0xLjU4OWw1LjI1MiA1LjIzYS4zNzguMzc4IDAgMDAuNTMyIDBsLjUzMy0uNTMxYS4zNzQuMzc0IDAgMDAwLS41M3pNOC4wMjggMTIuNzVjLTMuMTE1IDAtNS42NS0yLjUyMy01LjY1LTUuNjI1UzQuOTE0IDEuNSA4LjAyOSAxLjVjMy4xMTYgMCA1LjY1IDIuNTIzIDUuNjUgNS42MjVzLTIuNTM0IDUuNjI1LTUuNjUgNS42MjV6Ii8+PC9zdmc+") 50% 50% no-repeat}.h-search__toggle{display:none;position:absolute;top:0;left:0;bottom:0;width:32px;height:32px;z-index:8;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE5IDE4Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTguODQxIDE2LjgzbC01LjI1Mi01LjIzYTcuMDY5IDcuMDY5IDAgMDAxLjU5Ni00LjQ3NUMxNS4xODUgMy4xOTYgMTEuOTc1IDAgOC4wMjggMCA0LjA4MiAwIC44NzIgMy4xOTYuODcyIDcuMTI1czMuMjEgNy4xMjUgNy4xNTYgNy4xMjVhNy4xNCA3LjE0IDAgMDA0LjQ5Ni0xLjU4OWw1LjI1MiA1LjIzYS4zNzguMzc4IDAgMDAuNTMyIDBsLjUzMy0uNTMxYS4zNzQuMzc0IDAgMDAwLS41M3pNOC4wMjggMTIuNzVjLTMuMTE1IDAtNS42NS0yLjUyMy01LjY1LTUuNjI1UzQuOTE0IDEuNSA4LjAyOSAxLjVjMy4xMTYgMCA1LjY1IDIuNTIzIDUuNjUgNS42MjVzLTIuNTM0IDUuNjI1LTUuNjUgNS42MjV6Ii8+PC9zdmc+") 50% 50% no-repeat #13AB7B}@media all and (max-width: 1250px){.h-search__toggle{display:block}}@media all and (max-width: 1024px){.h-search input{border:0;width:100%;padding:0 8px 0 32px;background:#F4F4F4;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.h-search button{display:block;left:0px;background:none;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px}.h-search__toggle{display:none;left:auto;right:0}.h-search__row{padding:0 8px 0 0}}.h-menu{-webkit-transition:0.2s;-o-transition:0.2s;-moz-transition:0.2s;transition:0.2s}.h-menu__box{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.h-menu a{display:block;position:relative;color:#000;line-height:60px;height:60px;white-space:nowrap;text-decoration:none}.h-menu a:before{position:absolute;left:0;bottom:-1px;width:100%;height:8px;background:#13AB7B;-webkit-border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;opacity:0;-webkit-transition:0.2s;-o-transition:0.2s;-moz-transition:0.2s;transition:0.2s;content:''}.h-menu a:hover:before{opacity:1}@media all and (max-width: 1150px){.h-menu a{font-size:14px}}@media all and (max-width: 1024px){.h-menu{height:0;overflow:hidden}.h-menu__box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px 0;-webkit-box-align:inherit;-moz-box-align:inherit;-ms-flex-align:inherit;align-items:inherit}.h-menu a{padding:0px 10px 0px 35px;border:1px solid transparent;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;line-height:48px;height:50px}.h-menu a:hover{border:1px solid #E2E9E6;background:rgba(128,128,128,0.1)}.h-menu a:before{left:15px;top:50%;bottom:auto;border:0;width:10px;height:10px;margin:-5px 0 0 0;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA5IDExIj48cGF0aCBmaWxsPSIjM0I5NjcwIiBkPSJNOC41IDYuNjRhMSAxIDAgMDAwLTEuNzMzTDEuNS44NjZhMSAxIDAgMDAtMS41Ljg2NnY4LjA4M2ExIDEgMCAwMDEuNS44NjZsNy00LjA0MnoiLz48L3N2Zz4=") 50% 50% no-repeat}}

/* End */


/* Start:/local/components/sm/text/templates/.default/style.css?171090820937*/
#toolbar{
	height:auto!important;
}
/* End */


/* Start:/local/components/sm/banner/templates/banner-top/style.css?1724411117421*/
.top-b-b {
	width: 100%;
	max-width: 1430px;
	box-sizing: border-box;
	padding: 0 15px;
	margin: 30px auto 30px;
}
.top-b-b a {
    position: relative;
	display: inline-block;
}

.top-b-b .erid-top {
    position: absolute;
    bottom: 10px;
    right: 23px;
    text-decoration: none;
    color: #929092;
    font-size: 12px;
}
@media all and (max-width:768px) {

    .top-b-b .erid-top {
        font-size: 9px;
    }
}
/* End */


/* Start:/local/components/sm/banner/templates/banner-left/style.css?1724410217265*/
.int_b {
    position: relative;
	display: inline-block;
}

.int_b .erid {
    position: absolute;
    bottom: 7px;
    left: 20px;
    text-decoration: none;
    color: #eaddea;
    font-size: 9px;
    line-height: 12px;
  }
@media all and (max-width:768px) {


}

/* End */


/* Start:/local/components/sm/text/templates/cookies-agree/style.css?17109082092142*/
.cookies-agree {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 911;
  background: var(--major);
  padding: 15px 0;
}

.cookies-agree__wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 15px;
}

.cookies-agree__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.cookies-agree__text {
  padding-right: 50px;
}

.cookies-agree__text a {
  color: #fff;
  text-decoration: none;
}

.cookies-agree__link{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  height: 42px;
  line-height: 40px;
  padding: 0px 30px;
  background: var(--minor);
  white-space: nowrap;
  text-align: center;
  font-size: 15px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  border: 0;
  font-weight: 600;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.cookies-agree__link:hover{
  background: #ff7e27;
}

@media all and (max-width: 768px) {
  .cookies-agree {
    bottom: 60px;
  }
  .cookies-agree__text * {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
  }

  .cookies-agree__link {
    font-size: 14px;
  }
}

@media all and (max-width: 480px) {
  .cookies-agree__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookies-agree__text {
    padding: 0 0 15px;
  }

  .cookies-agree__link {
    line-height: 32px;
    height: 32px;
  }
}
/* End */


/* Start:/local/components/sm/text/templates/webim/style.css?17109082099481*/
/* Виджет трубки */
/*#call-btn {position: fixed;right: 10px;z-index: 1000;bottom:150px;}
.img-circle{background-color:#01875f;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #01875f;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#01875f;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url('/images/callico.png');background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}*/

/* Виджет чата */
#call-btn-chat {position: fixed;right: 10px;z-index: 1000;bottom:60px;/*display: none;*/}
.img-circle-chat{background-color:#46B292;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlechat{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #01875f;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill-chat{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#01875f;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle-chat{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock-chat{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url('/images/chat-ico.svg');background-position: center center;background-repeat:no-repeat;}
.img-circle-chat:hover{opacity: 1;}

.rotate360 {
    transition: transform 1s;
    transform: rotate(760deg)
}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}

/* call-btn-online */
#call-btn-online {
	position: fixed;
	right: 10px;
	z-index: 100;
	bottom: 150px;  
}

#call-btn-online .img-circle-online {
    background-color: #fe8b4b;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#call-btn-online .circlephone-online {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #fe8b4b;
    width: 150px;
    height: 150px;
    bottom: -25px;
    right: 10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

#call-btn-online .circle-fill-online {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #fe8b4b;
    width: 100px;
    height: 100px;
    bottom: 0px;
    right: 35px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

#call-btn-online .img-circle-online {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    bottom: 14px;
    right: 49px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
}
#call-btn-online .img-circle-online:hover {
    opacity: 1;
}
.img-circleblock-online{
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 18px;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 16px;
}

/* end call-btn-online */

/* End */


/* Start:/about/laboratorno-diagnosticheskiy-tsentr/css/all.css?171090821036261*/
@font-face {
    font-family: 'Trebuchet MS';
    src: url('/about/laboratorno-diagnosticheskiy-tsentr/css/../fonts/Trebuchet-BoldItalic.eot');
    src: local('Trebuchet MS Bold Italic'), local('Trebuchet-BoldItalic'),
        url('/about/laboratorno-diagnosticheskiy-tsentr/css/../fonts/Trebuchet-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/about/laboratorno-diagnosticheskiy-tsentr/css/../fonts/Trebuchet-BoldItalic.woff') format('woff'),
        url('/about/laboratorno-diagnosticheskiy-tsentr/css/../fonts/Trebuchet-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('/about/laboratorno-diagnosticheskiy-tsentr/css/../fonts/TrebuchetMS-Bold.eot');
    src: local('Trebuchet MS Bold'), local('TrebuchetMS-Bold'),
        url('/about/laboratorno-diagnosticheskiy-tsentr/css/../fonts/TrebuchetMS-Bold.eot?#iefix') format('embedded-opentype'),
        url('/about/laboratorno-diagnosticheskiy-tsentr/css/../fonts/TrebuchetMS-Bold.woff') format('woff'),
        url('/about/laboratorno-diagnosticheskiy-tsentr/css/../fonts/TrebuchetMS-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('/about/laboratorno-diagnosticheskiy-tsentr/css/../fonts/TrebuchetMS-Italic.eot');
    src: local('Trebuchet MS Italic'), local('TrebuchetMS-Italic'),
        url('/about/laboratorno-diagnosticheskiy-tsentr/css/../fonts/TrebuchetMS-Italic.eot?#iefix') format('embedded-opentype'),
        url('/about/laboratorno-diagnosticheskiy-tsentr/css/../fonts/TrebuchetMS-Italic.woff') format('woff'),
        url('/about/laboratorno-diagnosticheskiy-tsentr/css/../fonts/TrebuchetMS-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('/about/laboratorno-diagnosticheskiy-tsentr/css/../fonts/TrebuchetMS.eot');
    src: local('Trebuchet MS'), local('TrebuchetMS'),
        url('/about/laboratorno-diagnosticheskiy-tsentr/css/../fonts/TrebuchetMS.eot?#iefix') format('embedded-opentype'),
        url('/about/laboratorno-diagnosticheskiy-tsentr/css/../fonts/TrebuchetMS.woff') format('woff'),
        url('/about/laboratorno-diagnosticheskiy-tsentr/css/../fonts/TrebuchetMS.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap&subset=cyrillic');
#wrapper{
	overflow: hidden;
}
#colleft{
	height: 500px;
}
.article-page{
	margin: 0 auto;
	width: 100%;
	max-width: 1170px;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-family: Trebuchet MS;
}
.article-page:after{
	clear: both;
	display: block;
	content: '';
}
.article{
	/* overflow: hidden; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*padding: 0 0 0 25px;
	width: calc(100% - 215px);
	float: left;*/
}
.heading{
	margin: 0 0 38px;
	background: url("/about/laboratorno-diagnosticheskiy-tsentr/css/../images/img-bg-01.png") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 28px 30px 30px;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 240px;
}
.heading .title{
	width: 100%;
	max-width: 450px;
	color: #010101;
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
}
.visual-head{
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.visual-head img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.article-menu{
	padding: 0 0 0 14px;
	margin: 0 0 37px;
}
.article-menu li{
	position: relative;
	margin: 0 0 6px;
	padding: 0 0 0 17px;
}
.article-menu li:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 6px;
	height: 10px;
	margin: -5px 0 0;
	background: url("/about/laboratorno-diagnosticheskiy-tsentr/css/../images/icon-01.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.article-menu a{
	text-decoration: none;
	letter-spacing: 0.04em;
	color: #3b6a56;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.article-menu a:hover{
	text-decoration: underline;
}
.text-box{
	margin: 0 0 25px;
}
.text-box:after{
	clear: both;
	display: block;
	content: '';
}
.visual-text{
	width: 230px;
}
.visual-text img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.text-box .text{
	overflow: hidden;
}
.text p{
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.25;
	color: #000;
}
.right .visual-text{
	float: right;
}
.left .visual-text{
	float: left;
}
.right .text{
	padding: 0 30px 0 0;
}
.left .text{
	padding: 0 0 0 30px;
}
.title-text{
	margin: 0 0 18px;
	color: #406351;
	font-size: 24px;
	line-height: 1;
	font-weight: 400;
	clear: both;
}
.expert-block{
	margin: 38px 0 41px;
	background: url("/about/laboratorno-diagnosticheskiy-tsentr/css/../images/img-bg-02.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 27px 30px 30px;
	position: relative;
	min-height: 300px;
}
.expert-block .text{
	width: 72%;
	max-width: 635px;
}
.expert-block .title-text{
	color: #eb5f60;
	margin: 0 0 21px;
}
.expert-block .img-box{
	position: absolute;
	right: 27px;
	bottom: 0;
}
.expert-block .img-box img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.signature{
	display: block;
	text-align: right;
	font-weight: normal;
	font-size: 14px;
	padding: 5px 0 0;
	margin: 0 -17px 0 0;
}
.list-diagnostics{
	margin: 0 -15px 0;
	font-size: 0;
	line-height: 0;
}
.list-diagnostics li{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 29px;
	padding: 0 15px;
	width: 33.3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list-diagnostics .img-box{
	margin: 0 0 18px;
	overflow: hidden;
	position: relative;
}
.list-diagnostics .img-box img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	object-fit: cover;
}
.list-diagnostics .img-box:before{
	display: block;
	content: '';
	top: 0;
	padding: 66.5% 0 0;
}
.list-diagnostics .desc{
	color: #000;
	font-size: 14px;
	line-height: 1.25;
}
.list-diagnostics .desc a{
	text-decoration: underline;
	color: #ec5a5a;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.list-diagnostics .desc a:hover{
	text-decoration: none;
}
.form-block{
	margin: -6px 0 45px;
	position: relative;
	border-radius: 5px;
	/* border-bottom: 5px solid #4c705d; */
	-webkit-box-shadow: 0 3px 0 #4c705d;
	box-shadow: 0 3px 0 #4c705d;
	padding: 22px 21px 10px;
	background: url("/about/laboratorno-diagnosticheskiy-tsentr/css/../images/img-bg-03.png") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	/* overflow: hidden; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 50%;
}
.title-form{
	margin: 0 0 12px;
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	font-weight: 700;
}
.form-block .img-box{
	position: absolute;
	bottom: 0;
	right: 30px;
}
.form-block .img-box img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.form-block .form{
	width: 80%;
	max-width: 662px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.form-block .form:after{
	clear: both;
	display: block;
	content: '';
}
.submit-holder{
	width: 230px;
	-webkit-flex: 0 1 230px;
	-moz-flex: 0 1 230px;
	-ms-flex: 0 1 230px;
	-o-flex: 0 1 230px;
	flex: 0 1 230px;
	margin: 0 0 9px;
}
.submit-holder input[type="submit"]{
	height: 40px;
	background-image: linear-gradient(to top, #d75352 0%, #ee5f5e 100%);
	border-radius: 3px;
	box-shadow: inset 0 0 3.9px 0.1px rgba(0, 0, 0, 0.1);
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	display: block;
	width: 100%;
	border: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.submit-holder input[type="submit"]:hover{
	background-image: linear-gradient(to top, #ee5f5e 0%, #d75352 100%);
}
.input-wrap{
	padding: 0 10px 0 0;
	overflow: hidden;
	-webkit-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	-o-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.input-holder{
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 9px 0 0;
	margin: 0 0 9px;
}
.input-holder input[type="text"]{
	display: block;
	width: 100%;
	height: 40px;
	background: #3b5d4c;
	border-radius: 3px;
	box-shadow: inset 0 0 3.9px 0.1px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 10px;
	color: #8ebaa3;
	font-size: 14px;
	border: 1px solid #3b5d4c;
}
.input-holder.error input[type="text"]{
	border: 1px solid red;
}
.form input::-webkit-input-placeholder {
	color:#8ebaa3;
	opacity:1;
}
.form input:-moz-placeholder {
	color:#8ebaa3;
	opacity:1;
}
.form input::-moz-placeholder {
	color:#8ebaa3;
	opacity:1;
}
.form input:-ms-input-placeholder {
	color:#8ebaa3;
	opacity:1;
}
.form input:focus::-webkit-input-placeholder {
	color:transparent;
}
.form input:focus:-moz-placeholder {
	color:transparent;
}
.form input:focus:-ms-input-placeholder {
	color:transparent;
}
.form input:focus::-moz-placeholder {
	color:transparent;
}
.right .inner-visual{
	margin: 0 0 0 -40px;
}
.left .inner-visual{
	margin: -16px -54px 0 0;
}
.stock-block{
	margin: 0 0 41px;
}
.inner-stock{
	min-height: 205px;
	background: url("/about/laboratorno-diagnosticheskiy-tsentr/css/../images/img-bg-05.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 0 22px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.inner-stock .row{
	margin: 0 -21px;
}
.inner-stock .row:after{
	display: block;
	content: '';
	clear: both;
}
.inner-stock .col{
	float: left;
	/* width: 50%; */
	padding: 0 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.inner-stock .col-60{
	width: 58.7%;
	background: url("/about/laboratorno-diagnosticheskiy-tsentr/css/../images/img-bg-06.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100% 100%;
	background-position: 100% 0;
	object-fit: cover;
	position: relative;
}
.inner-stock .col-40{
	width: 41.3%;
}
.inner-stock .img-box{
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-73%, 0);
	-ms-transform: translate(-73%, 0);
	-o-transform: translate(-73%, 0);
	transform: translate(-73%, 0);
}
.inner-stock .img-box img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.stock-text{
	position: relative;
	max-width: 270px;
	padding: 63px 0 20px;
	min-height: 205px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}
.stock{
	position: absolute;
	top: 25px;
	left: 0;
	display: block;
	padding: 5px 21px;
	text-transform: uppercase;
	color: #fff;
	background: #e75c5b;
	border-radius: 3px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
}
.title-stock{
	margin: 0 0 10px;
	display: block;
	text-shadow: 0 0 2.4px rgba(255, 255, 255, 0.1);
	color: #e75c5b;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
}
.stock-text p{
	margin: 0;
	color: #000;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
}
.form-stock{
	text-align: center;
	padding: 33px 0 20px;
	min-height: 205px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-stock .title-form{
	margin: 0 0 12px;
	text-transform: none;
	color: rgba(255,255,255,.7);
	font-size: 18px;
	line-height: 18px;
	display: block;
	padding: 0 30px 0 0;
}
.form-stock .input-holder{
	width: auto;
	margin: 0 0 10px -80px;
	padding: 0 0 0 0;
}
.form-stock .input-holder input[type="text"]{
	height: 50px;
	color: #8ebaa3;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	padding: 5px 10px 5px 50px;
}
.form-stock .submit-holder{
	margin: 0;
	flex: none;
	width: auto;
	padding: 0 31px 0 0;
}
.form-stock button[type="submit"]{
	display: block;
	width: 100%;
	max-width: 230px;
	/* height: 60px; */
	background-image: -webkit-linear-gradient(bottom, #3f6450 0%, #5cb185 100%);
	background-image: -o-linear-gradient(bottom, #3f6450 0%, #5cb185 100%);
	background-image: linear-gradient(to top, #3f6450 0%, #5cb185 100%);
	border-radius: 3px;
	-webkit-box-shadow: 0 3px 0 #3b5d4c;
	box-shadow: 0 3px 0 #3b5d4c;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 9px 10px;
}
.form-stock button[type="submit"]:hover{
	background-image: -webkit-linear-gradient(bottom, #5cb185 0%, #3f6450 100%);
	background-image: -o-linear-gradient(bottom, #5cb185 0%, #3f6450 100%);
	background-image: linear-gradient(to top, #5cb185 0%, #3f6450 100%);
}
.stock-block .desc{
	display: block;
	text-align: center;
	color: #c3c3a9;
    font-size: 12px;
    padding-top: 10px;
}
.stock-block .desc a{
	text-decoration: underline;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	color: #c3c3a9;
}
.stock-block .desc a:hover{
	text-decoration: none;
}

.list-specialists{
	padding: 7px 0 0;
	margin: 0 0 42px;
}
.list-specialists li{
	margin: 0 0 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.list-specialists .photo{
	width: 120px;
	height: 120px;
	min-width: 120px;
	overflow: hidden;
	border-radius: 50%;
}
.list-specialists .photo img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.list-specialists .desc{
	padding: 0 0 0 31px;
}
.list-specialists .name{
	display: block;
	margin: 0 0 3px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	color: #000;
}
.list-specialists .position{
	display: block;
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.2;
	color: #000;
}
.name-article{
	color: #3b6a56;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
}
.name-article a{
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	color: #3b6a56;
}
.name-article a:hover{
	text-decoration: underline;
}
.list-sources{
	padding: 0 0 0;
	margin: 0 0 0;
	list-style: none;
	counter-reset: li;
}
.list-sources li{
	margin: 0 0 17px;
	position: relative;
	padding: 0 0 0 30px;
	font-size: 14px;
}
.list-sources li:before{
	counter-increment: li;
	content: counters(li,".");
	position: absolute;
	top: 0;
	left: 0;
}
.slider .slick-arrow{
	position: absolute;
	top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 20;
    border-radius: 50%;
    border: none;
    padding: 0;
    cursor: pointer;
}
.slider .slick-prev{
	left: -38px;
	background: url("/about/laboratorno-diagnosticheskiy-tsentr/css/../images/controls.png") no-repeat 0 -32px;
}
.slider .slick-next{
	right: -38px;
	background: url("/about/laboratorno-diagnosticheskiy-tsentr/css/../images/controls.png") no-repeat -43px -32px;
}
.slider .slick-prev:hover{
	background-position: 0 0;
}
.slider .slick-next:hover{
	background-position: -43px 0;
}
.slider-staff{
	/* margin: 0 -5px 35px; */
	margin: 0 -15px 35px;
}
.slider-staff:after,
.slider-staff:before{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	width: 15px;
	background: #fff;
	z-index: 10;
}
.slider-staff:after{
	left: 0;
}
.slider-staff:before{
	right: 0;
}
.slider-staff .slick-arrow{
	margin-top: -65px;
}
.slider-staff .item-slider{
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.photo-staff{
	margin: 0 0 16px;
	position: relative;
}
.photo-staff img{
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	position: absolute;
}
.photo-staff:before{
	padding: 134% 0 0;
	display: block;
	content: '';
	top: 0;
}
.name-staff{
	margin: 0 0 0;
	color: #406351;
	font-weight: 400;
	font-size: 14px;
}
.name-staff strong{
	display: block;
	font-size: 18px;
	font-weight: 400;
}
.slider-staff .position{
	display: block;
	margin: 0 0 8px;
	font-size: 14px;
	color: rgba(0,0,0,.6);
}
.address{
	position: relative;
	padding: 4px 0 4px 30px;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
}
.address:after{
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background: url("/about/laboratorno-diagnosticheskiy-tsentr/css/../images/icon-02.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	top: 2px;
	left: 0;
}
.slider-branch{
	/* margin: 0 -10px 40px; */
	margin: 0 -20px 40px;
}
.slider-branch:after,
.slider-branch:before{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	width: 20px;
	background: #fff;
	z-index: 10;
}
.slider-branch:after{
	left: 0;
}
.slider-branch:before{
	right: 0;
}
.slider-branch .slick-arrow{
	margin-top: -77px;
}
.slider-branch .slick-prev{
	left: -33px;
}
.slider-branch .slick-next{
	right: -33px;
}
.slider-branch .item-slide{
	padding: 0 20px;
}
.photo-branch{
	margin: 0 0 16px;
	position: relative;
	overflow: hidden;
}
.photo-branch img{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	object-fit: cover;
}
.photo-branch:before{
	display: block;
	content: '';
	padding: 38.5% 0 0;
}
.slider-branch .address{
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 9px;
}
.slider-branch .address strong{
	display: block;
	margin: 0 0 5px;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
}
.time-work{
	position: relative;
	padding: 0 0 0 30px;
}
.time-work:after{
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	top: 50%;
	left: 0;
	margin: -10px 0 0;
	background: url("/about/laboratorno-diagnosticheskiy-tsentr/css/../images/icon-03.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.time-work li{
	margin: 0 0 0;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
}
.time-work li span{
	min-width: 56px;
	display: inline-block;
	vertical-align: top;
}
.text-box .row{
	margin: 0 -45px 0 -15px;
}
.text-box .row:after{
	clear: both;
	display: block;
	content: '';
}
.text-box .col{
	float: left;
	width: 50%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.title-list{
	display: block;
	margin: 0 0 6px;
	color: #3b6a56;
	font-weight: 700;
	max-width: 390px;
}
.title-list a{
	color: #3b6a56;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.title-list a:hover{
	text-decoration: none;
}
.list-staff{
	padding: 0 0 0 19px;
	margin: 0 0 20px;
}
.list-staff li{
	margin: 0 0 5px;
	position: relative;
	padding: 0 0 0 15px;
	font-size: 14px;
	line-height: 14px;
}
.list-staff li:after{
	position: absolute;
	content: '';
	top: 7px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #c1659b;
}

/* style for new page */
#centr3r{
	height: 315px;
}
.page-right-menu:after{
	clear: both;
	display: block;
	content: '';
}
.page-right-menu{
	float: left;
	width: calc(100% - 212px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 60px 0 0;
}
.page-right-menu .title{
	font-size: 26px;
	line-height: 1.2;
	margin: 0 0 20px;
	padding: 20px 0 0;
}
.visual-box{
	position: relative;
	margin: 0 0 45px;
}
.visual-box:before{
	display: block;
	padding: 50% 0 0;
	top: 0;
	content: '';
}
.visual-box img{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.list-desc{
	margin: 0 -3px 25px;
	font-size: 0;
	line-height: 0;
}
.list-desc li{
	text-align: center;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	width: 33.3%;
	color: #000;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 400;
	margin: 0 0 16px;
}
.list-desc .title-num{
	display: block;
	margin: 0 0 4px;
	color: #eb585a;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
}
.list-desc .title-num small{
	font-size: 13px;
}
.advantages-box{
	margin: 0 0 65px;
}
.title-box{
	margin: 0 0 20px;
	color: #000;
	font-size: 21px;
	line-height: 1.2;
	font-weight: 400;
}
.list-advantages{
	margin: 0 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}
.list-advantages > li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px 0 0;
	width: 50%;
	margin: 0 0 10px;
	color: #000;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 400;
}
.list-advantages > li:after{
	clear: both;
	display: block;
	content: '';
}
.list-advantages > li.last{
	width: 100%;
}
.list-advantages .icon{
	float: left;
	width: 40px;
	min-width: 40px;
	text-align: center;
}
.list-advantages .desc{
	overflow: hidden;
	padding: 0 0 0 8px;
}
.list-advantages .desc span{
	display: block;
	margin: 0 0 3px;
}
.list-advantages .list{
	padding: 0 0 0 0;
}
.list-advantages .list li{
	position: relative;
	padding: 0 0 0 11px;
	margin: 0 0 0;
	list-style-type: none;
}
.list-advantages .list li:after{
	position: absolute;
	content: '';
	top: 7px;
	left: 2px;
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 50%;
}
.team-box{
	margin: 0 0 55px;
	/*background: url("/about/laboratorno-diagnosticheskiy-tsentr/css/../images/img-bg-08.jpg") no-repeat;*/
	/*-webkit-background-size: cover;*/
	/*background-size: cover;*/
	background-color: var(--light-2);
	position: relative;
}
.team-box .img-box{
	position: absolute;
	right: 0;
	bottom: 0;
}
.team-box .img-box img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.team-box .inner-box{
	text-align: center;
	width: 66.6%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 18px 15px 7px;
}
.team-box .title-box{
	font-size: 18px;
	margin: 0 0 12px;
}
.list-team{
	margin: 0 -15px;
	font-size: 0;
	line-height: 0;
	position: relative;
	z-index: 1;
}
.list-team li{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	margin: 0 0 18px;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 400;
}
.list-team .title-num{
	display: block;
	margin: 0 0 3px;
	color: #eb585a;
	font-weight: 700;
	line-height: 1.25;
	font-size: 24px;
}
.list-team .title-num small{
	font-size: 13px;
}
.slider-block .title-box{
	font-size: 18px;
	margin: 0 0 15px;
}
.slider-block p{
	margin: 0 0 25px;
	letter-spacing: -0.002em;
}
.slider-box{
	margin: 0 0 45px;
}
.article-slider{
	margin: 0 0 34px;
}
.article-slider .item-slide{
	background: #eee;
}
.article-slider .img-slide{
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}
.article-slider .img-slide img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	object-fit: cover;
	border-radius: 20px;
}
.article-slider .img-slide:before{
	padding: 37% 0 0;
	top: 0;
	display: block;
	content: '';
}
.article-slider .text-box{
	padding: 19px 20px 1px;
	margin: 0;
}
.article-slider .text-box p{
	margin: 0 0 20px;
}
.article-slider .list-check{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	margin: 0 0 10px;
}
.list-check li{
	position: relative;
	padding: 0 0 0 39px;
	margin: 0 0 15px;
	line-height: 1.2;
	font-size: 13px;
	font-weight: 400;
}
.list-check li:after{
	position: absolute;
	content: '';
	width: 24px;
	height: 23px;
	background: url("/about/laboratorno-diagnosticheskiy-tsentr/css/../images/icon-13.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	top: 3px;
	left: -2px;
}
.slider-nav{
	margin: 0 auto 0;
	width: 100%;
	max-width: 210px;
}
.item-nav{
	padding: 0 5px;
}
.inner-nav{
	overflow: hidden;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
}
.inner-nav img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.inner-nav:before{
	display: block;
	content: '';
	padding: 65% 0 0;
	top: 0;
}
.slider-nav .slick-arrow{
	position: absolute;
	width: 18px;
	height: 32px;
	top: 50%;
	margin: -16px 0 0;
	background: url("/about/laboratorno-diagnosticheskiy-tsentr/css/../images/icon-14.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	cursor: pointer;
	border: none;
	padding: 0;
	text-indent: -9999px;
	z-index: 10;
}
.slider-nav .slick-arrow:hover{
	opacity: .6;
}
.slider-nav .slick-prev{
	left: -74px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.slider-nav .slick-next{
	right: -74px;
}
.text-block {
	margin: 0 0 50px;
}
.text-block .title-box{
	font-size: 18px;
	margin: 0 0 16px;
}
.text-block p{
	margin: 0 0 24px;
}
.list-rating{
	padding: 0;
	list-style-type: none;
	margin: 0 0 0;
}
.list-rating li{
	margin: 0 0 17px;
	line-height: 1.2;
	font-size: 13px;
}
.list-rating li:after{
	clear: both;
	display: block;
	content: '';
}
.list-rating .icon{
	float: left;
	width: 40px;
}
.list-rating .desc{
	overflow: hidden;
	padding: 0 0 0 9px;
}
.list-rating .desc p{
	margin: 0;
}
.list-rating .title{
	display: block;
	margin: 0 0 3px;
	padding: 17px 0 0;
}
.list-rating .list li{
	margin: 0 0 3px;
	position: relative;
	padding: 0 0 0 10px;
}
.list-rating .list li:after{
	position: absolute;
	content: '';
	top: 7px;
	left: 1px;
	background: #000;
	width: 3px;
	height: 3px;
	border-radius: 50%;
}
.sertificate-box{
	margin: 0 -10px;
	font-size: 0;
	line-height: 0;
	padding: 28px 0 0;
}
.item-sertificate{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 29px;
	padding: 0 10px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.inner-item{
	position: relative;
}
.inner-item img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	object-fit: cover;
}
.inner-item:before{
	padding: 69% 0 0;
	display: block;
	top: 0;
	content: '';
}
.text-block .list-check{
	padding: 3px 0 0;
	margin: 0 0 70px;
}
.text-block .list-check li{
	padding: 0 0 0 48px;
	margin: 0 0 17px;
}
.text-block .list-check li strong{
	display: block;
	margin: 0 0 3px;
}
/* end style for new page */

/* style for page-3 and page-4 */

.article-slider .slick-arrow{
	display: none !important;
}
.new-container{
	max-width: 100%;
	/* font-family: 'Open Sans', sans-serif; */
}
.new-container .article{
	/*width: calc(100% - 231px);*/
}
.new-container .title{
	font-weight: 700;
	font-size: 34px;
	line-height: 34px;
	/* letter-spacing: -0.085em; */
	margin: 0 0 27px;
	padding: 20px 0 0;
}
.new-container .visual-box{
	margin: 0 0 43px;
}
.new-container .visual-box:before{
	padding: 39.8% 0 0;
}
.orange-color .list-desc .title-num,
.orange-color .list-team .title-num{
	color: var(--minor);
}
.orange-color .list-check li:after{
	background: url("/about/laboratorno-diagnosticheskiy-tsentr/css/../images/icon-13_or.svg") no-repeat;
}
.orange-color .slider-nav .slick-arrow{
	background: url("/about/laboratorno-diagnosticheskiy-tsentr/css/../images/icon-14_or.svg") no-repeat;
}
.green-color .list-desc .title-num,
.green-color .list-team .title-num{
	color: #3a946e;
}
.green-color .list-check li:after{
	background: url("/about/laboratorno-diagnosticheskiy-tsentr/css/../images/icon-13_gr.svg") no-repeat;
}
.green-color .slider-nav .slick-arrow{
	background: url("/about/laboratorno-diagnosticheskiy-tsentr/css/../images/icon-14_gr.svg") no-repeat;
}
.new-container .list-desc{
	max-width: 722px;
	margin: 0 auto 10px;
}
.new-container .advantages-box{
	margin: 0 0 42px;
}
.new-container .title-box{
	/* font-weight: 700; */
	font-size: 23px;
	margin: 0 0 16px;
	letter-spacing: -0.01em;
}
.new-container .list-advantages > li{
	padding: 0 40px 0 0;
	margin: 0 0 8px;
}
.new-container .list-advantages .desc{
	padding: 0 0 0 10px;
}
.new-container .team-box{
	margin: 0 0 41px;
	border-radius: 20px;
}
.new-container .team-box .inner-box{
	text-align: left;
	padding: 25px 5px 10px 33px;
}
.new-container .team-box .title-box{
	margin: 0 0 27px;
}
.new-container .list-team{
	margin: 0 3px 0 -17px;
}
.new-container .list-team li{
	margin: 0 0 23px;
}
.new-container .list-team li:after{
	clear: both;
	display: block;
	content: '';
}
.new-container .list-team .title-num{
	float: left;
	font-size: 36px;
}
.new-container .list-team span{
	display: block;
	overflow: hidden;
	padding: 6px 0 0 20px;
}
.new-container .team-box .img-box{
	right: 22px;
}
.new-container .slider-block .title-box{
	margin: 0 0 10px;
}
.new-container .slider-box{
	background: var(--light-2);
	padding: 30px 44px 0;
	margin: 0 0 51px;
overflow: hidden;
	border-radius: 20px;
}
.new-container .article-slider{
	margin: 0 0 7px;
}
.new-container .slider-box .text-box{
	padding: 19px 30px 1px 0;
	margin: 0;
}
.new-container .slider-box .list-check{
	margin: 0 -17px 26px 0;
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
.new-container .slider-box p{
	margin: 0 0 20px;
}
.new-container .article-slider .img-slide:before{
	padding: 36% 0 0;
}
.new-container .article-slider .slick-arrow{
	display: block !important;
	position: absolute;
	width: 18px;
	height: 32px;
	top: 50%;
	margin: -16px 0 0;
	background: url("/about/laboratorno-diagnosticheskiy-tsentr/css/../images/icon-14_or.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	cursor: pointer;
	border: none;
	padding: 0;
	text-indent: -9999px;
	z-index: 10;
}
.new-container .article-slider .slick-next{
	right: -27px;
}
.new-container .article-slider .slick-prev{
	left: -27px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.new-container .slider-nav .slick-arrow{
	display: none !important;
}
.new-container .inner-slider-box{
	position: relative;
}
.new-container .slider-nav{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 9px;
}
.new-container .inner-nav{
	border: 1px solid var(--minor);
	border-radius: 3px;
}
.new-container .list-rating .desc{
	padding: 0 30px 0 9px;
}
.new-container .sertificate-box{
	margin: 0 -40px 0 -10px;
	padding: 35px 0 0;
}
.new-container .text-block .list-check li{
	padding: 0 0 0 50px;
	margin: 0 0 20px;
	list-style-type: none;
}
.new-container .list-check li:after{
	left: 0;
}
.new-container .text-block .list-check{
	margin: 0 0 42px;
}
.new-container .list-rating .title{
	font-size: 13px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0;
	letter-spacing: 0;
}

/* end style for page-3 and page-4 */

@media screen and (max-width: 1200px) {
	.slider-staff{
		margin: 0 15px 35px -15px;
	}
	.slider-branch{
		margin: 0 15px 40px -20px;
	}
	.text-box .row{
		margin: 0 -15px;
	}
	.list-desc li{
		padding: 0 10px;
	}
}
@media screen and (max-width: 768px) {
	.article-page{
		padding: 0 10px;
	}
	#colleft,
	#centr3r{
		height: auto;
	}
	.article,
	.new-container .article{
		padding: 0;
		float: none;
		width: 100%;
	}
	.visual-head,
	.expert-block .img-box,
	.form-block .img-box,
	.inner-stock .img-box{
		display: none;
	}
	.heading,
	.expert-block{
		min-height: auto;
	}
	.right .visual-text,
	.left .visual-text{
		float: none;
		margin: 0 auto 20px;
	}
	.right .text,
	.left .text{
		padding: 0;
	}
	.expert-block .text,
	.stock-text{
		width: 100%;
		max-width: 100%;
	}
	.list-diagnostics li{
		width: 50%;
		text-align: left;
	}
	.form-block .form{
		width: 100%;
		max-width: 100%;
	}
	.inner-stock{
		background: url("/about/laboratorno-diagnosticheskiy-tsentr/css/../images/img-bg-07.jpg") no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.inner-stock .col-60{
		width: 100%;
		background: none;
		float: none;
	}
	.stock-text{
		min-height: auto;
		padding-bottom: 0;
	}
	.stock-text p{
		color: #fff;
	}
	.inner-stock .col-40{
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.form-stock{
		min-height: auto;
	}
	.form-stock .title-form,
	.form-stock .submit-holder{
		padding: 0;
	}
	.form-stock .input-holder{
		margin: 0 0 10px;
	}
	.form-stock .input-holder input[type="text"]{
		padding: 5px 10px;
	}
	.form-stock button[type="submit"]{
		/* max-width: 50%; */
		max-width: 250px;
	}
	.slider-staff .item-slider,
	.slider-branch .item-slide{
		padding: 0 10px;
	}
	.slider-staff{
		margin: 0 -10px 35px;
		padding: 0 35px;
	}
	.slider .slick-prev{
		left: 0;
	}
	.slider .slick-next{
		right: 0;
	}
	.slider-branch{
		margin: 0 -10px 40px;
		padding: 0 35px;
	}
	.slider-branch:after,
	.slider-branch:before,
	.slider-staff:after,
	.slider-staff:before{
		display: none;
	}
	.page-right-menu{
		float: none;
		padding: 0;
		width: auto;
	}
	.new-container .visual-box:before{
		padding: 50% 0 0;
	}
}
@media screen and (max-width: 590px){
	.form-block .form,
	.input-wrap{
		display: block;
		padding: 0;
		-webkit-flex: none;
		-moz-flex: none;
		-ms-flex: none;
		-o-flex: none;
		flex: none;
	}
	.form-block .input-holder{
		width: 100%;
		padding: 0;
	}
	.form-block .submit-holder{
		-webkit-flex: none;
		-moz-flex: none;
		-ms-flex: none;
		-o-flex: none;
		flex: none;
		width: 100%;
	}
	.text-box .col{
		float: none;
		width: 100%;
	}
	.list-diagnostics{
		margin: 0 -10px;
	}
	.list-diagnostics li{
		padding: 0 10px;
	}
	.list-desc{
		margin: 0 0 25px;
	}
	.list-desc li{
		width: 50%;
	}
	.list-advantages > li{
		width: 100%;
		padding: 0;
	}
	.team-box .inner-box{
		width: 100%;
	}
	.team-box .img-box{
		display: none;
	}
	.article-slider .list-check,
	.new-container .slider-box .list-check{
		-webkit-columns: 1;
		-moz-columns: 1;
		-o-columns: 1;
		columns: 1;
	}
}
@media screen and (max-width: 480px){
	.heading{
		padding: 20px 15px;
	}
	.heading .title{
		font-size: 32px;
	}
	.title-text{
		font-size: 22px;
	}
	.list-specialists li{
		display: block;
	}
	.list-specialists .photo{
		margin: 0 auto 20px;
	}
	.list-specialists .desc{
		padding: 0;
	}
	.list-diagnostics li{
		width: 100%;
	}
	.expert-block{
		padding: 17px 15px 20px;
	}
	.signature{
		margin: 0;
	}
	.title-form{
		font-size: 18px;
	}
	.left .inner-visual,
	.right .inner-visual{
		margin: 0;
	}
	.inner-stock,
	.inner-stock .col{
		padding: 0 15px;
	}
	.inner-stock .row{
		margin: 0 -15px;
	}
	.form-stock .input-holder input[type="text"]{
		font-size: 18px;
		line-height: 18px;
	}
	.form-stock button[type="submit"]{
		max-width: 100%;
	}
	.page-right-menu .title{
		font-size: 24px;
	}
	.list-desc,
	.new-container .list-desc{
		margin: 0 -10px 25px;
	}
	.list-desc .title-num{
		font-size: 20px;
	}
	.team-box .inner-box{
		padding: 18px 10px 7px;
	}
	.list-team{
		margin: 0 -5px;
	}
	.list-team li{
		padding: 0 5px;
	}
	.article-slider .text-box{
		padding: 19px 10px 1px;
	}
	.page-right-menu .list-rating .title{
		font-size: 13px;
	}
	.item-sertificate{
		width: 100%;
	}
	.slider-nav .slick-prev{
		left: -45px;
	}
	.slider-nav .slick-next{
		right: -45px;
	}
	.new-container .title{
		font-size: 32px;
		line-height: 32px;
	}
	.new-container .slider-box{
		padding: 20px 20px 0;
	}
	.new-container .article-slider .slick-prev{
		left: -18px;
	}
	.new-container .article-slider .slick-next{
		right: -18px;
	}
	.new-container .title-box{
		font-size: 18px;
	}
	.new-container .article-slider .img-slide:before{
		padding: 45% 0 0;
	}
	.new-container .article-slider .img-slide img{
		height: 100% !important;
	}
	.new-container .list-advantages > li{
		padding: 0;
	}
	.new-container .team-box .inner-box{
		padding: 15px 5px 10px 5px;
		text-align: center;
	}
	.new-container .list-team{
		margin: 0;
	}
	.new-container .list-team .title-num{
		font-size: 26px;
		float: none;
		display: block;
	}
	.new-container .list-team span{
		padding: 0;
	}
}
/* End */


/* Start:/about/laboratorno-diagnosticheskiy-tsentr/css/slick.css?17109082101823*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    border-radius: 20px;
    overflow: hidden;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */
/* /local/templates/smdoctor_inner/fonts/OpenSans/stylesheet.css?1710908209658 */
/* /local/templates/smdoctor_inner/style.css?171090820955552 */
/* /local/templates/smdoctor_inner/jquery.formstyler.min.css?171090820910220 */
/* /local/templates/smdoctor_inner/colorbox.min.css?17109082092754 */
/* /local/templates/smdoctor_inner/select2.min.css?171090820913077 */
/* /css/jquery.bxslider.css?17109082093812 */
/* /local/templates/smdoctor_inner/jquery-ui.min.css?171090820916686 */
/* /local/templates/smdoctor_inner/slick.css?17109082091897 */
/* /js/fancybox/jquery.fancybox.css?17109082105254 */
/* /css/youtube.min.css?1710908209771 */
/* /css/media.css?173019152114319 */
/* /local/templates/smdoctor_inner/root.css?1710908209348 */
/* /local/templates/smdoctor_inner/fix.css?17212843355965 */
/* /css/header.min.css?171090820918358 */
/* /local/components/sm/text/templates/.default/style.css?171090820937 */
/* /local/components/sm/banner/templates/banner-top/style.css?1724411117421 */
/* /local/components/sm/banner/templates/banner-left/style.css?1724410217265 */
/* /local/components/sm/text/templates/cookies-agree/style.css?17109082092142 */
/* /local/components/sm/text/templates/webim/style.css?17109082099481 */
/* /about/laboratorno-diagnosticheskiy-tsentr/css/all.css?171090821036261 */
/* /about/laboratorno-diagnosticheskiy-tsentr/css/slick.css?17109082101823 */
