#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;
}*/
