

/* Start:/local/components/smdoc/docs/templates/.default/style.css?17109082091482*/
.doc-tabs-wr {
	padding: 30px 0;
}
.doc-tabs-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.doc-tabs-tab {
	color: var(--major);
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 13px;
	cursor: pointer;
	border-bottom: 1px dashed #d8eae2;
}
.doc-tabs-tab:first-child {
	margin-left: 0;
}
.doc-tabs-tab:last-child {
	margin-right: 0
}
.doc-tabs-tab.active .doc-tabs-tab-link {
	color: #ff6801;
}
.doc-tabs-tab-link {
	text-decoration: none;
	color: var(--major);
}
.doc-tabs-tab-link:hover {
	color: #77b69b;
	border: none;
}
.doc-tabs-tab:hover,
.doc-tabs-tab.active {
	border-color: transparent;
}
.doc-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -0.5px;
	padding-top: 30px;
}
.doc-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	        justify-content: start;
	text-align: center;
	width: 32%;
	margin: 0 0.5%;
	vertical-align: top;
}


@media all and (max-width:400px){

	.doc-item {
		width: 49% !important;
	}
}
.info img.doc-img {
	width: 150px;
	height: 200px;
	margin: 0;
}
.doc-item .doc-info-text {
	margin: 0;
}
@media screen and (max-width: 375px) {
	.doc-item {
		width: 49%;
	}
}
/* End */


/* Start:/local/components/smdoc/doc.element/templates/.default/style.css?17109082092606*/
.address a {
	color: #666;
}
.address a span {
	color: #000;
}
.address ul {
	margin-top: 12px;
}
.doc-spec {
	margin-bottom: 6px;
}
.doc-info-desc {
	color: #666;
}
.doc-info-text{
	margin-left: 170px;
}
.doc-photo{
	float: left;
	width: 150px;
	height: 200px;
}
.doc-detail{
	margin-left: 180px;
}
.doc-address span,
.doc-spec span{
	color: var(--major);
}
.doc-address a,
.doc-spec a{
	color: var(--major);
}
.doc-address a span,
.doc-spec a span{
	color: #000;
}
.btn-panel{
	margin-top: 45px;
}
.btn-review,
.btn-clinic {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	border-radius: 40px;
	border: none;
	margin-right: 10px;
	cursor: pointer;
	background-color: var(--minor);
	box-sizing: border-box;
	padding: 17px 21px 15px;
	transition: 0.3s;
}
.btn-review {
	background-color: transparent;
	position: relative;
	color: var(--minor);
	border: 1px solid var(--minor);
}
.btn-review:hover {
	background-color: var(--minor-dark);
	border-color: transparent;
	color: #fff;
}
.btn-review:active {
	background-color: var(--minor-dark);
}
.btn-clinic:hover {
	background-color: var(--minor-dark);
}
.btn-clinic:active {
	background-color: var(--minor-dark);
}
.doc-spec-green {
	color: var(--major);
	margin: 4px 0;
}
.info .doc-photo img {
  margin: 0 0 15px;
	border-radius: 20px;
}
.tabs_info_panel #certificates {
	position: relative;
	width: 100%;
}
.tabs_info_panel #certificates div.cert-col {
	width: 33%;
	float:left;
}
.tabs_info_panel #certificates div.cert-col img {
	width: 90%;
}

.doc-info__experience {
	color: var(--minor);
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
	padding-left: 170px;
}

