@charset "UTF-8";
/* Цвет шрифта */
/* Цвет ссылок */
/* Основной цвет border */
/* Основной цвет */
/* Цвет текста на фоне*/
/* Цвет текста на фоне*/
/* Дополнительный цвет */
/* Цвет текста на фоне*/
/* Доп цвет border */
/* lstom */
.inner-header h1 {
    padding: 0 0 15px !important;
}
.doctors {
  margin: 0 0 75px; }
  .doctors__items {
    width: 100%;
    padding: 0px 0 20px;
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .doctors__item {
    position: relative;
    cursor: pointer;
    width: 49%;
    min-height: 330px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    margin: 0 0 15px;
    border: 1px solid #E2E2E2;
    padding: 30px; }
  .doctors__image {
    position: absolute;
    bottom: 0;
    right: 40px;
    width: 195px; }
    .doctors__image img {
      position: relative;
      width: 100%;
      height: auto;
      display: block;
      z-index: 11; }
    .doctors__image:before {
      position: absolute;
      left: 50%;
      bottom: 24px;
      margin: 0 0 0 -110px;
      width: 220px;
      height: 220px;
      background: #ECF7FB;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      z-index: 1;
      content: ''; }
  .doctors__text {
    position: relative;
    z-index: 5; }
  .doctors__read {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #333333;
    border-bottom: 1px solid #C0C0C0; }
  .doctors__name {
    font-weight: bold;
    font-size: 24px;
    padding: 0 0 10px; }
  .doctors__spec {
    font-size: 14px;
    color: #9DA9AD;
    padding: 0 0 20px; }
    .doctors__spec span {
      display: block; }
  .doctors__exp span {
    color: #005EA7; }
  @media all and (max-width: 1020px) {
    .doctors__item {
      width: 100%;
      padding: 15px; }
    .doctors__read {
      left: 15px;
      bottom: 15px; } }
  @media all and (max-width: 480px) {
    .doctors__item {
      padding: 15px 15px 0; }
    .doctors__read {
      display: none; }
    .doctors__image {
      position: static;
      padding: 20px 0 0; }
      .doctors__image img {
        margin: 0 auto; } }
