

/* Start:/local/templates/orteka_desktop/components/orteka/employee.detail/doctors_detail/style.css?16449176991821*/
.b-can-heal-children {
    position: relative;
}
.b-person-details__child-icon {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #f58233;
    border-radius: 50%;
    background-image: url('/local/templates/.default/components/orteka/users.list/doctors_detail/child-icon.svg');
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 26px;
    left: -12px;
}

.employee-calendar-button {
    text-transform: lowercase !important;
    border-color: transparent;
    height: fit-content !important;
    border-radius: 1rem;
    cursor: pointer;
    position: relative;
    top: -0.2rem;
}
.employee-calendar-wrapper {

}
.employee-calendar-row {
    display: flex;
}
.employee-calendar-row.week {
    font-weight: 700;
}
.employee-calendar-item {
    padding: 1px;
}
.employee-calendar-day {
    position: relative;
    width: 3.5rem;
    border: 1px solid #00A7B8;
    display: flex;
    flex-direction: column;
    border-radius: 0.5rem;
    background-color: #fff;
    color: #fff;
    height: 3.6rem;
    overflow: hidden;
}
.employee-calendar-row.week .employee-calendar-day {
    height: fit-content;
    align-items: center;
    background-color: #00A7B8;
}
.employee-calendar-title {
    color: #00A7B8;
    line-height: initial;
    text-align: center;
}
.employee-calendar-time {
    background-color: #00A7B8;
    color: #fff;
    border-radius: 0.5rem 0.5rem 0 0;
    line-height: initial;
    text-align: center;
}
.employee-gray {
    font-weight: 700;
    color: #aaa;
    margin-left: 10px;
    position: relative;
    top: -0.2rem;
}
.blue_wrapper {
    background-color: #EDF1F4;
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.default_width {
    max-width: 1260px !important;
}
/* End */


/* Start:/local/templates/orteka_desktop/global/b-person/b-person.css?17133515157772*/
.b-person {
  padding-bottom: 24px;
  height: 100%;
}
.b-person__wrapper {
  height: 100%;
  padding: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 20px rgba(28, 28, 28, 0.08);
          box-shadow: 0px 6px 20px rgba(28, 28, 28, 0.08);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.b-person__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0;
}
.b-person__image {
  width: 148px;
  min-width: 148px;
  height: 148px;
  margin: 0 auto 24px;
  border-radius: 50%;
  overflow: hidden;
}
.b-person__name {
  font-size: 20px;
  max-width: 230px;
  margin: 0 auto 16px;
}
.b-person__specialization {
  font-size: 14px;
  color: #A7A9AC;
}
.b-person__button {
  padding-top: 32px;
}
.b-person-details__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 760px;
}
.b-person-details__row:not(:last-child) {
  margin-bottom: 24px;
}
.b-person-details__param {
  min-width: 173px;
  padding-right: 16px;
  font-weight: 500;
}
.b-person-details__aside {
  width: 220px;
  min-width: 220px;
}
.b-person-details__avatar img {
  display: block;
  border-radius: 6px;
}
.b-person-table__item:not(:first-child) {
  padding-top: 18px;
  margin-top: 16px;
  -webkit-box-shadow: inset 0px 1px 0px #E5E5E5;
          box-shadow: inset 0px 1px 0px #E5E5E5;
}
.b-person-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-person-table__row:not(:first-child) {
  padding-top: 16px;
  margin-top: 16px;
  -webkit-box-shadow: inset 0px 1px 0px #E5E5E5;
          box-shadow: inset 0px 1px 0px #E5E5E5;
}
.b-person-table__data {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding-right: 16px;
}
.b-person-table__hidden .b-person-table__item:first-child {
  padding-top: 18px;
  margin-top: 16px;
  -webkit-box-shadow: inset 0px 1px 0px #E5E5E5;
          box-shadow: inset 0px 1px 0px #E5E5E5;
}
.b-person-table__item_button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.b-person-table__item_button:hover {
  color: #00A7B8;
}
.b-person-table__icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  position: relative;
}
.b-person-table__icon::before, 
.b-person-table__icon::after {
  position: absolute;
  height: 2px;
  width: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #B7CDD9;
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.b-person-table__icon::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.b-person-table__item_button.is-active .b-person-table__icon::after,
.b-person-table__button.is-active .b-person-table__icon::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.b-person-table__arrow {
  width: 16px;
  min-width: 16px;
  height: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.b-person-table__item_button.is-active .b-person-table__arrow {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.b-person-table-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-person-table-total__info {
  padding-right: 24px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.b-person-table-total .g-price {
  font-size: 20px;
  color: #00A7B8;
  margin-bottom: 8px;
}
.b-person-table-total__button {
  padding-left: 36px;
}
.b-person-table__item_button.is-active .b-person-table-total__info {
  opacity: 0;
}
.b-person-hide {
  display: none;
}

.b-person__wrapper_row {
  display: block;
  text-align: left;
}
.b-person__wrapper_row .b-person__info {
  display: flex;
}
b-person__wrapper_row .b-person__image {
  margin: 0;
}
.b-person__info__content {
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.b-person__wrapper_row .b-person__name {
  margin: 0 0 8px;
  max-width: none;
}
.b-person__more {
  margin-bottom: 8px;
  font-size: 14px;
}
.b-person__text {
  font-size: 14px;
  color: #333333;
  background: #F1F1F1;
  border-radius: 8px;
  padding: 12px 15px;
}
.b-person-slider .slick-track {
  display: flex;
}
.b-person-slider .b-person-slider__item {
  padding: 0 15px;
  height: auto;
}
.b-person-slider.b-mainpage_main-slider {
	padding-left: 10px;
	padding-right: 10px;
}

.b-person_var {
  max-width: 790px;
  margin: 0 auto;
}
.b-person_var .b-person__wrapper {
	background: #F0F3F8;
  border-radius: 16px;
  box-shadow: none;
}
.b-person_var .b-person__image {
	width: 160px;
	min-width: 160px;
	height: 160px;
}
.b-person_var .b-person__name {
	font-size: 16px;
	max-width: none;
}
.b-person_var .b-person__text {
	font-size: 16px;
	background: #FFFFFF;
  margin-top: 10px;
}

.b-person-table {
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 7px 20px 4px rgba(28, 28, 28, 0.04);
}
.b-person-table__button {
  padding: 16px 28px;
  cursor: pointer;
}
.b-person-table__text {
  transition: 0.3s;
}
.b-person-table__button:hover .b-person-table__text {
  color: #009AA6;
}
.b-person-table__button .g-row {
  min-height: 44px;
}
.b-person-table__block {
  padding: 16px 28px 28px;
}
.b-person-nav {
  margin-left: -2px;
  margin-right: -2px;
  position: relative;
}
.b-person-nav__item.swiper-slide {
  padding-left: 2px;
  padding-right: 2px;
  width: auto;
}
.b-person-nav .header-nav-slider__arrow.swiper-button-next {
  right: -20px;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

.b-person-nav .header-nav-slider__arrow.swiper-button-prev {
  left: -20px;
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
.b-person-nav .header-nav-slider__arrow {
	width: 100px;
}
.b-person-nav .header-nav-slider__arrow svg {
	width: 16px;
	height: 10px;
  position: absolute;
}
.b-person-nav .swiper-button-next svg {
  right: 0;
}
.b-person-nav .swiper-button-prev svg {
  left: 0;
}
.bx-no-touch .b-person-nav .header-nav-slider__arrow.swiper-button-next:hover {
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

.bx-no-touch .b-person-nav .header-nav-slider__arrow.swiper-button-prev:hover {
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
.b-person-nav .header-nav-slider__arrow.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.b-person-table-order .b-person-table {
	box-shadow: none;
}
.b-person-table-order .b-basket-complete {
	padding-left: 0;
}
.profile-orders-total {
	min-width: 230px;
}
.profile-orders-total_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  align-items: baseline;
}
.profile-orders-total_row:not(:last-child) {
	margin-bottom: 2px;
}
.profile-orders-total__param {
	font-size: 14px;
	padding-right: 8px;
	color: #A7A9AC;
}
/* End */


/* Start:/local/components/orteka/services.price.list/templates/.default/style.css?169815977687*/
.default_width {
    max-width: 1260px !important;
}
.g-m-hidden {
    display: none;
}
/* End */
/* /local/templates/orteka_desktop/components/orteka/employee.detail/doctors_detail/style.css?16449176991821 */
/* /local/templates/orteka_desktop/global/b-person/b-person.css?17133515157772 */
/* /local/components/orteka/services.price.list/templates/.default/style.css?169815977687 */