.doc-info__link--map::before {
	content: '';
	position: absolute;
	width: 30px;
	height: 20px;
	left: -30px;
	top: -5px;
	background-image: url('/images/map-marker-gray.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.doc-info__link--map {
	margin-left: 20px;
}

.doc-info__link {
	position: relative;
	color: var(--major);
	border-bottom: 1px dashed;
}

a.doc-info__link span {
	color: var(--major);
}

.doc-info__link:hover,
.doc-info__link:hover span {
	border-bottom-color: transparent;
	color: var(--major);
}

@media only screen and (max-width: 400px) {
	.info h1 {
		font-size: 24px;
	}

	.doc-head-panel {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.doc-info-text {
		margin: 0;
	}
}

@media only screen and (max-width: 440px) {
	.btn-clinic {
		margin-bottom: 20px;
	}
}
.left_panel {
	display: none;
}
.wr_content .right_panel {
	width: 100%;
}
/* End */


/* Start:/local/components/smc/appointment.widget/templates/doctor/style.css?171317467423799*/
.calendar {
  width: 280px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.calendar * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.calendar__header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  font-size: 16px;
  font-weight: bold;
}

.calendar__prev, .calendar__next {
  position: absolute;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.calendar__prev:before, .calendar__next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -7px 0 0 -7px;
  padding: 0;
  content: '';
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.calendar__prev {
  top: 0;
  left: 0;
}

.calendar__prev:hover:before {
  border-right: 7px solid var(--major);
}

.calendar__prev:before {
  border-left: 7px solid transparent;
  border-right: 7px solid #000;
}

.calendar__next {
  top: 0;
  right: 0;
}

.calendar__next:hover:before {
  border-left: 7px solid var(--major);
}

.calendar__next:before {
  border-right: 7px solid transparent;
  border-left: 7px solid #000;
}

.calendar__current {
  text-align: center;
}

.calendar__year {
  display: inline-block;
}

.calendar__month {
  display: inline-block;
}

.calendar__caption {
  font-size: 14px;
}

.calendar__week div {
  border: 1px solid #ccc;
}

.calendar__caption, .calendar__week {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.calendar__caption div, .calendar__week div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -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;
  width: 40px;
  height: 32px;
  border-bottom: 0;
}

.calendar__caption div:nth-child(6), .calendar__caption div:nth-child(7), .calendar__week div:nth-child(6), .calendar__week div:nth-child(7) {
  color: red;
}

.calendar__caption div:empty, .calendar__week div:empty {
  background: #F6F8F7;
}

.calendar__caption div + div, .calendar__week div + div {
  border-left: 0;
}

.calendar__caption:last-child div, .calendar__week:last-child div {
  border-bottom: 1px solid #ccc;
}

.calendar__week div.avalaible {
  cursor: pointer;
  background: var(--major);
  font-weight: bold;
  color: #fff;
}

.calendar__week div.avalaible:hover, .calendar__week div.avalaible.selected {
  background: var(--minor);
}

.calendar__week div.disable span {
  opacity: 0.7;
}

.calendar__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.calendar__row:last-child div {
  border-bottom: 1px solid #ccc;
}

.calendar__row div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -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;
  width: 46px;
  height: 36px;
  border: 1px solid #ccc;
  border-bottom: 0;
  font-size: 15px;
}

.calendar__row div + div {
  border-left: 0;
}

@media all and (max-width: 480px) {
  .calendar {
    width: 252px;
  }
  .calendar__caption div, .calendar__week div {
    width: 36px;
  }
}

.b-ap-form {
  margin: 60px 0 30px 0;
}

.b-ap-form__wrap {
  background: var(--light);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 20px 20px 1px;
}

.b-ap-form__header {
  overflow: hidden;
  margin: 0 0 50px;
}

.b-ap-form__header img {
  display: inline-block;
  vertical-align: middle;
}

.b-ap-form__title {
  position: relative;
  display: inline-block;
  font-size: 22px;
  padding: 0 50px 0 20px;
  font-weight: bold;
  vertical-align: middle;
}

.b-ap-form__title:after {
  position: absolute;
  top: 50%;
  left: 100%;
  height: 4px;
  width: 1300px;
  background: var(--major);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: -2px 0 0 0;
  content: '';
}

.b-ap-form__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  box-sizing: border-box;
}

.b-ap-form__steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 35px;
}

.b-ap-form__step {
  width: 32%;
  padding: 0 0 25px;
}

.b-ap-form__step:nth-child(3) .b-ap-form__caption div:after {
  display: none;
}

.b-ap-form__step:nth-child(3) .b-ap-form__caption:before {
  display: none;
}

.b-ap-form__step.active .b-ap-form__box {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  padding: 20px 20px 10px;
}

.b-ap-form__step.active .b-ap-form__controls {
  display: block;
}

.b-ap-form__step.active .b-ap-form-step {
  display: block;
}

@media all and (max-width: 1400px) {
  .b-ap-form__step.active .b-ap-form-step {
    display: none;
  }
}

.b-ap-form__step.active .b-ap-form-empty {
  display: none;
}

