@charset "UTF-8";
/* Цвет шрифта */
/* Цвет ссылок */
/* Основной цвет border */
/* Основной цвет */
/* Цвет текста на фоне*/
/* Цвет текста на фоне*/
/* Дополнительный цвет */
/* Цвет текста на фоне*/
/* Доп цвет border */
/* lstom */
.img-fl-r .doctors-slider__image img,
.img-fl-l .doctors-slider__image img {
  height: auto;
  margin: 0;
  float: none;
  clear: none; }

.doctors-slider {
  margin: 0 0 75px; }
  .doctors-slider__wrap {
    background: #E2F2F8;
    margin: 0 0 20px; }
  .doctors-slider__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 45px 16px 40px 0; }
  .doctors-slider__nav {
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 110px;
    height: 40px; }
  .doctors-slider__box {
    display: block;
    position: relative;
    height: 270px;
    width: 350px;
    color: inherit;
    text-decoration: none; }
  .doctors-slider__circle {
    position: absolute;
    left: 50px;
    bottom: 40px;
    width: 184px;
    height: 184px;
    background: #ECF7FB;
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  .doctors-slider__image {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 165px; }
    .doctors-slider__image img {
      width: 100%;
      height: auto;
      margin: 0;
      float: none;
      clear: none; }
  .doctors-slider__desc {
    position: absolute;
    top: 0;
    left: 120px;
    z-index: 11; }
  .doctors-slider__name {
    font-size: 20px;
    font-weight: 400;
    padding: 0 0 10px; }
  .doctors-slider__text {
    font-size: 14px;
    color: #A4A4A4; }
  @media all and (max-width: 480px) {
    .doctors-slider__header {
      padding: 15px 0 20px; }
    .doctors-slider__box {
      width: 280px; } }
