

/* Start:/local/templates/aspro-medc22/components/bitrix/news.list/spec-doctors-list/style.css?17843097074624*/
.doctor-card {
  /* width: 308px;  */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  font-family: "Littera Plain", Arial, sans-serif;
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-top: 20px;
    flex-grow: 1;
    flex-direction: column;
}
.doctor-card-wrapper {
    display: flex;
}
.doctor-image-wrapper {
  position: relative;
  width: 100%;
  height: 190px; 
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.doctor-photo {
  width: 100%;
  /* height: 100%;
  transform: scale(2); */
  object-fit: cover; 
  display: block;
}

.doctor-badge {
  /* height: 22px; */
  position: absolute;
  left: -8px;
  background: #f3f5f9;
  color: #333;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 6px;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  text-box: auto;
}

.doctor-price {
  bottom: 41px;
}

.doctor-experience {
  bottom: 10px;
    margin-top: 10px;
    display: block;
}

.doctor-info {
  padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.doctor-name {
  font-weight: 600;
  font-size: 16px;
  color: #222;
  margin-bottom: 8px;

  height: 40px;
}

.doctor-position {
  font-size: 13px;
  color: #666;
  margin-bottom: 16px;
  line-height: 1.4;
}
.doctor-position .doctor-position_text{
    max-height: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.doctor-btn {
  height: 35px;
  background: #696969;
/*  background: #75c7f6; */
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 4px 37px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
  width: 100%;
  text-box: auto;
}

.doctor-btn:hover {
  background: #2E8B57;
  color: #fff;
/*  background: #5bb7ed; */
}

.item-views.table-type-block.staff-items .item .title {
  text-align: left !important;
}

.sections.item-views.list.prices-elements .item .hidden-block {
  text-align: left;
  padding: 24px 0 !important;
}

.sections.item-views.list.prices-elements .item:not(:hover) .top-row .btn.arrow-open:before {
  transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    transition-delay: 90ms;
    -moz-transition-delay: 90ms;
    -ms-transition-delay: 90ms;
    -o-transition-delay: 90ms;
    -webkit-transition-delay: 90ms;
}

.item-views.table-type-block.staff-items .item .title a {
  text-align: left !important;
}

@media (max-width: 991px) {
.left-menu-md .sidearea>div,.left-menu-md aside,.right-menu-md .sidearea>div,.right-menu-md aside {
      display: block !important;
  }
}



/* accordion */
.acc-box {
	padding: 60px 0;
}

.acc-header {
    cursor: pointer;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    transition: background 0.2s;
	position: relative;
}

.acc-body {
    display: none;
	padding: 0 15px 20px;
}
.acc-body.show {
    display: block;
}
.acc-box .acc-item {
	border-bottom: 1px solid rgb(183, 183, 183, .5);
}
.acc-box .acc-header::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 6px;
	height: 100%;
	background: #1ea4d5;
	border-radius: 0 4px 4px 0;
	opacity: 0;
	transition: .3s all ease;
}
.acc-box .acc-header.active::before {
	opacity: 1;
}
.acc-box .acc-header .text {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.acc-box .acc-header .icon {
	margin-left: auto;
	min-width: 40px;
	max-width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #B7B7B7;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transform: rotate(180deg);
	transition: .3s;
}
.acc-box .acc-header.active .icon {
	transform: rotate(0);
}
.acc-box .acc-body p {
	font-size: 16px;
	color: #7F7F7F;
}
.doctor-info_detail-item {
    margin-bottom: 5px;
    font-size: 13px;
    color: #666;
    line-height: 120%;
}
.doctor-info_detail .doctor-info_detail-item:last-child {
    margin-bottom: 20px;
}
@media (max-width: 576px) {
  .acc-box .acc-header .text {
    font-size: 14px;
    padding-right: 10px;
  }
  .acc-box .acc-body p {
    font-size: 12px;
  }
  .acc-box .acc-header .icon {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
  }
  .acc-header {
    padding: 14px 10px;
  }
}
/* End */
/* /local/templates/aspro-medc22/components/bitrix/news.list/spec-doctors-list/style.css?17843097074624 */