@media all and (max-width: 1400px) {
  .b-ap-form__step:nth-child(2) {
    width: 320px;
  }
}

.b-ap-form__result {
  display: none;
}

.b-ap-form__result.active {
  display: block;
  padding: 0 0 20px;
}

.b-ap-form__caption {
  position: relative;
  color: var(--major);
  font-weight: 800;
  margin: 0 0 20px;
  overflow: hidden;
}

.b-ap-form__caption div {
  position: relative;
  display: inline-block;
  color: #000;
  font-weight: normal;
  padding: 0 15px 0 0;
}

.b-ap-form__caption div:after {
  position: absolute;
  top: 50%;
  left: 100%;
  height: 1px;
  width: 900px;
  background: var(--major);
  content: '';
}

.b-ap-form__caption:before {
  position: absolute;
  top: 50%;
  right: 2px;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 0;
  border-top: 1px solid var(--major);
  border-right: 1px solid var(--major);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  content: '';
}

.b-ap-form__controls {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.b-ap-form__calendar {
  margin: 0 0 10px;
}

.b-ap-form__input {
  position: relative;
  margin: 0 0 15px;
}

.b-ap-form__input input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  line-height: 36px;
  height: 36px;
  border: 1px solid var(--light-2);
  background: var(--light-2);
  padding: 0 20px;
  font-size: 14px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.b-ap-form__input input::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}

.b-ap-form__input input:-moz-placeholder {
  opacity: 1;
  color: #000;
}

.b-ap-form__input input:-ms-placeholder {
  opacity: 1;
  color: #000;
}

.b-ap-form__input input::-moz-placeholder {
  opacity: 1;
  color: #000;
}

.b-ap-form__selects {
  position: relative;
}

.b-ap-form__selects.disable * {
  opacity: 0.5;
}

.b-ap-form__selects.disable:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  content: '';
}

.b-ap-form__select {
  position: relative;
  margin: 0 0 15px;
  z-index: 4;
}

.b-ap-form__select select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--light-2);
  line-height: 36px;
  height: 36px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: var(--light-2);
  padding: 0 20px;
  font-size: 14px;
}

.b-ap-form__select select option {
  width: 85%;
}

/*.b-ap-form__select:before {
  position: absolute;
  top: 14px;
  right: 10px;
  border-top: 6px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: '';
}*/

.b-ap-form__select + .b-ap-form__select {
  margin: 0 0 10px;
}

.b-ap-form__submit {
  margin: 0 0 20px;
  text-align: center;
}

.b-ap-form__submit button {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: var(--major);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 40px;
  line-height: 46px;
  height: 46px;
  border: 0;
}

.b-ap-form__submit button:before {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 3px 0;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSIgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTIyLjE1MSAxNS4wNzZhLjU5OC41OTggMCAwMC0uNTk4LjU5OHY1LjMwN2ExLjc5NSAxLjc5NSAwIDAxLTEuNzkzIDEuNzkzSDIuOTljLS45OSAwLTEuNzkyLS44MDMtMS43OTQtMS43OTNWNS40MDVBMS43OTUgMS43OTUgMCAwMTIuOTkgMy42MTJoNS4zMDdhLjU5OC41OTggMCAxMDAtMS4xOTZIMi45ODlBMi45OTIgMi45OTIgMCAwMDAgNS40MDdWMjAuOThhMi45OTIgMi45OTIgMCAwMDIuOTg5IDIuOTlIMTkuNzZhMi45OTIgMi45OTIgMCAwMDIuOTg5LTIuOTl2LTUuMzA3YS41OTguNTk4IDAgMDAtLjU5OC0uNTk4eiIvPjxwYXRoIGQ9Ik0yMi41MTIuODc5YTIuNjkgMi42OSAwIDAwLTMuODA0IDBMOC4wNDQgMTEuNTQzYS41OTguNTk4IDAgMDAtLjE1My4yNjNsLTEuNDAyIDUuMDYzYS41OTguNTk4IDAgMDAuNzM1LjczNWw1LjA2My0xLjQwMmEuNi42IDAgMDAuMjYzLS4xNTRMMjMuMjEzIDUuMzg0YTIuNjkzIDIuNjkzIDAgMDAwLTMuODA0bC0uNy0uNzAxek05LjM0NyAxMS45M2w4LjcyNy04LjcyOCAyLjgxNSAyLjgxNS04LjcyOCA4LjcyOC0yLjgxNC0yLjgxNXptLS41NjMgMS4xMjhsMi4yNSAyLjI1LTMuMTExLjg2MS44NjEtMy4xMXptMTMuNTg0LTguNTJsLS42MzQuNjM0LTIuODE1LTIuODE1LjYzNS0uNjM0YTEuNDk0IDEuNDk0IDAgMDEyLjExMyAwbC43MDEuNzAyYy41ODMuNTg0LjU4MyAxLjUzIDAgMi4xMTN6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=") 50% 50% no-repeat;
  content: '';
}

