.header {
  width: 100%;
  height: 100px;
  padding: 0 10px;
  display: flex;
}
.header__logo {
  margin: auto 0;
  margin-right: 20px;
}
.header__logo img {
  display: block;
  width: 85px;
}

.header__title {
  margin: auto;
  width: 600px;
  text-align: center;
  font-size: 21px;
  line-height: 24px !important;
}

.header__title strong {
  display: block;
  width: 100%;
}

.header__phone-list {
  margin: auto 0;
}
.header__phone-item {
  line-height: 28px !important;
}

/* conacts */

.contacts {
  padding: 0 10px;
}
.contacts__header {
  margin-bottom: 20px;
}
.contacts__header-title {
  font-weight: 700;
}
.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.contacts__item-name {
  margin-right: 10px;
}
.contacts__item-value {
  font-weight: 700;
}
.contacts__item-img {
  width: 100%;
  padding-top: 10px;
  margin-bottom: 0 !important;
}
.contacts__item-img img {
  width: 400px;
}

.doctors {
  padding: 0 10px;
  color: #000;
}
.doctors__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.doctors__img {
  margin-right: 10px;
}
.doctors__img img {
  width: 112px;
}
.doctors__reg {
  font-size: 16px;
  line-height: 18px;
  width: 600px;
  font-weight: 700;
  margin-bottom: 7px;
}
.doctors__name {
  font-size: 20px;
  font-weight: 700;
}

.video-edelveis {
  float: left;
  width: 50%;
  margin: 0 20px 20px 0;
}