

/* Start:/local/templates/main_v2/components/bitrix/news/doctors/bitrix/news.detail/.default/style.css?17730644481811*/
.doctor_detail {
  display: flex;
  gap: 32px;
  margin: 0 0 66px;
  width: 100%;
  align-items: flex-start;
}

.doctor_detail .doc-img {
  flex: 0 0 30%;
  max-width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
}

.doctor_detail .doc-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  max-height: 420px;
}

.doctor_detail .about_doctor {
  flex: 1 1 70%;
  max-width: 70%;
  height: auto;
}

.doctor_detail .about_doctor::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent;
}

.doctor_detail .about_doctor::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}

.doctor_detail .about_doctor::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #f5f2f7;
}

.doctor_detail .about_doctor ul .point_item {
  border-bottom: 1px dotted #b3b3b3;
  padding: 12px 0 5px;
  margin: 0 7% 0 0;
}

.doctor_detail .about_doctor ul .point_item .point_title {
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin: 0 6px 12px 0;
}

.doctor_detail .about_doctor ul .point_item .point_text {
  display: inline-block;
  line-height: 1.267em;
  margin: 0 0 10px;
}

.doctor_detail .about_doctor ul .point_item .point_text li {
  line-height: 1.867em;
}

.doctor_detail .about_doctor-in {
  max-height: 420px;
}

.doctor_detail {
  margin: 0 0 60px;
  float: left;
  width: 100%;
}

.other_doctors .other_doctors_title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 23px;
}

@media (max-width: 767.98px) {
  .doctor_detail {
    flex-direction: column;
    gap: 0;
  }
  .doctor_detail .doc-img,
  .doctor_detail .about_doctor {
    max-width: 100%;
    width: 100%;
    min-width: 0;
  }
  .doctor_detail .doc-img {
    margin-bottom: 20px;
  }
}
/* End */
/* /local/templates/main_v2/components/bitrix/news/doctors/bitrix/news.detail/.default/style.css?17730644481811 */