@media all and (max-width: 1024px) {
  .b-ap-form__steps {
    display: block;
  }
  .b-ap-form__step {
    width: 100%;
    display: none;
  }
  .b-ap-form__step.active {
    display: block;
  }
  .b-ap-form__step:nth-child(2) {
    width: 100%;
  }
  .b-ap-form__box {
    height: auto;
  }
  .b-ap-form__controls {
    width: 100%;
  }
  .b-ap-form__caption div:after {
    display: none;
  }
  .b-ap-form__caption:before {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .b-ap-form__wrap {
    padding: 10px;
  }
  .b-ap-form__step.active .b-ap-form__box {
    padding: 10px 10px 1px;
  }
}

.b-ap-form-empty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--light-2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.b-ap-form-step {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(22, 84, 69, 0.15);
  -moz-box-shadow: 0px 2px 4px rgba(22, 84, 69, 0.15);
  box-shadow: 0px 2px 4px rgba(22, 84, 69, 0.15);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 90px;
  height: 90px;
  display: none;
  margin-right: 20px;
}

.b-ap-form-step__icon {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0 0;
}

.b-ap-form-step__icon img {
  display: inline-block;
  margin: 0 0 6px;
}

.b-ap-form-step__cap {
  text-align: center;
  font-size: 16px;
  padding: 3px 0 0;
}

.b-ap-form-step__cap div {
  display: inline;
  font-size: 20px;
  font-weight: 800;
}

.b-ap-form-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b-ap-form-time div {
  display: block;
  cursor: pointer;
  width: 62px;
  margin: 0 3px 10px;
  font-size: 15px;
  text-align: center;
  line-height: 32px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 1px solid #E5E7E3;
  color: #000;
}

.b-ap-form-time div:hover {
  color: #fff;
  background: var(--major);
}

.b-ap-form-time div.active {
  color: #fff;
  background: var(--minor);
}

@media all and (max-width: 768px) {
  .b-ap-form-time div {
    width: 56px;
    margin: 0 3px 8px;
    font-size: 14px;
  }
}

.b-ap-form-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.b-ap-form-result__left {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: 34%;
  padding: 20px;
}

.b-ap-form-result__right {
  /*width: 66%;*/
  padding: 20px;
}

.b-ap-form-result__laststep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.b-ap-form-result__laststep .b-ap-form-step {
  display: block;
  margin: 0 30px 0 0;
}

.b-ap-form-result__laststep .b-ap-form-step__icon {
  padding: 4px 0 0;
}

.b-ap-form-result__laststep .b-ap-form-step__icon img {
  margin: 0;
}

.b-ap-form-result__caption {
  position: relative;
  color: var(--major);
  font-weight: 800;
  margin: 0 0 20px;
  overflow: hidden;
}

.b-ap-form-result__caption div {
  position: relative;
  display: inline-block;
  color: #000;
  font-weight: normal;
  padding: 0 15px 0 0;
}

.b-ap-form-result__caption div:after {
  position: absolute;
  top: 50%;
  left: 100%;
  height: 1px;
  width: 900px;
  background: #D3D3D3;
  content: '';
}

.b-ap-form-result__caption:before {
  position: absolute;
  top: 50%;
  right: 2px;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 0;
  border-top: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  content: '';
}

@media all and (max-width: 1024px) {
  .b-ap-form-result__left {
    display: none;
  }
  .b-ap-form-result__right {
    width: 100%;
  }
  .b-ap-form-result__laststep .b-ap-form-step {
    display: none;
  }
  .b-ap-form-result__caption div:after, .b-ap-form-result__caption:before {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .b-ap-form-result__right {
    padding: 10px;
  }
}

.b-ap-form-info img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.b-ap-form-info__row {
  background: #F6F8F7;
  margin: 0 0 20px;
  padding: 10px 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.b-ap-form-info__row div {
  display: inline-block;
  font-weight: 800;
  color: var(--major);
}

.b-ap-form-doctor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.b-ap-form-doctor__photo {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  -webkit-box-shadow: 0px 10px 20px rgba(76, 92, 82, 0.25);
  -moz-box-shadow: 0px 10px 20px rgba(76, 92, 82, 0.25);
  box-shadow: 0px 10px 20px rgba(76, 92, 82, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.b-ap-form-doctor__photo img {
  display: block;
  width: 100%;
}

.b-ap-form-doctor__content {
  padding: 0 0 0 30px;
}

.b-ap-form-doctor__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}

.b-ap-form-doctor__desc {
  font-size: 12px;
  margin: 0 0 20px;
}

.b-ap-form-doctor__specs {
  font-size: 12px;
}

.b-ap-form-doctor__specs div {
  margin: 0 0 8px;
}

.b-ap-form-doctor__specs span {
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding: 5px 8px;
  background: #F8F8F8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.b-ap-form-contacts {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  /* 	&__phone-code{
		position: relative;
		border-top:1px solid #E2E9E6;
		border-bottom:1px solid #E2E9E6;
		border-left:1px solid #E2E9E6;
		border-right:0;
		border-radius: 3px 0 0 3px;
		line-height: 46px;
		height:46px;
		width:46px;
		flex-shrink:0;
		padding:0 0 0 10px;
		z-index: 5;
		background: none;
	} */
}

.b-ap-form-contacts__polytic {
  text-align: center;
  font-size: 12px;
  padding: 0 0 20px;
  color: #989898;
}

.b-ap-form-contacts__polytic a {
  color: inherit;
  text-decoration: underline;
}

.b-ap-form-contacts__box {
  background: #F6F8F7;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 20px;
  margin: 0 0 25px;
}

.b-ap-form-contacts__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 15px;
}

.b-ap-form-contacts__input {
  display: block;
  line-height: 46px;
  height: 46px;
  border: 1px solid #E2E9E6;
  background: #fff;
  -webkit-border-radius:40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 0 30px;
  width: 49%;
}

.b-ap-form-contacts__input.error,
.b-ap-form-contacts__code input.error, .b-ap-form-contacts__phone input.error{
  border: 2px solid red;
}

.b-ap-form-contacts__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.b-ap-form-contacts__code {
  display: none;
  margin: 15px 0 0;
}

.b-ap-form-contacts__code input {
  border-color: var(--major);
}

.b-ap-form-contacts__code, .b-ap-form-contacts__phone {
  position: relative;
  background: #fff;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  /*
		&:before{
			position: absolute;
			top:20px;
			left:32px;
			border-top:6px solid #000;
			border-left:4px solid transparent;
			border-right:4px solid transparent;
			border-bottom:5px solid transparent;
			content:'';
			z-index: 1;
		}
		*/
}

.b-ap-form-contacts__code input, .b-ap-form-contacts__phone input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-top: 1px solid #E2E9E6;
  border-bottom: 1px solid #E2E9E6;
  border-right: 1px solid #E2E9E6;
  border-left: 1px solid #E2E9E6;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 46px;
  height: 46px;
  padding: 0 30px;
}

.b-ap-form-contacts__code.show, .b-ap-form-contacts__phone.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.b-ap-form-contacts__rules {
  padding: 10px 0 0 6px;
  font-size: 14px;
}

.b-ap-form-contacts__submit button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 230px;
  margin: 0 auto;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: var(--major);
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  border: 0;
  line-height: 46px;
  height: 46px;
  cursor: pointer;
}

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

