

/* Start:/local/templates/astra-bulma/components/bitrix/news/doctors/bitrix/news.detail/.default/style.css?1781075916797*/
.section.section-specialist-header .image-specialist {
  border-radius: 100%;
  overflow: hidden;
  padding: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
  max-width: 420px;
  margin: 0 auto;
}
.section-certificates .img-certificate {
  background: #fff;
  overflow: hidden;
}
.section-certificates .img-certificate img {
  transition: all 0.3s ease;
}
.section-certificates .img-certificate:hover {
  background: #eff6ff;
}
.section-certificates .img-certificate:hover img {
  transform: scale(1.03);
}

.online-consultation-doc {
  background: #eff6ff;
  padding: 2rem;
  border-radius: 1.5rem;
  @media (max-width: 768px) {
    padding: 1rem;
  }
  .buttons-consultation {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

/* End */
/* /local/templates/astra-bulma/components/bitrix/news/doctors/bitrix/news.detail/.default/style.css?1781075916797 */
