.doctor-detail {
  margin: 0 auto;
  background: #FFFFFF;
}
.doctor-detail a {
  text-decoration: none;
}
.doctor-detail td {
  padding: 1px;
}
.doctor-detail .name {
  font-size: 20px;
  color: #363535;
}
.doctor-detail .namevr {
  font-size: 20px;
  color: #363535;
}
.doctor-detail .type {
  font-size: 20px;
  color: #363535;
}
.doctor-detail .description {
  font-weight: 300;
  font-size: 16px;
  color: #737373;
  margin-top: 10px;
}
.doctor-detail .education {
  font-size: 16px;
  margin-bottom: 5px;
}
.doctor-detail .university {
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 300;
  text-decoration-line: underline;
}
.doctor-detail__title {
  cursor: pointer;
  color: #44BABD;
}
.doctor-detail .work__list {
  font-size: 18px;
  color: #363535;
}
.doctor-detail .work__unit {
  font-weight: 300;
  font-style: normal;
  line-height: 24px;
  font-size: 16px;
  text-decoration-line: underline;
}
.doctor-detail .license {
  cursor: pointer;
  font-weight: 300;
  font-size: 16px;
  text-decoration-line: underline;
  color: #44BABD;
}
.doctor-detail .work {
  margin-bottom: 10px;
  margin-top: 10px;
}
.doctor-detail .ptop-15 {
  padding-top: 15px;
}
.doctor-detail .doc-item {
  width: 100%;
  height: 110px;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.doctor-detail__header {
  font-size: 22px;
  line-height: 27px;
  margin-top: 41px;
  margin-bottom: 41px;
  text-align: center;
}

.doctor-detail__footer {
  margin-top: 41px;
  margin-bottom: 41px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #363535;
}

.img__padding {
  padding-bottom: 30px;
}

.button__close a {
  margin: 0 auto;
  display: block;
  width: 229px;
  height: 40px;
  border-radius: 30px;
  background: #44BABD;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  text-align: center;
  line-height: 2.4;
  margin-bottom: 0px;
  transition: background-color 0.3s ease;
}
.button__close a:hover {
  background: #737373;
}

.exit {
  width: 29px;
  height: 29px;
  position: absolute;
  right: 31px;
  top: 35px;
}

.ed {
  margin-top: 15px;
  margin-bottom: 15px;
}

.right__block {
  padding-left: 25px;
}

.top__block {
  width: auto;
}

.profile__photo {
  width: 169px;
  height: 169px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.profile__photo img {
  max-width: 100%;
}

@media (max-width: 576px) {
  .doctor-detail .education {
    text-decoration: underline;
  }

  .doctor-detail__header {
    margin-top: 32px;
    font-size: 18px;
    line-height: 22px;
  }

  .profile__photo {
    margin: 0 auto;
    margin-bottom: 36px;
  }

  .doctor-detail .name {
    width: auto;
    padding-left: 5px;
    font-size: 16px;
    color: #44BABD !important;
  }

  .doctor-detail .namevr {
    width: auto;
    padding-left: 5px;
    font-size: 16px;
  }

  .type {
    width: auto;
    padding-left: 5px;
    font-size: 16px;
    color: #363535;
  }

  .description {
    width: auto;
    padding-left: 5px;
    font-weight: 300;
    font-size: 16px;
    color: #737373;
    margin-top: 10px;
  }

  .spoiler {
    padding-left: 5px;
  }

  .work__list {
    padding-left: 5px;
    font-size: 16px !important;
  }

  .main .education {
    margin-bottom: 0px;
    text-decoration-line: underline;
  }

  .doctor-detail__footer {
    font-size: 16px;
    line-height: 150%;
    text-align: inherit;
    padding-left: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #44BABD !important;
  }

  .title {
    cursor: auto !important;
    color: #737373 !important;
    text-decoration-line: none !important;
  }

  .ed {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .print__color {
    color: #44BABD !important;
  }

  .black {
    color: #363535 !important;
  }

  .exit {
    margin-top: -3px;
    width: 22px;
    height: 22px;
  }

  .right__block {
    padding-left: 15px;
  }

  #obraz {
    padding-left: 5px;
  }

  .last {
    margin-top: 25px;
  }

  .splLink_big {
    cursor: pointer;
  }

  .top__block {
    margin-bottom: 20px;
  }

  .splCont_big {
    display: none;
  }

  .doctor-detail .doc-item {
    max-width: 260px;
    margin: 0 auto;
  }

  .doctor-detail .doc-list {
    padding-top: 15px;
  }
}
.splCont {
  display: none;
}

.blokimg {
  position: relative;
}

.overlay {
  display: none;
  height: auto;
  left: -15%;
  position: absolute;
  top: -50%;
  width: auto;
  z-index: 999;
}

.overlay .overlay_container {
  display: table-cell;
  vertical-align: middle;
}

.overlay_container img {
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.overlay:target {
  display: table;
}

.slb {
  box-shadow: none !important;
}

#name_razd a {
  text-decoration: none !important;
}

.color__open {
  color: #363535 !important;
}

.doctor-detail-modal {
  max-width: 1010px;
  padding: 0 10px;
}

.recordAddModal.doctor-detail-modal {
  max-width: 1010px;
  padding: 0 10px;
}

.doctor-detail-wait {
  display: none;
  color: red;
  text-align: center;
  padding: 50px 0;
}