@media all and (max-width: 480px) {
  .b-ap-form-contacts__box {
    padding: 10px;
  }
  .b-ap-form-contacts__row {
    display: block;
    margin: 0 0 10px;
  }
  .b-ap-form-contacts__input {
    width: 100%;
    box-sizing: border-box;
  }
  .b-ap-form-contacts__input:first-child {
    margin: 0 0 10px;
  }
}

.b-ap-form-msg {
  position: relative;
  font-size: 14px;
  text-align: left;
  background: rgba(253, 94, 94, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #E2E9E6;
  margin: 20px 0;
  padding: 13px 20px 14px;
}

.b-ap-form-msg span {
  font-weight: 800;
}

.b-ap-form-msg.hidden {
  display: none;
}

.b-ap-form-msg:empty {
  display: none;
}

.ap-form-success {
  background: #fff;
  padding: 30px;
  margin: 0 0 19px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.ap-form-success__title {
  font-size: 28px;
  font-weight: bold;
}

.ap-form-success__date {
  font-size: 24px;
  font-weight: bold;
  color: var(--major);
}

.ap-form-success__date span {
  font-weight: normal;
  font-size: 16px;
  color: #000;
}

.ap-form-success__date, .ap-form-success__doctor, .ap-form-success__address {
  font-size: 20px;
  margin: 10px 0;
  font-weight: bold;
}

.ap-form-success__date div, .ap-form-success__doctor div, .ap-form-success__address div {
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: normal;
}

.b-ap-form-call {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0 20px;
}

.b-ap-form-call__text {
  font-size: 18px;
  margin: 0 0 20px;
}

.b-ap-form-call__phone {
  display: inline;
  white-space: nowrap;
}

.b-ap-form-call__phone * {
  text-decoration: none;
  font-weight: bold;
  color: var(--major);
}

.b-ap-form-call__caption {
  margin: 0 0 20px;
}

.b-ap-form-call__btn {
  cursor: pointer;
  display: inline-block;
  background: var(--major);
  color: #fff;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 7px 24px;
  text-decoration: none;
}
.b-ap-form-call__btn:hover {
  cursor: pointer;
  background: var(--major-dark);
}

.grecaptcha-badge {
  visibility: hidden;
}
.recaptch-block {
  padding-bottom: 10px;
  text-align: right;
  font-size: 12px;
}
.recaptch-block, .recaptch-block a {
  color: #8a8989;
}
.b-ap-form__step.active .b-ap-form-step {
  display: none;
}
/* End */


/* Start:/local/templates/smdoctor_inner/components/smdoc/appointments.form/form_in_page/style.css?17109082096526*/
.appointments_form .error{
	box-shadow: 0 0 5px 1px red;
}
.appointments_form_in_page {
	display: block;
	background:  var(--light-2);
	padding: 30px;
	min-width: 300px;
	box-sizing: border-box;
	margin-top: 34px;
	border-radius: 20px;
}

@media all and (max-width: 1024px) {
	.appointments_form_in_page {
		min-width: 0%;
	}
}

.right_panel .info .appointments_form_in_page h2.title {
	margin: 0;
	margin-bottom: 16px;
}
.appointments_form_in_page .text {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.appointments-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.appointments-list-services {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	align-items: center;
	margin-bottom: 30px;
}

.appointments-list .form-row {
	display: inline-flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.appointments-list .form-row.date-time{
	gap: 10px;
}
.appointments-list .form-row.sbm {
	margin: 0;
	width: 100%;
	justify-content: left;
}


.label-wrapper {
	text-align: left;
	margin-right: 10px;
	padding-top: 12px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	width: 115px;
}

.date-time-wrapper:nth-child(2) .label-wrapper {
	width: 60px;
}

.appointments-list .form-row:nth-child(1) .label-wrapper,
.appointments-list .form-row:nth-child(1) .label-wrapper label,
.appointments-list .form-row:nth-child(3) .label-wrapper,
.appointments-list .form-row:nth-child(3) .label-wrapper label{
	width: 50px;
}

.appointments-list .label {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 0;
	width: 115px;
	display: block;
}

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

.appointments-list .label.two-lines {
	white-space: normal;
}
.appointments-list .text-field {
	border: none;
	border-radius: 40px;
	width:100%;
	height: 42px;
	background-color: #fff;
	padding-left: 17px;
	box-sizing: border-box;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
	font-family: 'OpenSans';
}


.appointments-list .form-row input {
	border-radius: 40px;
}
.appointments-list .text-field#name,
.appointments-list #spec-styler {
	width: 100%;
}
#spec-styler {
	height: 42px;
}
.date-time-wrapper {
	display: inline-flex;
}
.appointments_form_in_page .sel_clinic{
	margin: 0px;
	width: 238px;
}
.appointments_form_in_page #time-styler{
	width: 100px;
}
.appointments_form_in_page .sel_clinic .jq-selectbox__select{
	height: 42px;
	padding: 9px 0 0 17px;
	box-sizing: border-box;
	text-align: left;
	border-radius: 40px;
}
div.jq-selectbox__select-text {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
	width: 80%;
}
.appointments_form_in_page .sel_clinic .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
	position: absolute;
	top: 19px;
	border-left: 5.5px solid transparent;
	border-right: 5.5px solid transparent;
	border-top: 5px solid var(--major);
	width: auto;
	background: none;
	right: 20px;
}
.radio {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	margin-bottom: 17px;
}
.jq-radio.rdo_clinic {
	margin-right: 9px;
}
.appointments_form_in_page .submit {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	border-radius: 3px;
	border: none;
	margin-right: 20px;
	cursor: pointer;
	background-color: #ff6801;
	box-sizing: border-box;
	padding: 17px 21px 15px;
	transition: 0.3s;
	font-family: "OpenSans";
}
.appointments_form_in_page .submit:hover {
	background-color: var(--minor-dark);
}
.appointments_form_in_page .submit:active {
	background-color: var(--minor-dark);
}
.agree-text {
	color: #000000;
	font-size: 10px;
	font-weight: 400;
	line-height: 12px;
	margin: 10px 0;
}
.agree-link {
	color: #3a6955;
	text-decoration: underline;
}
.appointments_form_in_page input[name="number_card"]{
	background-color: #fff;
	width: 238px;
	height: 42px;
	border-radius: 40px;
	border: 1px solid #fff;
	padding-left: 17px;
	box-sizing: border-box;
}
.appointments_form_in_page input[name="number_card"]:disabled{
	background-color: #eaebef;
	border-radius: 40px;
}
.quest {
	display: flex;
	flex-direction: column;
	width: 80%;
}
.radio-row .label-wrapper {
	padding-top: 0;
}
.radio-row {
	padding-top: 12px;
}
@media only screen and (max-width: 1100px) {
	.appointments_form_in_page {
		padding: 40px;
		text-align: center;
	}
	.appointments-list {
		text-align: left;
	}

	.appointments-list-services {
		grid-template-columns: 1fr 1fr;
	}

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

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

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

	.appointments-list .form-row {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.appointments-list {
		grid-template-columns: 1fr;
	}

	.appointments-list .form-row-services {
		margin-bottom: 15px;
	}

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

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

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

	.form-row-sbm-services {
		grid-column-start: 1;
	}

	.label-wrapper {
		text-align: left;
		width: 100%;
	}
	.appointments-list .form-row.date-time {
		flex-direction: row;
		justify-content: space-between;
	}
	.date-time-wrapper {
		flex-direction: column;
		width: 49%;
	}
	.appointments-list .text-field#name,
	.appointments-list #spec-styler,
	.appointments-list #date,
	.appointments-list #time-styler {
		width: 100%;

	}
	.appointments-list #phone{
		width: 100%;
	}
	.radio {
		margin: 5px 0;
	}
	.appointments-list .form-row.sbm {
		align-items: center;
		margin-top: 20px;
		margin-left: 0;
		text-align: center;
	}
	.appointments_form_in_page .submit {
		margin-right: 0;
	}
	.appointments-list .agree-text {
		width: 100%;
	}
}


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

	.appointments_form_in_page-services {
		padding: 20px;
	}
	.appointments-list #phone {
		width: 100%;
	}
	.appointments-list .form-row.date-time {
		flex-direction: column;
	}
	.date-time-wrapper {
		width: 100%;
	}
	.date-time-wrapper:last-child {
		margin-bottom: 20px;
	}

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

}
@media only screen and (max-width: 443px) {
	.sel_clinic .jq-selectbox__select-text {
		max-width: 84%;
	}
}
/* End */


