/* Стили для блока клиники #CLINIC_INFO# */
.about-info-box {
  border-radius: 15px;
  border: 1px solid var(--clr-border);
  padding: 19px 13px 9px 13px;
  margin: 0 0 30px 0;
}

.about-info-box .photo-wrap {
  margin-bottom: 15px;
}

.about-info-box .map-wrap {
  position: relative;
  margin-bottom: 10px;
}

.about-info-box .map-wrap .elm-photo {
  min-height: 240px;
}

.about-info-box .info-wrap {
  font-size: 12px;
  line-height: 1.2;
  padding-left: 5px;
  padding-right: 5px;
}

.about-info-box .info-inner-wrap {
  border-top: 1px solid #86CCFF;
  padding: 15px 0 10px 0;
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.2;
}

.about-info-box .info-inner {
  padding-left: 34px;
  position: relative;
  letter-spacing: 0.44px;
  margin-bottom: 10px;
}

.about-info-box .info-inner a {
  color: var(--clr-title);
}

.about-info-box .info-inner p {
  margin: 0;
}

.about-info-box .info-inner .elm-ico {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.about-info-box .info-inner-title {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 0 0;
  line-height: 1.2;
  font-family: Charter, sans-serif;
}

.about-info-box .phone-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-info-box .phone-title {
  font-size: 16px;
  line-height: 1.625;
  color: var(--clr-title);
  font-weight: bold;
  margin: 5px 5px 0 0;
  font-family: Charter, sans-serif;
}

.about-info-box .phone-number {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.15px;
  white-space: nowrap;
  font-family: Charter, sans-serif;
}

.about-info-box .phone-number a {
  text-decoration: none;
  font-family: Charter, sans-serif;
}

.about-info-box .info-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: var(--clr-title);
  line-height: 136.48%;
  margin: 0 0 15px 0;
  font-family: Charter, sans-serif;
}

.about-info-box .elm-photo {
  border-radius: 15px;
}

.about-info-box .elm-photo:before {
  padding-top: 62%;
}

/* Адаптив для блока клиники */
@media (min-width: 768px) {
  .about-info-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-info-box .map-wrap,
  .about-info-box .photo-wrap {
    width: 50%;
    padding: 0 5px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .about-info-box .info-wrap {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .about-info-box .elm-photo {
    height: 240px;
  }
}

@media (min-width: 1025px) {
  .about-info-box {
    margin-bottom: 52px;
    padding: 20px 14px;
    border-color: #fff;
    box-shadow: 0px 10px 65px rgba(30, 158, 212, 0.2);
  }
  .about-info-box .photo-wrap {
    width: 29.5%;
    padding: 0 8px;
    margin: 0;
  }
  .about-info-box .map-wrap {
    -ms-flex: 1;
        flex: 1;
    padding: 0 38px 0 8px;
    margin: 0;
  }
  .about-info-box .info-wrap {
    width: 29%;
    margin: 0;
    padding: 6px 0 0 0;
  }
  .about-info-box .elm-photo {
    height: 320px;
    filter: drop-shadow(0px 10px 65px rgba(30, 158, 212, 0.2));
  }
}