.p-maintitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 15px;
  height: 95px;
  border: 1px solid rgba(160, 188, 223, 0.3);
  background: rgba(10, 68, 148, 0.3);
  font-size: 2.1em;
  color: #fff;
}

.p-maintitle::before {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  bottom: 10px;
  z-index: 1;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.p-maintitle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.07);
  mix-blend-mode: multiply;
}

.p-lead {
  line-height: 1.7142857143;
  margin: 0 15px 40px;
  text-align: justify;
  font-size: 1.4em;
  color: #fafafa;
}

.p-lead::before, .p-lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.p-lead::before {
  margin-bottom: calc(-0.4946428571em + 2px);
}

.p-lead::after {
  margin-top: calc(-0.4946428571em + 2px);
}

.p-cv-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 100px;
  padding: 20px 25px 16px 212px;
  height: 137px;
  border: 5px solid #4b4948;
  background: url(../../img/pc/doctors_aside_bg.jpg) 0 0 no-repeat, -webkit-gradient(linear, left top, left bottom, from(#080808), to(#2a2a2a));
  background: url(../../img/pc/doctors_aside_bg.jpg) 0 0 no-repeat, linear-gradient(#080808, #2a2a2a);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-cv-area__title {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 13px;
  font-size: 1.6em;
  color: #e5ec49;
}

.p-cv-area__text {
  margin-right: 25px;
  width: 245px;
  line-height: 1.5714285714;
  font-size: 1.4em;
  color: #9fa0a0;
}

.p-cv-area__link {
  height: 40px;
  margin-bottom: 4px;
  width: 142px;
}

.p-cv-area__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0043aa), to(#001c65));
  background: linear-gradient(to bottom, #0043aa, #001c65);
  font-size: 1.4em;
  color: #f7f7f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-cv-area__link a:hover {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0.7;
}

.p-cv-area__link a::before {
  content: "";
  margin-right: 6px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
}

.p-logo {
  padding: 30px 0 40px;
}

.p-maintitle::before {
  right: 15px;
  bottom: 10px;
  width: 146px;
  height: 29px;
  background-image: url(../../img/pc/doctors_maintitle_bg.png);
}

.last-update {
  margin: 0 15px 30px;
  text-align: right;
  color: #9fa0a0;
}

.p-unauthorized a:hover > * {
  opacity: 0.5;
}


/*# sourceMappingURL=doctors.css.map */