/* Start:/local/components/smdoc/review.list/templates/doctor/style.css?1710908209765*/
.review-item{
	border-bottom: 1px solid #ccc;
	padding: 0 0 22px 0;
	margin: 0 0 34px 0;
}
.review-head{
	margin: 8px 0;
}
.review-head .client{
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.review-head .date{
	font-size: 14px;
	color: #999;
	float: right;
}
.answer{
	padding: 14px 0 0 72px;
	background: url('/local/components/smdoc/review.list/templates/doctor/./images/min-logo.png') no-repeat 0 26px;
	min-height: 72px;
	color: var(--major);
}
.review-list {
  text-align: justify;
}

.load-more{
	padding:0 0 20px;
}
.load-more__btn{
	cursor: pointer;
	display: block;
	width:200px;
	margin:0 auto;
	line-height: 40px;
	height: 40px;
	color:#fff;
	background: var(--major);
	text-align: center;
	font-weight: bold;
	border-radius: 20px;
	transition:0.3s;
}
.load-more__btn:hover{
	background: #368765;
}
/* End */


/* Start:/local/components/smdoc/review.form/templates/.default/style.css?17628576342964*/
.review_form .error{
	box-shadow: 0 0 5px 1px red;
}
.review_form {
	display: block;
	background: var(--light-2);
	padding: 60px;
	min-width: 290px;
	box-sizing: border-box;
	border-radius: 20px;
}
.right_panel .info .review_form h3.title {
	color: #000;
	font-size: 24px;
	font-weight: 800;
	line-height: 34px;
	margin: 0;
	margin-bottom: 16px;
}

form .review-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	align-items: center;
}
.review-list .form-row .label-wrapper {
	padding-top: 0px;
}

.review-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.review-list .form-row {
	margin-bottom: 0;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}

.review-list .form-row:nth-child(3){
	grid-column-start: 1;
	grid-column-end: 3;
}

.review-list .form-row:nth-child(3) .text-field{
	width: 100%;
}

.review-list .form-row:nth-child(3) .label-wrapper{
	width: 85px;
}

.review-list .form-row .phone {
	margin-bottom: 0;
}
.form-row.sbm {
	margin: 0;
	margin-left: 85px;
	border-radius: 40px;
}

.review-list .label-wrapper {
	width: 100px;
}
.label-wrapper {
	margin-right: 5px;
	padding-top: 12px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
.review-list .label {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 0;
}
.review-list .text-field {
	border: none;
	border-radius: 20px;
	width: 100%;
	height: 42px;
	background-color: #ffffff;
	padding-left: 17px;
	box-sizing: border-box;
}
.review-list .text-field#message {
	height: 100px;
	padding-top: 8px;
}
.submit.review-submit {
	height: 42px;
	background-color: var(--minor);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	border-radius: 40px;
	border: 1px solid var(--minor);
	margin-right: 20px;
	cursor: pointer;
	padding: 0 21px;
	box-sizing: border-box;
	transition: 0.3s;
	font-family: 'OpenSans';
}
.submit.review-submit:hover {
	background-color: var(--minor-dark);
	border-color: transparent;
}
.submit.review-submit:active {
	background-color: var(--minor);
}
@media only screen and (max-width: 910px) {
	.review_form {
		text-align: center;
	}
	.review-list .form-row {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.label-wrapper {
		text-align: left;
		width: 100%;
	}
	.date-time-wrapper {
		flex-direction: column;
		width: 49%;
	}
	.review-list .text-field {
		width: 100%;
	}
	.form-row.sbm {
		align-items: center;
		margin-top: 20px;
		margin-left: 0;
		text-align: center;
		grid-column-start: 1;
		grid-column-end: 3;
	}
	.review_form_in_page .submit {
		margin-right: 0;
	}
}
@media screen and (max-width: 590px) {
	.review_form {
		padding: 60px 20px 49px;
	}
}

@media screen and (max-width: 480px) {
	form .review-list {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.form-row.sbm,
	.review-list .form-row:nth-child(3){
		grid-column-start: 1;
		grid-column-end: 2;
	}
}
.review_form .agreement {
	padding: 20px 0 10px 0;
}
/* End */
/* /local/components/smdoc/docs/templates/.default/style.css?17109082091482 */
/* /local/components/smdoc/doc.element/templates/.default/style.css?17109082092606 */
/* /local/components/smc/appointment.widget/templates/doctor/style.css?171317467423799 */
/* /local/templates/smdoctor_inner/components/smdoc/appointments.form/form_in_page/style.css?17109082096526 */
/* /local/components/smdoc/review.list/templates/doctor/style.css?1710908209765 */
/* /local/components/smdoc/review.form/templates/.default/style.css?17628576342964 */
